-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.4 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
{
"engines": {
"node": ">=16.0.0"
},
"name": "masters-for-designers",
"description": "Masters For Designers",
"version": "1.0.0",
"author": "Tom Nick",
"dependencies": {
"@sentry/browser": "6.4.1",
"@tippy.js/react": "3.1.1",
"babel-plugin-styled-components": "1.12.0",
"gatsby": "3.5.1",
"gatsby-plugin-netlify": "3.5.0",
"gatsby-plugin-netlify-cms": "5.5.0",
"gatsby-plugin-react-helmet": "4.5.0",
"gatsby-plugin-styled-components": "4.5.0",
"gatsby-source-filesystem": "3.5.0",
"gatsby-transformer-json": "3.5.0",
"gatsby-transformer-remark": "4.2.0",
"netlify-cms": "2.10.131",
"netlify-cms-app": "^2.15.11",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"styled-components": "5.3.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "rimraf .cache public",
"start:app": "npm run develop",
"start": "run-p start:**",
"build:app": "npm run clean && gatsby build",
"build": "run-p build:**",
"develop": "npm run clean && gatsby develop --verbose",
"serve": "gatsby serve",
"format": "prettier --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"http-proxy-middleware": "2.0.0",
"npm-run-all": "4.1.5",
"prettier": "3.1.0",
"rimraf": "3.0.2"
}
}