package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "video-learning-demo",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host",
  8. "build:test": "vite build --mode development",
  9. "build": "vite build",
  10. "build:prod": "vite build --mode production",
  11. "preview": "vite preview"
  12. },
  13. "dependencies": {
  14. "@blocknote/core": "^0.44.0",
  15. "@blocknote/mantine": "^0.44.0",
  16. "@blocknote/react": "^0.44.0",
  17. "@blocknote/xl-multi-column": "^0.44.0",
  18. "@element-plus/icons-vue": "^2.3.2",
  19. "axios": "^1.13.2",
  20. "dompurify": "^3.3.3",
  21. "element-plus": "^2.11.9",
  22. "lodash": "^4.17.23",
  23. "pinia": "^3.0.4",
  24. "qrcode": "^1.5.4",
  25. "react": "^18.3.1",
  26. "react-dom": "^18.3.1",
  27. "sass": "^1.94.2",
  28. "veaury": "^2.6.3",
  29. "video.js": "^8.23.4",
  30. "vue": "^3.5.24",
  31. "vue-i18n": "^11.3.0",
  32. "vue-react-wrapper": "^0.3.1",
  33. "vue-router": "^4.6.3"
  34. },
  35. "devDependencies": {
  36. "@tailwindcss/postcss": "^4.2.1",
  37. "@vheemstra/vite-plugin-imagemin": "^2.2.1",
  38. "@vitejs/plugin-vue": "^6.0.1",
  39. "autoprefixer": "^10.4.27",
  40. "imagemin-mozjpeg": "^10.0.0",
  41. "imagemin-pngquant": "^10.0.0",
  42. "imagemin-svgo": "^12.0.0",
  43. "postcss": "^8.5.8",
  44. "rollup-plugin-visualizer": "^7.0.1",
  45. "tailwindcss": "^4.2.1",
  46. "terser": "^5.46.0",
  47. "vite": "^7.2.4",
  48. "vite-plugin-compression": "^0.5.1"
  49. }
  50. }