-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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
{
"name": "visualize_skyroad",
"version": "0.5.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc -b && vite build",
"clean": "find src -name '*.js' -type f -delete",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"@stitches/react": "^1.2.8",
"@tanstack/react-query": "^5.56.2",
"@turf/flatten": "^7.1.0",
"@turf/turf": "^6.5.0",
"@types/glob": "^8.1.0",
"d3": "^7.9.0",
"idb": "^8.0.0",
"lucide-react": "^0.471.0",
"mapbox-gl": "^2.15.0",
"maplibre-gl": "^2.4.0",
"minimatch": "^10.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.13",
"react-flagkit": "^2.0.4",
"react-map-gl": "^7.1.8",
"react-router-dom": "^6.26.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@typescript-eslint/types": "^8.5.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-tonyfromundefined": "^0.14.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"vite": "^5.4.6"
},
"packageManager": "[email protected]"
}