mirror of
https://github.com/cruip/vuejs-admin-dashboard-template.git
synced 2026-02-04 13:42:27 +08:00
27 lines
621 B
JSON
27 lines
621 B
JSON
{
|
|
"name": "mosaic-vue",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"chart.js": "^3.8.0",
|
|
"chartjs-adapter-moment": "^1.0.0",
|
|
"flatpickr": "^4.6.13",
|
|
"moment": "^2.29.4",
|
|
"vue": "^3.2.20",
|
|
"vue-flatpickr-component": "^9.0.6",
|
|
"vue-router": "^4.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.0.0",
|
|
"@vue/compiler-sfc": "^3.2.20",
|
|
"autoprefixer": "^10.4.7",
|
|
"postcss": "^8.4.14",
|
|
"tailwindcss": "^3.1.6",
|
|
"vite": "^3.0.0"
|
|
}
|
|
} |