-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 KB
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": "rule-engine",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"predev": "node scripts/copy-static-files.js",
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"resolutions": {
"@monaco-editor/loader": "1.3.3",
"@monaco-editor/react": "4.5.1",
"monaco-editor": "0.38.0"
},
"dependencies": {
"@ant-design/pro-components": "2.4.16",
"@monaco-editor/react": "4.5.1",
"@xyflow/react": "12.10.0",
"ahooks": "3.7.7",
"antd": "5.11.2",
"axios": "^1.13.2",
"dagre": "^0.8.5",
"less": "4.1.3",
"lodash": "4.17.21",
"monaco-editor": "0.38.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "6.30.1",
"react-router-dom": "6.30.1",
"resize-observer-polyfill": "1.5.1",
"uuid": "9.0.0",
"zustand": "4.5.7"
},
"devDependencies": {
"@types/node": "^24.3.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"fs-extra": "^11.1.1",
"globals": "^15.15.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0"
}
}