Files
ai/frontend/package.json
2025-07-08 18:46:12 +08:00

56 lines
1.5 KiB
JSON

{
"name": "pandora-frontend",
"version": "1.0.0",
"description": "Pandora 前端应用",
"type": "module",
"scripts": {
"start": "node server.cjs",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@vue/runtime-core": "^3.3.4",
"@vue/runtime-dom": "^3.3.4",
"@vueuse/core": "^10.4.1",
"axios": "^1.5.0",
"clsx": "^2.0.0",
"pinia": "^2.1.7",
"tailwind-merge": "^1.14.0",
"vee-validate": "^4.10.5",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue-toastification": "^2.0.0-rc.5",
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.2",
"autoprefixer": "^10.4.15",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.8.3",
"vite": "^4.4.11",
"vitest": "^0.34.4",
"vue-tsc": "^3.0.1"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}