-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
71 lines (71 loc) · 1.65 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "icosa-viewer",
"version": "0.7.3-alpha.2",
"description": "Viewer for Tilt Brush / Open Brush files and derivatives",
"scripts": {
"watch": "parcel watch",
"build": "parcel build --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/icosa-foundation/icosa-viewer.git"
},
"author": "Icosa Gallery",
"license": "Apache-2.0",
"module": "dist/icosa-viewer.module.js",
"default": "src/icosa-viewer.js",
"source": "src/viewer.ts",
"sourceMaps": true,
"targets": {
"module": {
"includeNodeModules": [
"three",
"@depasquale/three-immersive-controls",
"camera-controls",
"three-icosa",
"three-tiltloader",
"hold-event"
]
}
},
"bugs": {
"url": "https://github.com/icosa-foundation/icosa-viewer/issues"
},
"homepage": "https://github.com/icosa-foundation/icosa-viewer#readme",
"devDependencies": {
"@parcel/packager-ts": "^2.12.0",
"@parcel/transformer-typescript-types": "^2.12.0",
"@types/three": "^0.168",
"parcel": "^2.12.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@depasquale/three-immersive-controls": "^0.0.15",
"camera-controls": "^2.8.4",
"hold-event": "0.0.1",
"three-icosa": "^0.4.2-alpha.6",
"three-tiltloader": "^0.4.2-alpha.4"
},
"peerDependencies": {
"three": ">=0.168"
},
"files": [
"dist",
"examples"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/icosa"
},
"keywords": [
"three",
"three.js",
"viewer",
"openbrush",
"tiltbrush",
"creative",
"camera",
"vr",
"xr"
]
}