工作流

package.json 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "Warm-Flow",
  3. "version": "1.8.2",
  4. "description": "Warm-Flow设计器",
  5. "author": "warm",
  6. "license": "MIT",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite",
  10. "build:prod": "vite build",
  11. "preview": "vite preview"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://gitee.com/dromara/warm-flow.git"
  16. },
  17. "dependencies": {
  18. "@element-plus/icons-vue": "2.3.1",
  19. "@form-create/designer": "^3.2.6",
  20. "@form-create/element-ui": "^3.2.10",
  21. "@logicflow/core": "^2.0.12",
  22. "@logicflow/extension": "^2.0.16",
  23. "axios": "0.27.2",
  24. "element-plus": "2.4.3",
  25. "file-saver": "2.0.5",
  26. "pinia": "2.1.7",
  27. "vue": "3.3.9",
  28. "vue-router": "4.2.5"
  29. },
  30. "devDependencies": {
  31. "@vitejs/plugin-vue": "4.5.0",
  32. "@vue/compiler-sfc": "3.3.9",
  33. "sass": "1.69.5",
  34. "unplugin-auto-import": "0.17.1",
  35. "unplugin-vue-setup-extend-plus": "1.0.0",
  36. "vite": "5.0.4",
  37. "vite-plugin-compression": "0.5.1",
  38. "vite-plugin-svg-icons": "2.0.1"
  39. },
  40. "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
  41. }