-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"babel-polyfill": "^6.26.0",
"d3": "^4.12.1",
"d3-scale-chromatic": "^1.3.0",
"gatsby": "1.x",
"gatsby-link": "1.x",
"gatsby-plugin-google-analytics": "^2.0.7",
"gatsby-plugin-react-helmet": "1.x",
"gatsby-plugin-sass": "1.x",
"gatsby-source-filesystem": "1.x",
"gatsby-source-google-sheets": "^1.1.1",
"gatsby-transformer-json": "1.x",
"lodash": "^4.17.11",
"lorem-ipsum": "^1.0.5",
"mapbox-gl": "^0.48.0",
"pym": "^0.1.1",
"pym.js": "^1.3.1",
"rc-slider": "^8.6.1",
"rc-switch": "^1.8.0",
"react-container-dimensions": "^1.3.3",
"react-ga": "^2.5.3",
"react-icons": "^3.2.2",
"react-mapbox-gl": "^3.9.2",
"react-persist": "^1.0.2",
"react-table": "^6.8.6",
"recharts": "^1.3.2",
"slugify": "^1.2.8"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"proptypes": "^1.1.0",
"react": "^16.5.2",
"react-dom": "^16.5.2"
}
}