-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.19 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.19 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
{
"name": "ace-map",
"version": "0.1.0",
"private": true,
"type": "module",
"author": {
"name": "NaviTheCoderboi",
"url": "https://github.com/navithecoderboi"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@heroui/chip": "^2.2.24",
"@heroui/input": "^2.4.32",
"@heroui/link": "^2.2.25",
"@heroui/navbar": "^2.2.29",
"@heroui/progress": "^2.2.24",
"@heroui/radio": "^2.3.31",
"@heroui/react": "^2.8.9",
"@heroui/select": "^2.4.32",
"@heroui/skeleton": "^2.2.18",
"@heroui/spinner": "^2.2.28",
"@heroui/switch": "^2.2.26",
"@heroui/system": "^2.4.27",
"@heroui/theme": "^2.4.26",
"@heroui/toast": "^2.0.21",
"canvas-confetti": "^1.9.4",
"framer-motion": "^12.34.3",
"lucide-react": "^0.576.0",
"maplibre-gl": "^5.19.0",
"next": "16.1.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-map-gl": "^8.1.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^25.3.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
}
}