-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.65 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.65 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "bicing-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"chart.js": "^2.7.3",
"http-status": "^1.2.0",
"immer": "^1.7.2",
"joi": "^14.3.1",
"lodash": "^4.17.11",
"moment": "^2.23.0",
"node-geocoder": "^3.22.0",
"prop-types": "^15.6.2",
"react": "^16.5.0",
"react-chartjs-2": "^2.7.4",
"react-datepicker": "^1.8.0",
"react-dom": "^16.5.0",
"react-geolocation": "^1.0.4",
"react-geosuggest": "^2.9.0",
"react-google-maps": "^9.4.5",
"react-redux": "^5.0.7",
"react-scripts": "^2.0.5",
"react-select": "^2.1.1",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-define": "^1.1.1",
"redux-saga": "^0.16.0",
"reduxsauce": "^1.0.0",
"reselect": "^3.0.1",
"uuid": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "CI=true react-scripts test --env=jsdom",
"test-feature": "./node_modules/.bin/cucumber-js",
"eject": "react-scripts eject"
},
"devDependencies": {
"cucumber": "^5.0.0",
"eslint": "5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"flux-standard-action": "^2.0.3",
"https": "^1.0.0",
"jest-dom": "^3.0.0",
"mockdate": "^2.0.2",
"puppeteer": "^1.9.0",
"react-test-renderer": "^16.6.3",
"react-testing-library": "^5.4.0",
"redux-saga-test-plan": "^3.7.0",
"request-promise-native": "^1.0.5"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}