mirror of
https://github.com/cruip/vuejs-admin-dashboard-template.git
synced 2026-02-17 03:32:26 +08:00
first commit
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user