-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 860 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·32 lines (32 loc) · 860 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
{
"name": "babylonjs-typescript-template",
"version": "0.0.0",
"description": " A BabylonJS barebones in typescript using Ammo.js for a physics engine. ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Jonathan Cucuzza",
"license": "ISC",
"dependencies": {
"@types/ejs": "^3.0.7",
"@types/express": "^4.17.13",
"@types/express-ejs-layouts": "^2.3.2",
"@types/node": "^16.3.2",
"ammojs-typed": "^1.0.5",
"babylonjs": "^5.37.0",
"del": "^6.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"regenerator-runtime": "^0.13.11",
"ts-node": "^10.6.0",
"typescript": "^4.3.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}