-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 2.14 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
71
72
73
74
75
{
"name": "wmn-disruptions",
"version": "0.1.0",
"private": true,
"description": "Disruptions section of the West Midlands Network website",
"homepage": "https://wmn-disruptions.netlify.com/",
"author": "WMCA",
"main": "src/index.js",
"repository": "https://github.com/wmcadigital/wmn-disruptions-v2",
"bugs": {
"url": "https://github.com/wmcadigital/wmn-disruptions/issues"
},
"copyright": "WMCA",
"dependencies": {
"@arcgis/core": "^4.29.10",
"@sentry/react": "^7.11.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^0.27.2",
"date-fns": "^2.29.2",
"dompurify": "^2.3.11",
"fecha": "^4.2.3",
"haversine-distance": "^1.2.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.45",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-datepicker": "^4.8.0",
"react-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",
"react-easy-swipe": "0.0.22",
"react-moment": "^1.1.3",
"react-scripts": "5.0.1",
"react-share": "^4.4.1",
"sass": "^1.32.8"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint": "^7.2.0 || ^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jam3": "^0.2.3",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^5.0.0-alpha.2",
"eslint-plugin-react": "^7.30.1",
"prettier": "^3.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src --ext .js",
"lint:fix": "npm run lint -- --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 11"
]
}
}