forked from BabylonJS/SummerFestival
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 861 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
{
"name": "hanabi",
"version": "1.0.0",
"description": "3D babylon game",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --port 8080",
"start:dev": "webpack-dev-server --watch --mode=development --inline --port 8080"
},
"author": "capucat",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@babylonjs/core": "^5.0.0-alpha.9",
"@babylonjs/gui": "^5.0.0-alpha.9",
"@babylonjs/inspector": "^5.0.0-alpha.9",
"@babylonjs/loaders": "^5.0.0-alpha.9",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"clean-webpack-plugin": "^3.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}