-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 827 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 827 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": "kartz-3d",
"version": "1.0.0",
"description": "Kartz 3D",
"main": "index.html",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --port 8080"
},
"repository": {
"type": "git",
"url": "git+https://github.com/judah-w/kartz3d.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/judah-w/kartz3d/issues"
},
"homepage": "https://github.com/judah-w/kartz3d#readme",
"devDependencies": {
"@babylonjs/core": "^5.16.0",
"@babylonjs/inspector": "^5.16.0",
"babylonjs-loaders": "^5.17.1",
"html-webpack-plugin": "^5.5.0",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"dependencies": {
"cannon-es": "^0.19.0"
}
}