-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.55 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.55 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "spuro-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"format": "prettier . --write",
"lint": "oxlint",
"lint:fix": "oxlint --fix"
},
"dependencies": {
"@alwatr/hash-string": "^9.16.0",
"@basitcodeenv/vue3-device-detect": "^1.0.3",
"@deck.gl/core": "^9.3.5",
"@deck.gl/layers": "^9.3.5",
"@formkit/tempo": "^1.0.0",
"@maplibre/maplibre-gl-geocoder": "^1.9.4",
"@tabler/icons-vue": "^3.36.0",
"@tailwindcss/vite": "^4.1.17",
"@tanstack/vue-table": "^8.21.3",
"@unovis/ts": "^1.6.2",
"@unovis/vue": "^1.6.2",
"@vee-validate/zod": "^4.15.1",
"axios": "^1.16.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"deck.gl": "^9.3.5",
"lucide-vue-next": "^0.559.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"popmotion": "^11.0.5",
"reka-ui": "^2.9.6",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"vee-validate": "^4.15.1",
"vue": "^3.5.24",
"vue-router": "^4.6.4",
"vue-sonner": "^2.0.9",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/css": "^0.14.1",
"@eslint/js": "^9.39.2",
"@eslint/json": "^0.14.0",
"@iconify-json/radix-icons": "^1.2.6",
"@iconify/vue": "^5.0.0",
"@indoorequal/vue-maplibre-gl": "^8.4.2",
"@js-joda/core": "^6.0.1",
"@js-joda/extra": "^0.13.1",
"@js-joda/locale": "^5.1.0",
"@js-joda/locale_en": "^5.1.0",
"@js-joda/locale_en-us": "^5.1.0",
"@js-joda/timezone": "^2.25.1",
"@ricons/tabler": "^0.13.0",
"@types/node": "^24.10.7",
"@vicons/fluent": "^0.13.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"@vueuse/core": "^14.3.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.6.2",
"globals": "^16.5.0",
"jiti": "^2.6.1",
"maplibre-gl": "^5.24.0",
"naive-ui": "^2.44.1",
"oxlint": "^1.67.0",
"prettier": "3.8.3",
"sass-embedded": "^1.100.0",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.53.0",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^32.1.0",
"vite": "npm:rolldown-vite@7.2.5",
"vite-plugin-vue-devtools": "^8.0.5",
"vite-svg-loader": "^5.1.1",
"vite-tsconfig-paths": "^5.1.4",
"vue-tsc": "^3.1.4"
},
"overrides": {
"vite": "npm:rolldown-vite@7.2.5"
}
}