-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.36 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
{
"version": "1.0.0",
"description": "A Basic project to explore the three js library",
"main": "index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"serve": "webpack serve"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babylonjs/core": "^6.22.1",
"@babylonjs/loaders": "^6.22.1",
"@types/node": "^20.5.6",
"@types/three": "^0.157.0",
"@types/webpack": "^5.28.2",
"@webpack-cli/generators": "^3.0.7",
"cannon-es": "^0.20.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"declaration-bundler-webpack-plugin": "^1.0.3",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.11.1",
"wepack-cli": "^0.0.1-security",
"workbox-webpack-plugin": "^7.0.0"
},
"dependencies": {
"@babylonjs/havok": "^1.2.0",
"@tweenjs/tween.js": "^18.6.4",
"dat.gui": "^0.7.9",
"pixi.js": "^7.3.2",
"postprocessing": "^6.33.4",
"three": "^0.157.0",
"three-csg-ts": "^3.1.13",
"webp-converter": "^2.3.3"
}
}