-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "babylondev",
"version": "1.0.0",
"description": "Babylon dev",
"main": "dist/babylondev.js",
"scripts": {
"dev": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"build": "node ./node_modules/webpack/bin/webpack.js"
},
"keywords": [
"javascript",
"typescript",
"babylonjs"
],
"author": "E. Popov",
"license": "MIT",
"dependencies": {
"babylonjs": "^5.0.0-alpha.31",
"babylonjs-gui": "^5.0.0-alpha.31",
"babylonjs-loaders": "^5.0.0-alpha.31",
"babylonjs-materials": "^5.0.0-alpha.31",
"dat.gui": "0.7.7",
"gl-matrix": "3.3.0",
"re-resizable": "6.1.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-draggable": "4.2.0"
},
"devDependencies": {
"@material-ui/core": "4.7.1",
"@material-ui/icons": "4.5.1",
"@types/dat.gui": "0.7.5",
"@types/jquery": "3.3.31",
"@types/lodash": "4.14.149",
"@types/pako": "1.0.1",
"@types/react": "16.9.15",
"@webgpu/types": "^0.0.31",
"ts-loader": "6.1.0",
"tslint": "^5.20.1",
"typescript": "4.3.2",
"webpack": "4.40.2",
"webpack-cli": "3.3.8",
"webpack-dev-server": "3.8.0"
}
}