-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
{
"name": "2019-team-11",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^3.9.2",
"ajax": "0.0.4",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"google-maps-react": "^2.0.2",
"lodash": "^4.17.11",
"query-string": "^6.2.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"react-test-renderer": "^16.8.4",
"redux": "^4.0.1",
"reselect": "^4.0.0",
"typeface-roboto": "0.0.54",
"xml-js": "^1.6.11"
},
"scripts": {
"start": "react-scripts start --env=development",
"build": "react-scripts build && rm -rf docs && mv build docs && cp CNAME docs/",
"test": "react-scripts test",
"eject": "react-scripts eject",
"coverage": "npm test -- --coverage"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"chance": "^1.0.18",
"cross-fetch": "^3.0.1",
"jest-enzyme": "^7.0.2",
"node-sass": "^4.11.0",
"redux-devtools-extension": "^2.13.8",
"redux-mock-store": "^1.5.3",
"redux-thunk": "^2.3.0"
}
}