-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.73 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.73 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
{
"name": "shin-quick",
"version": "0.1.4",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hapi/sntp": "^4.0.0",
"@radix-ui/react-alert-dialog": "^1.1.5",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-popover": "^1.1.5",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@turf/turf": "^7.2.0",
"@types/react-map-gl": "^6.1.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^12.4.7",
"geojson": "^0.5.0",
"lucide-react": "^0.525.0",
"maplibre-gl": "^5.1.1",
"next": "15.4.10",
"next-themes": "^0.4.4",
"pako": "^2.1.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-map-gl": "^8.0.1",
"react-resizable-panels": "^3.0.3",
"sonner": "^2.0.6",
"tailwind-merge": "^3.3.1",
"viewport-mercator-project": "^7.0.4"
},
"devDependencies": {
"@dmdata/telegram-json-types": "^1.1.16",
"@eslint/eslintrc": "^3",
"@types/geojson": "^7946.0.16",
"@types/hapi__sntp": "^3.1.4",
"@types/leaflet": "^1.9.16",
"@types/node": "^24",
"@types/pako": "^2.0.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19",
"@types/sntp": "^3.0.4",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "^15.4.2",
"postcss": "^8",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}