-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 756 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
32
33
34
35
36
37
{
"name": "wormhole",
"private": true,
"version": "2.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sirxemic/wormhole.git"
},
"keywords": [
"wormhole",
"demo",
"webgl",
"raytracing"
],
"author": "Pim Schreurs",
"license": "MIT",
"bugs": {
"url": "https://github.com/sirxemic/wormhole/issues"
},
"devDependencies": {
"@types/three": "^0.164.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-glsl": "^1.3.0"
},
"dependencies": {
"three": "^0.164.1",
"webxr-polyfill": "^2.0.3"
}
}