This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.61 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": "threlte-xr",
"version": "0.0.32",
"license": "MIT",
"scripts": {
"start": "vite dev --host",
"build": "vite build && npm run package",
"preview": "vite preview --host",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michealparks/threlte-xr.git"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": ">=4",
"three": ">=0.135"
},
"devDependencies": {
"@dimforge/rapier3d-compat": "^0.11.2",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.22.4",
"@sveltejs/package": "^2.2.0",
"@threlte/core": "^6.0.3",
"@threlte/extras": "^5.0.5",
"@threlte/rapier": "^1.0.4",
"@types/three": "^0.155.0",
"autoprefixer": "^10.4.14",
"nice-color-palettes": "^3.0.0",
"postcss": "^8.4.27",
"publint": "^0.2.0",
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"tailwindcss": "^3.3.3",
"three": "^0.155.0",
"three-inspect": "^0.3.4",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vite-plugin-mkcert": "^1.16.0"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"keywords": [
"three",
"three.js",
"3d",
"threlte",
"vr",
"ar",
"xr",
"virtual reality",
"augmented reality",
"mixed reality"
]
}