package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "admin",
  3. "private": true,
  4. "version": "0.0.0",
  5. "scripts": {
  6. "dev": "vite",
  7. "mock": "nodemon server.js",
  8. "build": "vite build",
  9. "preview": "vite preview",
  10. "new": "plop"
  11. },
  12. "dependencies": {
  13. "@vueuse/core": "^8.5.0",
  14. "axios": "^0.27.2",
  15. "echarts": "^5.3.2",
  16. "element-plus": "^2.2.0",
  17. "lodash-es": "^4.17.21",
  18. "mockjs": "^1.1.0",
  19. "normalize.css": "^8.0.1",
  20. "path-browserify": "^1.0.1",
  21. "path-to-regexp": "^6.2.1",
  22. "tinymce": "^6.0.2",
  23. "video.js": "^7.18.1",
  24. "vue": "^3.2.33",
  25. "vue-router": "^4.0.15"
  26. },
  27. "devDependencies": {
  28. "@vitejs/plugin-vue": "^2.3.2",
  29. "@vitejs/plugin-vue-jsx": "^1.3.10",
  30. "koa": "^2.13.4",
  31. "koa-bodyparser": "^4.3.0",
  32. "nodemon": "^2.0.16",
  33. "plop": "^3.1.0",
  34. "sass": "^1.51.0",
  35. "unplugin-auto-import": "^0.7.1",
  36. "unplugin-vue-components": "^0.19.5",
  37. "vite": "^2.9.8",
  38. "vite-plugin-mock": "^2.9.6",
  39. "vite-plugin-pages": "^0.23.0",
  40. "vite-plugin-top-level-await": "^1.3.1",
  41. "vite-plugin-windicss": "^1.8.4",
  42. "windicss": "^3.5.2"
  43. }
  44. }