library-picturebook-activity/lesingle-creation-frontend/package.json
2026-04-17 09:40:07 +08:00

54 lines
1.6 KiB
JSON

{
"name": "competition-management-frontend",
"version": "1.0.0",
"type": "module",
"scripts": {
"compress:test": "node scripts/compress.cjs test",
"compress:prod": "node scripts/compress.cjs production",
"dev": "vite",
"build:tsc": "vue-tsc -b && vite build",
"build": "vite build",
"build:test": "vite build --mode test",
"build:prod": "vite build --mode production",
"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",
"@stomp/stompjs": "^7.3.0",
"@vee-validate/zod": "^4.12.4",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"ali-oss": "^6.23.0",
"ant-design-vue": "^4.1.1",
"axios": "^1.6.7",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"dompurify": "^3.3.3",
"echarts": "^6.0.0",
"pinia": "^2.1.7",
"three": "^0.182.0",
"vee-validate": "^4.12.4",
"vue": "^3.4.21",
"vue-echarts": "^8.0.1",
"vue-router": "^4.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@types/crypto-js": "^4.2.2",
"@types/dompurify": "^3.2.0",
"@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": "^3.2.2"
}
}