package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "name": "vue-naive-admin",
  3. "type": "module",
  4. "version": "2.0.0",
  5. "private": true,
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "NODE_OPTIONS=--max-old-space-size=40961 vite build",
  9. "preview": "vite preview",
  10. "lint:fix": "eslint --fix",
  11. "test": "vitest run",
  12. "test:watch": "vitest",
  13. "test:ui": "vitest --ui",
  14. "up": "taze major -I",
  15. "build:stage": "NODE_OPTIONS=--max-old-space-size=40961 vite build && npm run deploy:stage",
  16. "deploy:stage": "esno deploy/index.js"
  17. },
  18. "dependencies": {
  19. "@arco-design/color": "^0.4.0",
  20. "@codemirror/lang-java": "^6.0.1",
  21. "@codemirror/lang-javascript": "^6.2.1",
  22. "@codemirror/lang-sql": "^6.6.0",
  23. "@codemirror/lang-xml": "^6.1.0",
  24. "@codemirror/theme-one-dark": "^6.1.2",
  25. "@form-create/designer": "^3",
  26. "@form-create/element-ui": "^3",
  27. "@kangc/v-md-editor": "^2.3.18",
  28. "@stomp/stompjs": "^7.0.0",
  29. "@types/dagre": "^0.7.54",
  30. "@vicons/ionicons5": "^0.13.0",
  31. "@vicons/utils": "^0.1.4",
  32. "@vueuse/core": "^13.7.0",
  33. "@wangeditor/editor": "^5.1.23",
  34. "@wangeditor/editor-for-vue": "^5.1.12",
  35. "axios": "^1.11.0",
  36. "bpmn-js": "^17.11.1",
  37. "bpmn-js-properties-panel": "^5.23.0",
  38. "chalk": "^5.6.2",
  39. "codemirror": "^6.0.1",
  40. "crypto-js": "^4.2.0",
  41. "css-tree": "^3.2.1",
  42. "dagre": "^0.8.5",
  43. "dayjs": "^1.11.13",
  44. "diagram-js": "14.11.3",
  45. "echarts": "^6.0.0",
  46. "element-plus": "^2.14.0",
  47. "highlight.js": "^11.11.1",
  48. "inherits-browser": "0.1.0",
  49. "jsbarcode": "^3.12.3",
  50. "jsencrypt-ext": "^2.1.2",
  51. "leafer-editor": "^2.1.0",
  52. "lodash-es": "^4.17.21",
  53. "marked": "^18.0.2",
  54. "md5": "^2.3.0",
  55. "naive-ui": "^2.42.0",
  56. "ora": "^9.3.0",
  57. "pinia": "^3.0.3",
  58. "pinia-plugin-persistedstate": "^4.5.0",
  59. "prismjs": "^1.30.0",
  60. "qrcode-vue3": "^1.7.1",
  61. "scp2": "^0.5.0",
  62. "sm-crypto": "^0.3.13",
  63. "sockjs-client": "^1.6.0",
  64. "tiny-svg": "^4.1.4",
  65. "unplugin-vue-router": "^0.19.2",
  66. "vue": "^3.5.20",
  67. "vue-echarts": "^7.0.3",
  68. "vue-router": "^4.5.1",
  69. "vue3-barcode": "^1.0.1",
  70. "vue3-slide-verify": "^1.1.7",
  71. "vuedraggable": "^4.1.0",
  72. "xlsx": "^0.18.5"
  73. },
  74. "devDependencies": {
  75. "@antfu/eslint-config": "^5.2.1",
  76. "@iconify/json": "^2.2.378",
  77. "@unocss/eslint-config": "^66.4.2",
  78. "@unocss/eslint-plugin": "^66.4.2",
  79. "@unocss/preset-rem-to-px": "^66.4.2",
  80. "@vitejs/plugin-vue": "^6.0.1",
  81. "@vitejs/plugin-vue-jsx": "^5.1.0",
  82. "@vitest/ui": "^2.1.9",
  83. "@vue/test-utils": "^2.4.6",
  84. "eslint": "^9.34.0",
  85. "eslint-plugin-format": "^1.0.1",
  86. "esno": "^4.8.0",
  87. "fs-extra": "^11.3.1",
  88. "glob": "^11.0.3",
  89. "jsdom": "^25.0.1",
  90. "rollup-plugin-visualizer": "^6.0.3",
  91. "sass": "^1.93.2",
  92. "ssh2-sftp-client": "^12.1.1",
  93. "taze": "^19.3.0",
  94. "unocss": "^66.4.2",
  95. "unplugin-auto-import": "^20.0.0",
  96. "unplugin-vue-components": "^29.0.0",
  97. "vite": "^7.1.3",
  98. "vite-plugin-router-warn": "^1.0.0",
  99. "vite-plugin-vue-devtools": "^8.0.1",
  100. "vitepress": "2.0.0-alpha.12",
  101. "vitest": "^2.1.9",
  102. "vue3-intro-step": "^1.0.5"
  103. }
  104. }