mirror of
https://github.com/andreicscs/HoneyWire
synced 2026-06-26 12:39:53 +00:00
34 lines
777 B
JSON
34 lines
777 B
JSON
{
|
|
"name": "ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "^4.5.1",
|
|
"escape-html": "^1.0.3",
|
|
"pinia": "^3.0.4",
|
|
"tailwindcss": "^4.2.4",
|
|
"vue": "^3.5.32",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.2.4",
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"@tsconfig/node18": "^18.2.4",
|
|
"@types/escape-html": "^1.0.4",
|
|
"@types/node": "^25.9.1",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"autoprefixer": "^10.4.27",
|
|
"postcss": "^8.5.9",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.4",
|
|
"vue-tsc": "^3.3.3"
|
|
}
|
|
}
|