Files
vuejs-admin-dashboard-template/package.json
pasqualevitiello 8c1ad8e21e Update Tailwind 3
2021-12-13 17:43:42 +01:00

29 lines
667 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.4.0",
"chart.js": "^3.5.1",
"chartjs-adapter-moment": "^1.0.0",
"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": "^3.0.2",
"vite": "2.5.7"
}
}