library-picturebook-activity/frontend/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2025-11-23 14:04:20 +08:00
{
"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",
2026-01-15 16:35:00 +08:00
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
2026-01-09 18:14:35 +08:00
"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"
2025-11-23 14:04:20 +08:00
},
"devDependencies": {
2026-01-09 18:14:35 +08:00
"@types/multer": "^2.0.0",
2025-11-23 14:04:20 +08:00
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
2026-01-09 18:14:35 +08:00
"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"
2025-11-23 14:04:20 +08:00
}
}