mirror of
https://github.com/cruip/vuejs-admin-dashboard-template.git
synced 2025-12-19 17:02:23 +08:00
30 lines
681 B
JSON
30 lines
681 B
JSON
{
|
|
"name": "mosaic-vue",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@vueuse/core": "^12.0.0",
|
|
"chart.js": "^4.4.1",
|
|
"chartjs-adapter-moment": "^1.0.1",
|
|
"flatpickr": "^4.6.13",
|
|
"moment": "^2.29.4",
|
|
"vue": "^3.2.20",
|
|
"vue-flatpickr-component": "^11.0.3",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.0.0",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"@vue/compiler-sfc": "^3.2.20",
|
|
"postcss": "^8.4.32",
|
|
"tailwindcss": "^4.0.0",
|
|
"vite": "^6.0.3"
|
|
}
|
|
}
|