-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.71 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
{
"name": "map-demographics-subset",
"version": "0.1.0",
"private": true,
"dependencies": {
"@arcgis/core": "^4.23.7",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/lab": "^5.0.0-alpha.81",
"@mui/material": "^5.6.3",
"@mui/x-data-grid": "^5.10.0",
"bootstrap": "^5.1.3",
"buffer": "^6.0.3",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"mag-prettier-config": "^1.1.1",
"mag-react-components": "^1.0.34",
"mobx": "^6.5.0",
"mobx-react-lite": "^3.3.0",
"ncp": "^2.0.0",
"node-sass": "^6.0.1",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-app-rewired": "^2.2.1",
"react-bootstrap": "^2.1.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-joyride": "^2.3.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"react-sticky-mouse-tooltip": "^0.0.1",
"replace-in-file": "^6.3.2",
"sass": "^1.51.0",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"prettier"
],
"env": {
"browser": true,
"node": true,
"es6": true
}
},
"browserslist": {
"production": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"copyright": "2022",
"homepage": ".",
"prettier": "mag-prettier-config",
"engines": {
"node": ">=15.11.0",
"npm": ">=7.14.0"
}
}