-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 946 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
{
"name": "hellovr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack serve --config webpack.dev.js --progress --profile --content-base src/",
"start_broken": "/* NOTE: as of 2020/12/30 there is an incompatibility with webpack-cli and webpack-dev-server */ webpack-dev-server --open --config webpack.dev.js --host localhost",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^14.14.17",
"babylonjs": "^4.2.0",
"babylonjs-gui": "^4.2.0",
"babylonjs-loaders": "^4.2.0",
"copy-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.12",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"webpack": "^5.1.3",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.7.3"
}
}