This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.19 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
76
77
78
79
80
81
82
83
84
85
86
{
"name": "ggw-dashboard-react",
"private": true,
"dependencies": {
"@amsterdam/arm-core": "^1.0.0",
"@amsterdam/asc-assets": "^0.38.0",
"@amsterdam/asc-ui": "^0.38.0",
"@amsterdam/react-maps": "^1.1.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.1.2",
"@types/node": "^18.11.0",
"@types/react": "^17.0.39",
"@types/react-dom": "^18.0.3",
"axios": "^0.27.2",
"history": "^5.3.0",
"jest-canvas-mock": "^2.4.0",
"leaflet": "^1.9.2",
"lodash": "^4.17.21",
"proj4": "^2.8.0",
"proj4leaflet": "^1.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.4.2",
"react-router-dom": "^6.4.2",
"react-scripts": "^5.0.1",
"sass": "1.55.0",
"styled-components": "^5.3.6",
"typescript": "^4.8.4",
"vega": "^5.27.0",
"vega-embed": "^6.24.0",
"vega-lite": "^5.16.3",
"web-vitals": "^3.0.3"
},
"devDependencies": {
"@types/react-router-dom": "^5.3.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.9",
"eslint-plugin-react-hooks": "^4.6.0",
"geojson": "^0.5.0",
"jest-watch-typeahead": "^2.1.1",
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1"
},
"engines": {
"node": ">=18.12 <19",
"npm": ">=9.6",
"yarn": ">=1.22"
},
"volta": {
"node": "18.12.0",
"npm": "9.6.0",
"yarn": "1.22.19"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test --watchAll=false",
"test:watch": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}