forked from TrevorDev/KartRacerFHL
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 802 Bytes
/
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
{
"name": "babylon-kart-racer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack --watch --mode=development --info-verbosity=verbose"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.4",
"glob": "^7.1.4",
"socket.io": "^2.2.0"
},
"devDependencies": {
"@babylonjs/core": "^4.0.3",
"@babylonjs/gui": "^4.0.3",
"@babylonjs/inspector": "^4.0.3",
"@babylonjs/loaders": "^4.0.3",
"@types/express": "^4.16.1",
"@types/socket.io": "^2.1.2",
"acorn": "^6.1.1",
"nodemon": "^1.19.0",
"nodemon-webpack-plugin": "^4.0.8",
"ts-loader": "^6.0.0",
"typescript": "^3.4.5",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-node-externals": "^1.7.2"
}
}