package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "private": true,
  3. "packageManager": "pnpm@8.5.1",
  4. "scripts": {
  5. "build": "vite build",
  6. "dev": "vite --port 3443 --open",
  7. "typecheck": "vue-tsc --noEmit",
  8. "preview": "vite preview",
  9. "test": "vitest",
  10. "up": "taze major -I",
  11. "postinstall": "npx simple-git-hooks"
  12. },
  13. "dependencies": {
  14. "@types/video.js": "^7.3.56",
  15. "@vueuse/core": "^10.1.2",
  16. "agora-rtc-sdk-ng": "^4.20.0",
  17. "aliyun-webrtc-sdk": "^1.17.3",
  18. "amfe-flexible": "^2.2.1",
  19. "autoprefixer": "^10.4.14",
  20. "axios": "^1.4.0",
  21. "crypto-js": "^4.2.0",
  22. "echarts": "^5.5.1",
  23. "lib-flexible": "^0.3.2",
  24. "postcss-pxtorem": "^6.0.0",
  25. "qrcode": "^1.5.3",
  26. "sass": "^1.62.1",
  27. "vant": "^4.4.1",
  28. "vconsole": "^3.15.1",
  29. "video.js": "^8.9.0",
  30. "vue": "^3.3.2",
  31. "vue-router": "^4.2.0"
  32. },
  33. "devDependencies": {
  34. "@antfu/eslint-config": "^0.38.6",
  35. "@iconify-json/carbon": "^1.1.16",
  36. "@types/file-saver": "^2.0.5",
  37. "@types/node": "^18.16.11",
  38. "@types/qrcode": "^1.5.5",
  39. "@vitejs/plugin-basic-ssl": "^1.1.0",
  40. "@vitejs/plugin-legacy": "^4.0.5",
  41. "@vitejs/plugin-vue": "^4.2.3",
  42. "@vue-macros/volar": "^0.9.8",
  43. "@vue/test-utils": "^2.3.2",
  44. "jsdom": "^22.0.0",
  45. "pnpm": "^8.5.1",
  46. "simple-git-hooks": "^2.8.1",
  47. "taze": "^0.10.1",
  48. "terser": "^5.29.2",
  49. "typescript": "^5.0.4",
  50. "unplugin-auto-import": "^0.16.0",
  51. "unplugin-vue-components": "^0.24.1",
  52. "unplugin-vue-macros": "^2.1.7",
  53. "vite": "^4.3.7",
  54. "vite-plugin-pages": "^0.29.0",
  55. "vite-plugin-windicss": "^1.9.0",
  56. "vitest": "^0.31.0",
  57. "vue-tsc": "^1.6.5",
  58. "windicss": "^3.5.6"
  59. },
  60. "simple-git-hooks": {},
  61. "lint-staged": {},
  62. "eslintConfig": {
  63. "extends": [
  64. "@antfu"
  65. ]
  66. }
  67. }