mirror of
https://github.com/cruip/vuejs-admin-dashboard-template.git
synced 2026-02-04 13:42:27 +08:00
30 lines
703 B
JSON
30 lines
703 B
JSON
{
|
|
"name": "mosaic-light-vue",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "TAILWIND_MODE=watch vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "^0.3.4",
|
|
"chart.js": "^3.5.1",
|
|
"chartjs-adapter-moment": "^1.0.0",
|
|
"cruip-js-toolkit": "^1.1.3",
|
|
"flatpickr": "^4.6.9",
|
|
"moment": "^2.29.1",
|
|
"vue": "^3.2.20",
|
|
"vue-flatpickr-component": "^9.0.5",
|
|
"vue-router": "^4.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^1.9.3",
|
|
"@vue/compiler-sfc": "^3.2.20",
|
|
"autoprefixer": "^10.3.7",
|
|
"postcss": "^8.3.9",
|
|
"sass": "^1.43.2",
|
|
"tailwindcss": "^2.2.17",
|
|
"vite": "^2.5.7"
|
|
}
|
|
}
|