-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
56 lines (56 loc) · 1.47 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
{
"name": "migrant_service_map",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@mapbox/mapbox-gl-geocoder": "^2.3.0",
"@turf/turf": "^5.1.6",
"classnames": "^2.2.6",
"concurrently": "^5.0.0",
"core-js": "^3.2.1",
"dot-prop-immutable": "^1.5.0",
"lodash": "^4.17.11",
"mapbox": "^1.0.0-beta10",
"mapbox-gl": "^1.5.0",
"memoize-one": "^5.1.1",
"npm": "^6.13.1",
"papaparse": "^5.1.0",
"react": "^16.12.0",
"react-beautiful-dnd": "^11.0.5",
"react-dom": "^16.12.0",
"react-redux": "^6.0.0",
"react-scripts": "^3.2.0",
"react-tabs": "^3.0.0",
"react-tooltip": "^3.11.0",
"redux": "^4.0.1",
"reselect": "^4.0.0",
"simple-flexbox": "^1.2.0",
"wait-on": "^3.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:cy": "./run-cypress",
"test:cy-start-server": "./run-cypress --start-server",
"test:all": "CI=true npm test && npm run test:cy-start-server",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"cypress": "^3.6.1",
"eslint-plugin-cypress": "^2.7.0",
"prettier": "^1.15.3"
}
}