package.json 1.8 KB

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