-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 844 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 844 Bytes
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
{
"name": "3dinventory-threejs-demo",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"build": "webpack"
},
"author": "guzhu",
"license": "MIT",
"dependencies": {
"fairygui-three": "^1.0.0",
"three": "^0.154.0"
},
"devDependencies": {
"@types/lodash": "^4.14.150",
"@types/node": "^14.0.13",
"@types/three": "^0.154.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^3.5.3",
"csv-loader": "^3.0.3",
"expose-loader": "^0.7.5",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.3",
"ts-loader": "^8.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"xml-loader": "^1.2.1"
}
}