-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.5 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"homepage": "https://sapienzainteractivegraphicscourse.github.io/final-project-the-last-survivor",
"name": "final-project-babylon",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open",
"build": "webpack",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"author": "",
"license": "ISC",
"files": [
"main.js",
"node_modules/",
"Assets/"
],
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.7",
"@babylonjs/core": "^6.11.1",
"@babylonjs/inspector": "^6.9.0",
"@types/react": "^16.7.3",
"@types/react-dom": "^16.0.9",
"babel-loader": "^9.1.3",
"babylonjs-gltf2interface": "^6.0.0",
"copy-webpack-plugin": "^11.0.0",
"file-loader": "^6.2.0",
"gh-pages": "^5.0.0",
"html-webpack-plugin": "^5.5.3",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"yuka": "^0.7.8"
},
"dependencies": {
"@babylonjs/gui": "^6.11.1",
"@babylonjs/gui-editor": "^6.11.1",
"@babylonjs/loaders": "^6.11.1",
"@babylonjs/materials": "^6.11.1",
"@babylonjs/serializers": "^6.11.1",
"ammojs": "^0.0.2",
"babylon-navigation-mesh": "^1.2.6",
"cannon": "^0.6.2",
"recast": "^0.23.2",
"recast-detour": "^1.6.2"
}
}