-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "babylonjs-typescript-webpack-starter",
"version": "1.0.0",
"description": "Template for Webpack TypeScript and BabylonJS",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack serve --open --host 192.168.20.18"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/es6-shim": "^0.31.41",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^7.1.2",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.1.0",
"html-webpack-plugin": "^5.2.0",
"imports-loader": "^2.0.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.17",
"typescript": "^4.2.2",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"babylonjs": "^4.2.0",
"babylonjs-gui": "^4.2.0",
"babylonjs-loaders": "^4.2.0",
"babylonjs-materials": "^4.2.0",
"cannon": "^0.6.2",
"earcut": "^2.2.2",
"lodash": "^4.17.21",
"oimo": "^1.0.9",
"rxjs": "^6.6.6",
"tornis": "^0.3.3"
}
}