{ "name": "vue-project", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.2.1", "@vuelidate/core": "^2.0.0", "@vuelidate/validators": "^2.0.0", "axios": "^1.1.3", "bootstrap": "^5.2.2", "vue": "^3.2.47", "vue-router": "^4.1.6", "vuelidate": "^0.7.7" }, "devDependencies": { "@vitejs/plugin-vue": "^4.0.0", "@vitejs/plugin-vue-jsx": "^3.0.0", "vite": "^4.3.1" } }