{ "name": "competition-management-frontend", "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { "@ant-design/icons-vue": "^7.0.1", "@vee-validate/zod": "^4.12.4", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "ant-design-vue": "^4.1.1", "axios": "^1.6.7", "dayjs": "^1.11.10", "pinia": "^2.1.7", "three": "^0.182.0", "vee-validate": "^4.12.4", "vue": "^3.4.21", "vue-router": "^4.3.0", "zod": "^3.22.4" }, "devDependencies": { "@types/multer": "^2.0.0", "@vitejs/plugin-vue": "^5.0.4", "@vue/eslint-config-typescript": "^13.0.0", "autoprefixer": "^10.4.18", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.22.0", "postcss": "^8.4.35", "sass": "^1.71.1", "tailwindcss": "^3.4.1", "typescript": "^5.4.3", "vite": "^5.1.6", "vue-tsc": "^1.8.27" } }