-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.75 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
46
47
48
49
50
51
52
{
"name": "@municipio/gatsby-starter-basic",
"version": "0.0.0",
"private": true,
"description": "Basic Gatsby starter for Municipio",
"scripts": {
"build": "pnpm wp-generate-schema-fragments && gatsby build",
"clean": "gatsby clean",
"dev": "pnpm wp-generate-schema-fragments && 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": "gatsby serve",
"start": "pnpm dev",
"wp-generate-schema-fragments": "node scripts/wp-generate-schema-fragments"
},
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@jfrk/react-heading-levels": "^1.0.0",
"@municipio/gatsby-theme-basic": "^1.4.0-next.21",
"@whitespace/gatsby-plugin-cookie-consent": "^1.4.0-next.28",
"@whitespace/gatsby-plugin-matomo": "^1.4.0-next.28",
"@whitespace/gatsby-theme-wordpress-basic": "^1.4.0-next.28",
"@wsui/base": "^0.5.19",
"@wsui/municipio": "^0.5.19",
"@wsui/theme-minimal": "^0.5.19",
"gatsby": "^3.14.2",
"gatsby-plugin-pnpm": "^1.2.10",
"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",
"node-fetch": "^2",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1"
},
"resolutions": {
"@apollo/client": "3.5.10",
"postcss": "^8",
"postcss-preset-env": "^7"
}
}