-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 794 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 794 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
{
"name": "hanabi",
"version": "1.0.0",
"description": "3D babylon game",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack serve",
"start:dev": "webpack serve --mode=development"
},
"author": "capucat",
"license": "ISC",
"devDependencies": {
"@babylonjs/core": "^8.0.1",
"@babylonjs/gui": "^8.0.1",
"@babylonjs/inspector": "^8.0.1",
"@babylonjs/loaders": "^8.0.1",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}