| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "Warm-Flow",
- "version": "1.8.2",
- "description": "Warm-Flow设计器",
- "author": "warm",
- "license": "MIT",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build:prod": "vite build",
- "preview": "vite preview"
- },
- "repository": {
- "type": "git",
- "url": "https://gitee.com/dromara/warm-flow.git"
- },
- "dependencies": {
- "@element-plus/icons-vue": "2.3.1",
- "@form-create/designer": "^3.2.6",
- "@form-create/element-ui": "^3.2.10",
- "@logicflow/core": "^2.0.12",
- "@logicflow/extension": "^2.0.16",
- "axios": "0.27.2",
- "element-plus": "2.4.3",
- "file-saver": "2.0.5",
- "pinia": "2.1.7",
- "vue": "3.3.9",
- "vue-router": "4.2.5"
- },
- "devDependencies": {
- "@vitejs/plugin-vue": "4.5.0",
- "@vue/compiler-sfc": "3.3.9",
- "sass": "1.69.5",
- "unplugin-auto-import": "0.17.1",
- "unplugin-vue-setup-extend-plus": "1.0.0",
- "vite": "5.0.4",
- "vite-plugin-compression": "0.5.1",
- "vite-plugin-svg-icons": "2.0.1"
- },
- "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
- }
|