-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-boost": "^0.4.4",
"axios": "^0.18.1",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"graphql": "^14.5.8",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-apollo": "^2.5.8",
"react-bootstrap": "^1.0.0-beta.14",
"react-dom": "^16.11.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.5"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:4000",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/preset-react": "^7.7.0",
"customize-cra": "^0.2.14",
"react-app-rewired": "^2.1.5"
}
}