package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "caimei-database-caimei",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build:prod": "vue-tsc && vite build --mode production",
  9. "build:dev": "vue-tsc && vite build --mode development",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "@emotion/css": "^11.11.2",
  14. "@emotion/react": "^11.11.1",
  15. "axios": "^1.6.2",
  16. "dommatrix": "^1.0.3",
  17. "element-plus": "^2.4.3",
  18. "nprogress": "^0.2.0",
  19. "pinia": "^2.1.7",
  20. "pinia-plugin-persistedstate": "^3.2.0",
  21. "reset-css": "^5.0.2",
  22. "vant": "^4.8.0",
  23. "vite-plugin-style-import": "^2.0.0",
  24. "vue": "^3.3.8",
  25. "vue-router": "^4.2.5",
  26. "vue-styled-components": "^1.6.0",
  27. "web-streams-polyfill": "^3.3.2"
  28. },
  29. "devDependencies": {
  30. "@types/crypto-js": "^4.2.1",
  31. "@types/node": "^20.10.0",
  32. "@types/path-browserify": "^1.0.2",
  33. "@types/video.js": "^7.3.56",
  34. "@vitejs/plugin-vue": "^4.5.0",
  35. "@vitejs/plugin-vue-jsx": "^3.1.0",
  36. "@vue-office/docx": "^1.6.0",
  37. "@vueuse/core": "^10.7.1",
  38. "crypto-js": "^4.2.0",
  39. "path-browserify": "^1.0.1",
  40. "pdfh5": "^1.4.7",
  41. "postcss-px-to-viewport": "^1.1.1",
  42. "sass": "^1.69.5",
  43. "typescript": "^5.2.2",
  44. "unplugin-auto-import": "^0.17.1",
  45. "unplugin-vue-components": "^0.25.2",
  46. "video.js": "^8.6.1",
  47. "vite": "^5.0.0",
  48. "vue-tsc": "^1.8.22",
  49. "weixin-js-sdk": "^1.6.5"
  50. }
  51. }