-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.69 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
53
54
55
56
57
58
59
60
{
"name": "gatsby-starter-netlify-cms",
"description": "Example Gatsby, and Netlify CMS project",
"version": "1.1.3",
"author": "Austin Green",
"dependencies": {
"axios": "^0.18.0",
"bulma": "^0.6.0",
"dangerously-set-inner-html": "^2.0.1",
"dotenv": "^6.1.0",
"gatsby": "^1.9.213",
"gatsby-link": "^1.6.37",
"gatsby-plugin-netlify": "^1.0.19",
"gatsby-plugin-netlify-cms": "^1.0.9",
"gatsby-plugin-react-helmet": "^2.0.5",
"gatsby-plugin-sass": "^1.0.17",
"gatsby-plugin-segment-js": "^2.0.1",
"gatsby-plugin-sharp": "^1.6.34",
"gatsby-remark-images": "^1.5.50",
"gatsby-source-filesystem": "^1.5.23",
"gatsby-transformer-remark": "^1.7.33",
"gatsby-transformer-sharp": "^1.6.21",
"lodash": "^4.17.11",
"lodash-webpack-plugin": "^0.11.4",
"lodash.sortby": "^4.7.0",
"mapbox-gl": "0.48.0",
"mdify": "^1.0.10",
"moment": "^2.22.2",
"netlify-cms": "^1.7.0",
"papaparse": "^4.6.1",
"prop-types": "15.6.2",
"react": "16.5.2",
"react-burger-menu": "^2.5.2",
"react-dom": "16.5.2",
"react-geocode": "^0.1.2",
"react-helmet": "^5.2.0",
"react-mapbox-gl": "^4.0.0",
"react-modal": "^3.6.1",
"react-responsive": "^4.1.0",
"showdown": "^1.8.6",
"store": "^2.0.12",
"svgo": "^1.2.2",
"uuid": "^3.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\""
},
"devDependencies": {
"prettier": "^1.7.4"
}
}