-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "pythonpizza",
"private": true,
"description": "",
"version": "1.0.0",
"author": "Python Pizza",
"dependencies": {
"classnames": "^2.2.6",
"gatsby": "^2.21.19",
"gatsby-image": "^2.2.23",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-offline": "^3.2.13",
"gatsby-plugin-postcss": "^2.3.6",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sharp": "^2.2.27",
"gatsby-source-filesystem": "^2.1.57",
"gatsby-transformer-sharp": "^2.5.7",
"gatsby-transformer-yaml": "^2.2.12",
"postcss-custom-media": "^7.0.8",
"postcss-nested": "^4.1.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-use-form-state": "^0.13.1"
},
"devDependencies": {
"prettier": "^2.0.5"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve"
}
}