-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.1 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "wheelchair-map",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@reduxjs/toolkit": "^1.5.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@turf/turf": "^5.1.6",
"antd": "^4.16.1",
"async": "^3.2.0",
"classnames": "^2.3.1",
"cra-template": "1.1.2",
"customize-cra": "^1.0.0",
"leaflet": "^1.7.1",
"leaflet.markercluster": "^1.4.1",
"less": "^3.13.1",
"less-loader": "5.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"query-overpass": "^1.5.5",
"querystring": "^0.2.1",
"react": "^17.0.2",
"react-app-rewired": "^2.1.8",
"react-async": "^10.0.1",
"react-breakpoints": "^3.0.3",
"react-dom": "^17.0.2",
"react-joyride": "^2.3.0",
"react-leaflet": "^3.0.2",
"react-leaflet-markercluster": "^3.0.0-rc1",
"react-redux": "^7.2.4",
"react-scripts": "4.0.3",
"redux": "^4.1.0",
"redux-injectors": "^1.3.0",
"redux-saga": "^1.1.3",
"web-vitals": "^0.2.4",
"yargs": "^17.0.1"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"babel-plugin-import": "^1.13.0",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.3.0",
"prettier": "^1.18.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "npm run postinstall && react-app-rewired build",
"pull-data": "node scripts/fetch-overpass.js",
"postinstall": "bash scripts/pull_on_confirm.sh",
"update-data-config": "bash scripts/replace_data_and_config.sh"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}