-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.92 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.92 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
60
61
62
63
64
65
66
{
"name": "tigerking",
"private": true,
"version": "0.7.0",
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\"",
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx}\""
},
"dependencies": {
"@heroui/accordion": "^2.2.24",
"@heroui/alert": "^2.2.27",
"@heroui/autocomplete": "^2.3.29",
"@heroui/avatar": "^2.2.22",
"@heroui/button": "^2.2.27",
"@heroui/card": "^2.2.25",
"@heroui/chip": "^2.2.22",
"@heroui/code": "^2.2.21",
"@heroui/dropdown": "^2.3.27",
"@heroui/input": "^2.4.28",
"@heroui/kbd": "^2.2.22",
"@heroui/link": "^2.2.23",
"@heroui/modal": "^2.2.24",
"@heroui/navbar": "^2.2.25",
"@heroui/react": "^2.6.13",
"@heroui/select": "^2.4.28",
"@heroui/slider": "^2.4.24",
"@heroui/spinner": "^2.2.24",
"@heroui/switch": "^2.2.24",
"@heroui/table": "^2.2.27",
"@heroui/tooltip": "^2.2.24",
"@tailwindcss/vite": "^4.1.18",
"@turf/boolean-point-in-polygon": "^7.2.0",
"@turf/helpers": "^7.2.0",
"js-cookie": "^3.0.5",
"maplibre-gl": "^4.7.1",
"osm-auth": "^2.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"xmlbuilder2": "^3.1.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/js-cookie": "^3.0.6",
"@types/maplibre-gl": "^1.13.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.18",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
}
}