@ui-ddy-process/design 1.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "@ui-ddy-process/design",
3
+ "version": "1.5.5",
4
+ "author": "ssc <273702440@qq.com>",
5
+ "type": "module",
6
+ "description": "Nutflow流程设计器 ElementPlus版本",
7
+ "main": "lib/nf-design-elp.js",
8
+ "files": [
9
+ "lib"
10
+ ],
11
+ "engines": {
12
+ "node": "^18.0.0 || >=20.0.0"
13
+ },
14
+ "scripts": {
15
+ "build": "vite build",
16
+ "dev": "vite --host",
17
+ "lib": "vite build --mode lib",
18
+ "prettier": "prettier ./packages/**/*.vue --write"
19
+ },
20
+ "dependencies": {
21
+ "bpmn-js": "^18.6.2",
22
+ "bpmn-js-create-append-anything": "^1.0.0",
23
+ "bpmnlint": "^11.4.4",
24
+ "randomcolor": "^0.6.2"
25
+ },
26
+ "devDependencies": {
27
+ "@nutflow/nf-form-elp": "^1.5.6",
28
+ "@so1ve/prettier-config": "^3.1.0",
29
+ "@vitejs/plugin-vue": "^5.2.4",
30
+ "axios": "^1.10.0",
31
+ "element-plus": "^2.10.2",
32
+ "prettier": "^3.5.3",
33
+ "rollup-plugin-visualizer": "^5.14.0",
34
+ "sass": "^1.89.2",
35
+ "vite": "^5.4.18",
36
+ "vite-plugin-remove-console": "^2.2.0",
37
+ "vite-plugin-static-copy": "^1.0.6",
38
+ "vue": "^3.5.16"
39
+ }
40
+ }