-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.3 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.3 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "maa-pipeline-editor",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"icon": "npx iconfont-h5",
"dev": "vite",
"landing": "yarn --cwd Landing dev",
"landing:build": "yarn --cwd Landing build",
"landing:test": "yarn --cwd Landing verify",
"landing:preview": "yarn --cwd Landing preview",
"server": "cd LocalBridge && yarn server",
"doc": "cd docsite && yarn dev",
"build": "vite build",
"build-past": "vite build --mode mfw_5_0",
"build:extremer": "yarn build --mode extremer && xcopy /E /I /Y dist Extremer\\frontend\\dist",
"lint": "eslint .",
"preview": "vite preview",
"reset": "git reset --soft HEAD~1",
"release": "git tag -a v1.6.1 -m \"v1.6.1\" && git push origin v1.6.1",
"retag": "git tag -d v1.6.1"
},
"dependencies": {
"@ant-design/icons": "6",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@microlink/react-json-view": "^1.27.0",
"@monaco-editor/react": "^4.7.0",
"@xyflow/react": "^12.7.1",
"ahooks": "^3.9.4",
"antd": "6",
"canvas-confetti": "^1.9.4",
"classnames": "^2.5.1",
"darkreader": "^4.9.109",
"elkjs": "^0.11.0",
"html-to-image": "1.11.11",
"jsonc-parser": "^3.3.1",
"lodash": "^4.17.21",
"lz-string": "^1.4.3",
"monaco-editor": "^0.55.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"tesseract.js": "^6.0.1",
"zustand": "^5.0.7"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/canvas-confetti": "^1.9.0",
"@types/lodash": "^4.17.21",
"@types/lz-string": "^1.4.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react-swc": "^3.10.2",
"@vitest/coverage-v8": "^4.0.14",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"happy-dom": "^20.0.11",
"less": "^4.3.0",
"react-iconfont-cli": "^2.0.2",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.0",
"vitest": "^4.0.14"
}
}