-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 987 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
33
34
35
{
"name": "web-xr-demo",
"version": "1.0.0",
"description": "a Simple WebXR Application",
"main": "src/index.js",
"scripts": {
"build": "webpack --config ./src/client/webpack.prod.js",
"dev": "webpack serve --config ./src/client/webpack.dev.js",
"secure": "webpack-dev-server --config ./src/client/webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gvindiol/web-xr-demo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gvindiol/web-xr-demo/issues"
},
"homepage": "https://github.com/gvindiol/web-xr-demo#readme",
"devDependencies": {
"@types/dat.gui": "^0.7.7",
"@types/three": "^0.149.0",
"cannon-es": "^0.20.0",
"dat.gui": "^0.7.9",
"three": "^0.149.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
}
}