43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "management-ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@tanstack/vue-table": "^8.21.3",
|
|
"@vueuse/core": "^13.9.0",
|
|
"axios": "^1.11.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"hls.js": "^1.6.13",
|
|
"leaflet": "^1.9.4",
|
|
"lucide-vue-next": "^0.525.0",
|
|
"reka-ui": "^2.5.0",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.11",
|
|
"tw-animate-css": "^1.3.6",
|
|
"uuid": "^11.1.0",
|
|
"vaul-vue": "^0.4.1",
|
|
"vue": "^3.5.17",
|
|
"vue-audio-visual": "^3.0.11",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/radix-icons": "^1.2.2",
|
|
"@iconify/vue": "^5.0.0",
|
|
"@types/leaflet": "^1.9.20",
|
|
"@types/node": "^24.1.0",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^7.0.4",
|
|
"vue-tsc": "^2.2.12"
|
|
}
|
|
}
|