-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.62 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@municipio/gatsby-starter-intranet",
"version": "0.0.0",
"private": true,
"description": "Gatsby starter for Municipio intranet",
"scripts": {
"build": "yarn wp-generate-schema-fragments && cross-env NODE_OPTIONS=\"-r esm\" gatsby build",
"clean": "cross-env NODE_OPTIONS=\"-r esm\" gatsby clean",
"dev": "yarn wp-generate-schema-fragments && cross-env NODE_OPTIONS=\"-r esm\" gatsby develop --open",
"format": "run-s format:*",
"format:eslint": "eslint --fix '**/*.{js,jsx}' || true",
"format:prettier": "prettier --write '**/*.{js,jsx,json,md,mdx,yml,html,css}'",
"lint": "eslint '**/*.{js,jsx}'",
"serve": "cross-env NODE_OPTIONS=\"-r esm\" gatsby serve",
"start": "yarn dev",
"wp-generate-schema-fragments": "node scripts/wp-generate-schema-fragments"
},
"dependencies": {
"@wsui/base": "^0.3.5",
"@wsui/municipio": "^0.3.5",
"@wsui/theme-standard": "^0.3.5",
"@municipio/gatsby-theme-intranet": "^1.4.0-next.2",
"@whitespace/gatsby-plugin-cookie-consent": "^1.4.0-next.9",
"@whitespace/gatsby-plugin-matomo": "^1.4.0-next.9",
"gatsby": "^3.14.2",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"http-proxy-middleware": "^2.0.6",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-ssr-friendly": "^1.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1"
},
"resolutions": {
"@apollo/client": "3.5.10",
"postcss": "^8",
"postcss-preset-env": "^7"
}
}