-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.8 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": "campjs-x",
"private": true,
"version": "0.1.0",
"engines": {
"node": "^12.5.0"
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@rebass/emotion": "^3.1.1",
"@styled-system/css": "^5.0.13",
"@styled-system/theme-get": "^5.0.15",
"emotion": "^10.0.14",
"emotion-normalize": "^10.1.0",
"emotion-theming": "^10.0.14",
"gatsby-plugin-netlify": "^2.1.3",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sitemap": "^2.2.3",
"mapbox-gl": "^1.1.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-intersection-observer": "^8.24.1",
"react-spring": "^8.0.27",
"styled-system": "^5.0.15"
},
"devDependencies": {
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-links": "^5.1.9",
"@storybook/addon-notes": "^5.1.9",
"@storybook/addons": "^5.1.9",
"@storybook/react": "^5.1.9",
"babel-loader": "^8.0.6",
"gatsby": "^2.13.25",
"gatsby-image": "^2.2.6",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-prefetch-google-fonts": "^1.4.2",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-react-svg": "^2.1.1",
"gatsby-plugin-sharp": "^2.2.7",
"gatsby-source-filesystem": "^2.1.5",
"gatsby-transformer-sharp": "^2.2.3",
"node": "^12.5.0",
"prettier": "^1.18.2",
"yarn": "^1.16.0"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"start": "yarn run develop",
"serve": "gatsby serve",
"stories": "start-storybook -p 9000 -c support/storybook"
}
}