Dependency
Metronic v8.1.5 html
Node Version > 18.0
json
{
"name": "form-builder",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --port 5001 ",
"build": "vite build",
"preview": "vite preview --port 5001 --strictPort",
"serve": "vite preview --port 5001 --strictPort"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^0.12.0",
"@originjs/vite-plugin-federation": "^1.2.3",
"@vueup/vue-quill": "^1.2.0",
"axios": "^1.4.0",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.10.5",
"element-plus": "^2.3.6",
"html2canvas": "^1.4.1",
"pinia": "^2.0.36",
"uuid": "^9.0.0",
"vee-validate": "^4.11.3",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vue": "^3.4.15",
"vue-axios": "^3.5.2",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.13",
"vue-sweetalert2": "^5.0.5",
"vue3-apexcharts": "^1.4.1",
"vue3-toastify": "^0.1.12",
"vuedraggable": "^4.1.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"dotenv": "^16.0.3",
"sass": "^1.66.1",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.2"
}
}