-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.31 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.31 KB
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
{
"name": "mahs-data-explorer",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.10.0",
"npm": "10.2.3"
},
"scripts": {
"start": "node server.js",
"start:dev": "vite",
"build": "vite build"
},
"dependencies": {
"@turf/polygon-to-line": "^6.5.0",
"axios": "^1.6.7",
"d3": "^7.9.0",
"export-to-csv": "^1.2.3",
"express": "^4.18.2",
"get-parabola": "^1.1.9",
"gradient-color": "^2.0.1",
"leaflet": "^1.9.4",
"moment": "^2.29.3",
"normalize.css": "^8.0.1",
"numeral": "^2.0.6",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"query-string": "^9.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-leaflet": "^4.0.0",
"react-leaflet-control": "^2.1.2",
"react-spinners": "^0.12.0",
"react-sticky-table": "^5.1.11",
"recharts": "^2.1.10",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.2",
"tinygradient": "^1.1.5"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.1.4"
}
}