-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.78 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@ploycloud/ploy3d",
"version": "0.1.0",
"description": "一个基于JavaScript、WebAssembly、WebGPU的国产自研3D引擎。",
"author": "www.ploycloud.com",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"ploycloud",
"ploy3d",
"WebGPU",
"WebGL",
"WebVR",
"3D",
"Engine",
"PhysX",
"MetaHuman",
"Gis",
"VaM",
"DAZ3D",
"WebVR UI",
"Shader",
"Blueprints",
"NodeEditor",
"ECharts",
"3mx"
],
"main": "mod.ts",
"devDependencies": {
"@ant-design/icons": "^5.5.1",
"@babel/standalone": "^7.26.2",
"@types/node": "^20.17.2",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vscode/codicons": "^0.0.36",
"@webgpu/types": "^0.1.42",
"antd": "^5.21.6",
"css-loader": "^7.1.2",
"echarts": "^5.5.0",
"eruda": "^3.4.0",
"immutability-helper": "^3.1.1",
"jszip": "^3.10.1",
"leva": "^0.9.35",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"monaco-editor": "0.31.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"rc-dialog": "^9.6.0",
"rc-textarea": "^1.8.2",
"rc-tooltip": "^6.2.1",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-grid-layout": "^1.5.0",
"reflect-metadata": "^0.2.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsyringe": "^4.8.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}