-
Notifications
You must be signed in to change notification settings - Fork 470
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "miyue-bpmn",
"version": "2.0.0",
"private": false,
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/miyuesc/bpmn-process-designer.git"
},
"scripts": {
"bootstrap": "pnpm install",
"serve:react": "cd /components/react && pnpm run dev"
},
"dependencies": {
"@miyue-mma/shared": "^0.0.6",
"bpmn-js": "^18.1.2",
"diagram-js-grid-bg": "^1.1.0",
"ids": "^1.0.5",
"lucide-vue-next": "^0.358.0",
"min-dash": "^4.2.1",
"radash": "^12.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tiny-svg": "^4.0.0",
"vue": "^3.4.21"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"diagram-js": "^15.2.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-vue": "^9.24.0",
"fast-glob": "^3.3.2",
"prettier": "^3.2.5",
"sass": "^1.72.0",
"sass-loader": "^14.1.1",
"terser": "^5.30.3",
"typescript": "^5.4.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.6"
}
}