package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "vite-project",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --force --host",
  8. "build": "vite build",
  9. "preview": "vite preview",
  10. "build:prod": "vite build --mode production",
  11. "build:test": "vite build --mode test",
  12. "build:staging": "vite build --mode staging"
  13. },
  14. "dependencies": {
  15. "@element-plus/icons-vue": "^2.1.0",
  16. "@tinymce/tinymce-vue": "^4",
  17. "@videojs-player/vue": "^1.0.0",
  18. "@vueup/vue-quill": "^1.2.0",
  19. "@vueuse/core": "^10.2.1",
  20. "@wangeditor/editor": "^5.1.23",
  21. "@wangeditor/editor-for-vue": "^5.1.12",
  22. "axios": "0.18.1",
  23. "core-js": "3.6.5",
  24. "echarts": "^5.4.3",
  25. "element-plus": "2.5.6",
  26. "es6-promise": "^4.2.8",
  27. "fast-glob": "^3.3.1",
  28. "fuse.js": "^6.4.3",
  29. "js-cookie": "2.2.0",
  30. "jsencrypt": "^3.3.2",
  31. "mime": "^3.0.0",
  32. "moment": "^2.30.1",
  33. "normalize.css": "7.0.0",
  34. "nprogress": "0.2.0",
  35. "path-browserify": "^1.0.1",
  36. "path-to-regexp": "2.4.0",
  37. "pinia": "^2.1.1",
  38. "screenfull": "^5.0.2",
  39. "swiper": "^9.3.2",
  40. "tinymce": "^6.6.2",
  41. "unplugin-auto-import": "^0.16.2",
  42. "unplugin-vue-components": "^0.24.1",
  43. "video.js": "^7.0.0",
  44. "vite-plugin-svg-icons": "^2.0.1",
  45. "vue": "^3.2.47",
  46. "vue-clipboard3": "^2.0.0",
  47. "vue-draggable-next": "^2.1.1",
  48. "vue-draggable-plus": "^0.6.0",
  49. "vue-router": "^4.2.0",
  50. "vue3-lazy": "^1.0.0-alpha.1",
  51. "vue3-lazyload": "^0.3.8",
  52. "vuex": "^4.1.0"
  53. },
  54. "devDependencies": {
  55. "@vitejs/plugin-vue": "^4.2.1",
  56. "@vitejs/plugin-vue-jsx": "^3.0.1",
  57. "eslint": "8.22.0",
  58. "eslint-plugin-vue": "^9.12.0",
  59. "sass": "^1.62.1",
  60. "vite": "^4.5.12",
  61. "vite-plugin-imagemin": "^0.6.1"
  62. }
  63. }