-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.68 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
{
"name": "odema_dashboard",
"version": "0.0.0",
"homepage": "https://github.com/geo2france/odema-dashboard",
"repository": {
"type": "git",
"url": "[email protected]:geo2france/odema-dashboard.git"
},
"license": "MIT",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@tanstack/react-query": "^5.51.14",
"@types/geojson": "^7946.0.14",
"alasql": "^4.5.0",
"antd": "^5.24.3",
"api-dashboard": "https://github.com/geo2france/api-dashboard/tarball/dev",
"axios": "^1.7.4",
"date-fns": "^3.6.0",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"maplibre-gl": "^4.7.1",
"postcss": "^8.5.1",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-map-gl": "^7.1.9",
"react-router-dom": "^6.25.1",
"typescript-eslint": "^8.11.0",
"vite-plugin-svgr": "^4.2.0"
},
"devDependencies": {
"@types/node": "^22.8.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.3.5",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^4.9.5",
"vite": "^5.4.11"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}