-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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
{
"name": "ten-forwardslash",
"private": true,
"scripts": {
"start": "dotenv react-static start",
"stage": "dotenv react-static build --staging",
"build": "dotenv react-static build",
"analyze": "react-static build --analyze",
"serve": "serve dist -p 3000"
},
"dependencies": {
"@reach/router": "^1.2.1",
"@rebass/forms": "^4.0.6",
"axios": "^0.18.0",
"dotenv": "^8.0.0",
"dotenv-cli": "^2.0.0",
"file-system": "^2.2.2",
"google-map-react": "^1.1.4",
"js-yaml": "^3.13.1",
"klaw": "^3.0.0",
"lodash": "^4.17.13",
"netlify-cms": "^2.9.1",
"react": "^16.8.2",
"react-mailchimp-subscribe": "^2.1.0",
"react-markdown": "^4.0.8",
"react-static": "^7.2.2",
"react-static-plugin-reach-router": "^7.0.0",
"react-static-plugin-sitemap": "^7.0.0",
"react-static-plugin-source-filesystem": "^7.0.0",
"react-static-plugin-styled-components": "^7.0.10",
"react-transition-group": "^4.2.2",
"rebass": "^3.2.2",
"styled-components": "^4.2.0"
},
"resolutions": {
"**/**/set-value": "^2.0.1",
"**/**/mixin-deep": "^1.3.2",
"**/**/eslint-utils": "^1.4.1",
"**/**/lodash": "^4.17.13"
},
"devDependencies": {
"babel-eslint": "9.x",
"babel-plugin-styled-components": "^1.10.0",
"eslint": "5.x",
"eslint-config-react-app": "^3.0.8",
"eslint-config-react-tools": "1.x.x",
"eslint-plugin-flowtype": "2.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"serve": "10.1.2"
}
}