-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"name": "leanclient",
"version": "0.1.0",
"private": true,
"workspaces": ["scopes_plugin", "backend"],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@types/three": "^0.156.0",
"antlr4": "^4.13.2",
"axios": "^1.13.2",
"element-plus": "^2.11.7",
"elkjs": "^0.8.2",
"patch-package": "^8.0.0",
"rete": "^2.0.6",
"rete-area-3d-plugin": "^2.0.5",
"rete-area-plugin": "^2.1.3",
"rete-auto-arrange-plugin": "^2.0.2",
"rete-connection-plugin": "^2.0.5",
"rete-context-menu-plugin": "^2.0.6",
"rete-render-utils": "^2.0.3",
"rete-scopes-plugin": "*",
"rete-vue-plugin": "^2.1.2",
"sass": "^1.90.0",
"sass-loader": "^16.0.5",
"three": "^0.156.1",
"uuid": "^13.0.0",
"vue": "^3.2.13",
"ws": "^8.18.3"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"jest": "^30.1.3",
"ts-jest": "^29.4.3",
"typescript": "^5.9.2"
}
}