{ "name": "emotion-museum-web", "version": "1.0.0", "description": "情绪博物馆Web系统", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "build:check": "vue-tsc && vite build", "preview": "vite preview", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "type-check": "vue-tsc --noEmit", "test": "vitest", "test:e2e": "cypress run" }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", "@headlessui/vue": "^1.7.16", "@stomp/stompjs": "^7.1.1", "@vueuse/core": "^10.7.0", "autoprefixer": "^10.4.16", "axios": "^1.6.2", "dayjs": "^1.11.10", "echarts": "^5.4.3", "element-plus": "^2.4.4", "lodash-es": "^4.17.21", "pinia": "^2.1.7", "postcss": "^8.4.32", "socket.io-client": "^4.7.4", "sockjs-client": "^1.6.1", "tailwindcss": "^3.4.0", "vue": "^3.4.0", "vue-echarts": "^6.6.1", "vue-router": "^4.2.5", "zod": "^3.22.4" }, "devDependencies": { "@types/lodash-es": "^4.17.12", "@types/node": "^20.10.5", "@types/sockjs-client": "^1.5.4", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "@vitejs/plugin-vue": "^4.5.2", "@vue/test-utils": "^2.4.3", "cypress": "^13.6.2", "eslint": "^8.56.0", "eslint-plugin-vue": "^9.19.2", "husky": "^8.0.3", "lint-staged": "^15.2.0", "prettier": "^3.1.1", "typescript": "^5.3.3", "vite": "^5.0.8", "vitest": "^1.1.0", "vue-tsc": "^2.0.0" }, "keywords": [ "vue3", "typescript", "emotion", "museum", "ai-chat", "data-visualization" ], "author": "Emotion Museum Team", "license": "MIT" }