Files
sionrui/frontend/app/web-gold/package.json
2026-02-02 22:36:20 +08:00

64 lines
1.7 KiB
JSON

{
"name": "web-gold",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite --mode development",
"build": "vite build",
"preview": "vite preview",
"lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
"lint:eslint": "eslint . --fix",
"lint": "run-s lint:*",
"format": "prettier --write src/"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.15",
"@ai-sdk/openai": "^3.0.12",
"@ant-design/icons-vue": "^7.0.1",
"@microsoft/fetch-event-source": "^2.0.1",
"@tailwindcss/vite": "^4.1.14",
"ai": "^6.0.39",
"ant-design-vue": "^4.2.6",
"aplayer": "^1.10.1",
"dayjs": "^1.11.18",
"markdown-it": "^14.1.0",
"path-to-regexp": "^6.3.0",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"qs": "^6.14.0",
"vue": "^3.5.22",
"vue-router": "^4.5.1",
"xlsx": "^0.18.5",
"xlsx-js-style": "^1.2.0"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@prettier/plugin-oxc": "^0.0.4",
"@tailwindcss/postcss": "^4.1.14",
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue-jsx": "^5.1.1",
"@vue/eslint-config-prettier": "^10.2.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.33.0",
"eslint-plugin-oxlint": "~1.11.0",
"eslint-plugin-vue": "~10.4.0",
"globals": "^16.3.0",
"less": "^4.4.2",
"normalize.css": "^8.0.1",
"npm-run-all2": "^8.0.4",
"oxlint": "~1.11.0",
"postcss": "^8.5.6",
"prettier": "3.6.2",
"tailwindcss": "^4.1.14",
"typescript": "^5.7.3",
"vite": "^7.1.7",
"vite-plugin-compression2": "^2.4.0",
"vite-plugin-vue-devtools": "^8.0.2",
"vue-tsc": "^2.1.28"
}
}