Files
happy-life-star/web/package.json
T
2025-07-25 16:18:33 +08:00

49 lines
1.3 KiB
JSON

{
"name": "emotion-museum-web",
"version": "1.0.0",
"description": "开心APP - 情绪陪伴使者前端应用",
"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",
"format": "prettier --write src/",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.0",
"ant-design-vue": "^4.0.0",
"axios": "^1.5.0",
"chart.js": "^4.3.0",
"dayjs": "^1.11.9",
"pinia": "^2.1.6",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"vue": "^3.3.4",
"vue-chartjs": "^5.2.0",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@types/node": "^20.5.0",
"@types/sockjs-client": "^1.5.2",
"@types/stompjs": "^2.3.5",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vitejs/plugin-vue": "^4.3.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.47.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.0",
"sass": "^1.66.0",
"typescript": "^5.1.0",
"vite": "^4.4.0",
"vue-tsc": "^3.0.4"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
}
}