chore(frontend): migrate Tailwind to Vite plugin
This commit is contained in:
@@ -12,44 +12,43 @@
|
||||
"api:update": "npm run api:schema && npm run api:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@intlify/unplugin-vue-i18n": "^6.0.5",
|
||||
"@intlify/unplugin-vue-i18n": "^11.1.2",
|
||||
"@mdi/js": "^7.4.47",
|
||||
"@stripe/stripe-js": "^3.0.10",
|
||||
"@vueuse/core": "^10.11.0",
|
||||
"@vueuse/head": "^2.0.0",
|
||||
"@stripe/stripe-js": "^9.4.0",
|
||||
"@vueuse/core": "^14.3.0",
|
||||
"@vueuse/head": "^0.9.8",
|
||||
"@xtiannyeto/vue-auth-social": "^0.1.9",
|
||||
"axios": "^1.6.7",
|
||||
"axios": "^1.16.0",
|
||||
"html2canvas": "^1.4.1",
|
||||
"i18n": "^0.15.1",
|
||||
"i18n": "^0.15.3",
|
||||
"jwt-decode": "^4.0.0",
|
||||
"pinia": "^2.1.7",
|
||||
"qrcode.vue": "^3.6.0",
|
||||
"uuid": "^10.0.0",
|
||||
"vue": "^3.4.15",
|
||||
"pinia": "^3.0.4",
|
||||
"qrcode.vue": "^3.9.0",
|
||||
"typescript": "^6.0.3",
|
||||
"uuid": "^14.0.0",
|
||||
"vue": "^3.5.34",
|
||||
"vue-advanced-cropper": "^2.8.9",
|
||||
"vue-i18n": "^10.0.7",
|
||||
"vue-router": "^4.2.5",
|
||||
"vue-i18n": "^11.4.2",
|
||||
"vue-router": "^5.0.6",
|
||||
"vue-toastification": "^2.0.0-rc.5",
|
||||
"vue3-google-login": "^2.0.26",
|
||||
"vue3-google-login": "^2.1.3",
|
||||
"vuedraggable": "^4.1.0",
|
||||
"vuetify": "^3.5.6"
|
||||
"vuetify": "^4.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/webpack-env": "^1.18.8",
|
||||
"@typescript-eslint/eslint-plugin": "^8.34.0",
|
||||
"@typescript-eslint/parser": "^8.34.0",
|
||||
"@vitejs/plugin-vue": "^5.0.3",
|
||||
"@tailwindcss/vite": "^4.2.4",
|
||||
"@typescript-eslint/eslint-plugin": "^8.59.2",
|
||||
"@typescript-eslint/parser": "^8.59.2",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-plugin-tailwindcss": "^3.18.0",
|
||||
"eslint-plugin-vue": "^9.22.0",
|
||||
"openapi-typescript": "7.13.0",
|
||||
"postcss": "^8.5.3",
|
||||
"prettier": "^3.5.3",
|
||||
"rollup-plugin-visualizer": "^6.0.1",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"vite": "^6.3.1",
|
||||
"vue-eslint-parser": "^10.1.3"
|
||||
"eslint": "^10.3.0",
|
||||
"eslint-plugin-tailwindcss": "^3.18.3",
|
||||
"eslint-plugin-vue": "^10.9.1",
|
||||
"prettier": "^3.8.3",
|
||||
"rollup-plugin-visualizer": "^7.0.1",
|
||||
"tailwindcss": "^4.2.4",
|
||||
"vite": "^8.0.11",
|
||||
"vue-eslint-parser": "^10.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user