library-picturebook-activity/frontend/package.json
2025-11-23 14:04:20 +08:00

37 lines
964 B
JSON

{
"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": {
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"pinia": "^2.1.7",
"axios": "^1.6.7",
"ant-design-vue": "^4.1.1",
"@ant-design/icons-vue": "^7.0.1",
"vee-validate": "^4.12.4",
"zod": "^3.22.4",
"@vee-validate/zod": "^4.12.4",
"dayjs": "^1.11.10"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"typescript": "^5.4.3",
"vue-tsc": "^1.8.27",
"vite": "^5.1.6",
"sass": "^1.71.1",
"tailwindcss": "^3.4.1",
"postcss": "^8.4.35",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0"
}
}