暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "vite-project",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "set NODE_OPTIONS=--max_old_space_size=4096 && vite build",
  9. "preview": "vite preview",
  10. "litai": "vite --mode litai",
  11. "hubeikuan": "vite --mode hubeikuan",
  12. "moxincui": "vite --mode moxincui",
  13. "zhangqingxin": "vite --mode zhangqingxin",
  14. "xiechongjian": "vite --mode xiechongjian",
  15. "jiajunchen": "vite --mode jiajunchen",
  16. "huangluya": "vite --mode huangluya",
  17. "zhangjunhao": "vite --mode zhangjunhao",
  18. "zhaochenhao": "vite --mode zhaochenhao",
  19. "zhenghao": "vite --mode zhenghao",
  20. "xurui": "vite --mode xurui",
  21. "niushixue": "vite --mode niushixue",
  22. "build:development": "vite build --mode development",
  23. "build:production": "vite build --mode production",
  24. "build:test": "vite build --mode test "
  25. },
  26. "dependencies": {
  27. "@element-plus/icons-vue": "^2.3.1",
  28. "@wangeditor/editor": "^5.1.23",
  29. "@wangeditor/editor-for-vue": "^5.1.12",
  30. "axios": "^1.6.5",
  31. "crypto-js": "^4.2.0",
  32. "dayjs": "^1.11.10",
  33. "echarts": "^5.5.1",
  34. "element-plus": "^2.5.1",
  35. "grid-layout-plus": "^1.1.1",
  36. "js-base64": "^3.7.7",
  37. "js-sha256": "^0.11.0",
  38. "jsencrypt": "^3.3.2",
  39. "pinia": "^2.1.7",
  40. "pinia-plugin-persistedstate": "^3.2.1",
  41. "qrcode": "^1.5.4",
  42. "qs": "^6.11.2",
  43. "splitpanes": "^3.1.5",
  44. "vform3-builds": "^3.0.10",
  45. "vite-plugin-svg-icons": "^2.0.1",
  46. "vue": "^3.3.11",
  47. "vue-router": "^4.2.5"
  48. },
  49. "devDependencies": {
  50. "@vitejs/plugin-vue": "^4.5.2",
  51. "less": "^4.2.0",
  52. "sass": "^1.77.8",
  53. "unplugin-auto-import": "^0.17.3",
  54. "unplugin-vue-components": "^0.26.0",
  55. "vite": "^5.0.8"
  56. }
  57. }