-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 768 Bytes
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
{
"name": "webgpu_globalillumination_babylonjs",
"version": "1.0.0",
"description": "Real-time WebGPU Global Illumination for BabylonJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack-dev-server --port 8080"
},
"keywords": [
"BabylonJS",
"Global",
"Illumination",
"Shaders",
"WebGPU",
"WGSL"
],
"author": "Mariam Baradi Del Alamo",
"license": "ISC",
"devDependencies": {
"@babylonjs/core": "^7.8.2",
"@babylonjs/inspector": "^7.8.2",
"html-webpack-plugin": "^5.6.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}