-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
84 lines (84 loc) · 2.63 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "station-website",
"private": true,
"description": "Station website",
"version": "1.0.0",
"author": "Laurent Sutterlity <[email protected]>",
"dependencies": {
"emotion": "^9.2.12",
"emotion-server": "^9.2.12",
"gatsby": "^2.4.2",
"gatsby-plugin-client-side-redirect": "^0.0.2",
"gatsby-plugin-emotion": "^2.0.5",
"gatsby-plugin-env-variables": "^1.0.1",
"gatsby-plugin-google-tagmanager": "^2.0.7",
"gatsby-plugin-manifest": "^2.0.13",
"gatsby-plugin-netlify": "^2.1.27",
"gatsby-plugin-polyfill-io": "^1.0.5",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-sharp": "^2.0.17",
"gatsby-plugin-sitemap": "^2.0.4",
"gatsby-source-filesystem": "^2.0.13",
"gatsby-source-prismic": "^2.2.0",
"gatsby-transformer-sharp": "^2.1.10",
"lodash": "^4.17.21",
"polished": "^2.3.1",
"prismic-javascript": "^2.0.3",
"prismic-reactjs": "^0.3.2",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-device-detect": "^1.6.1",
"react-dom": "^16.14.0",
"react-emotion": "^9.2.12",
"react-headroom": "^2.2.4",
"react-helmet": "^5.2.0",
"react-lottie": "^1.2.3",
"react-slick": "^0.23.2",
"slugify": "^1.3.4"
},
"resolutions": {
"react": "16.14.0",
"react-dom": "16.14.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"clean": "gatsby clean && rm -rf storybook-static",
"build": "gatsby build",
"serve": "gatsby serve",
"dev": "gatsby develop",
"deploy": "gatsby build && gh-pages -d public",
"format": "prettier --write '**/*.js'",
"test": "npm run clean && npm run build && npm run build-storybook && echo build ok",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@storybook/addon-actions": "^4.0.4",
"@storybook/addon-info": "^4.0.4",
"@storybook/addon-knobs": "^4.0.4",
"@storybook/addon-links": "^4.0.4",
"@storybook/addon-options": "^4.0.4",
"@storybook/addons": "^4.0.4",
"@storybook/react": "^4.0.4",
"babel-loader": "^8.0.4",
"eslint": "^5.3.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.0",
"gh-pages": "^3.2.3",
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/getstation/getstation.github.io"
}
}