-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·65 lines (65 loc) · 2 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
61
62
63
64
65
{
"name": "gatsby-starter-netlify-cms",
"description": "",
"version": "1.1.3",
"dependencies": {
"@researchgate/react-intersection-observer": "^0.7.3",
"dom-form-serializer": "^1.0.7",
"gatsby": "^1.9.274",
"gatsby-image": "^1.0.55",
"gatsby-link": "^1.6.46",
"gatsby-plugin-netlify": "^1.0.21",
"gatsby-plugin-netlify-cms": "^2.0.1",
"gatsby-plugin-postcss-sass": "^1.0.22",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-sass": "^1.0.26",
"gatsby-plugin-sharp": "^1.6.48",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-remark-images": "^1.5.67",
"gatsby-remark-relative-images": "^0.1.2",
"gatsby-remark-responsive-iframe": "^1.4.20",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"gatsby-transformer-sharp": "^1.6.27",
"gatsby-transformer-yaml": "^1.5.18",
"google-map-react": "^1.0.6",
"google-maps-react": "^2.0.2",
"intersection-observer": "^0.5.0",
"lodash": "^4.17.5",
"lodash-webpack-plugin": "^0.11.4",
"modern-normalize": "^0.4.0",
"netlify-cms": "^1.7.0",
"postcss-preset-env": "^5.1.0",
"pretty-checkbox": "^3.0.3",
"prop-types": "^15.6.0",
"qs": "^6.5.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-feather": "^1.1.1",
"react-google-maps": "^9.4.5",
"react-helmet": "^5.2.0",
"react-id-swiper": "^1.6.6",
"react-markdown": "^3.6.0",
"react-slick": "^0.23.1",
"slick-carousel": "^1.8.1",
"uuid": "^3.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "npm run clean && npm run develop",
"build": "gatsby build",
"clean": "del .cache",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"del-cli": "^1.1.0",
"prettier": "^1.7.4"
}
}