-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.17 KB
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
{
"name": "gatsby-headless-cms",
"description": "Gatsby Headless CMS",
"version": "1.0.0",
"author": "Jake Smith <[email protected]>",
"dependencies": {
"autoprefixer": "^8.3.0",
"bling": "^0.11.10",
"browserslist": "^3.2.5",
"gatsby": "^1.9.253",
"gatsby-image": "^1.0.47",
"gatsby-link": "^1.6.41",
"gatsby-plugin-postcss-sass": "^1.0.20",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-sharp": "^1.6.43",
"gatsby-react-router-scroll": "^1.0.14",
"gatsby-source-filesystem": "^1.5.33",
"gatsby-source-wordpress": "^2.0.81",
"gatsby-transformer-remark": "^1.7.40",
"gatsby-transformer-sharp": "^1.6.23",
"google-map-react": "^0.34.0",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-helmet": "^5.2.0",
"react-share": "^2.1.1",
"styled-components": "^3.2.6"
},
"keywords": ["gatsby"],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.12.1"
}
}