-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 868 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
{
"name": "babylon-ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "webpack serve",
"build:dev": "webpack build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"json-loader": "^0.5.7",
"ts-loader": "^9.5.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@babylonjs/core": "^6.30.0",
"@babylonjs/havok": "^1.3.1-alpha.2",
"@babylonjs/inspector": "^6.30.0",
"@babylonjs/loaders": "^6.30.0",
"copy-webpack-plugin": "^12.0.2",
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.3",
"url-loader": "^4.1.1"
}
}