-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
38 lines (38 loc) · 938 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
36
37
38
{
"name": "ray-tracing-webgpu",
"version": "0.8.0",
"description": "",
"main": "lib/index.js",
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.1",
"bluebird": "^3.7.2",
"html-webpack-plugin": "^4.5.0",
"json-schema-ref-parser": "^9.0.9",
"json-schema-to-typescript": "^10.1.4",
"raw-loader": "^4.0.2",
"seinjs-gltf-loader": "^0.9.28",
"ts-loader": "^9.2.2",
"typescript": "^3.9.5",
"url-loader": "^2.1.0",
"vite": "^2.8.6",
"vite-plugin-glsl": "^0.0.9",
"vite-plugin-string": "^1.1.2",
"webpack": "^5.11.0",
"webpack-cli": "^4.3.0",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"dev": "vite"
},
"author": {
"name": "dtysky",
"email": "[email protected]",
"url": "http://dtysky.moe"
},
"license": "MIT",
"dependencies": {
"@webgpu/types": "^0.1.13",
"gl-matrix": "^3.4.3",
"select-pure": "^2.1.1-alpha.1"
}
}