-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 960 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
{
"name": "babylonjs-vite-webxr",
"version": "0.0.1",
"description": "A minimal vite project setup using Babylon.js ES6 modules for WebXR development.",
"author": "E.M. Greeff <[email protected]>",
"homepage": "https://github.com/modster/babylonjs-vite-webxr#readme",
"keywords": [
"vite",
"babylonjs",
"webxr"
],
"repository": {
"type": "git",
"url": "git+https://github.com/modster/babylonjs-vite-webxr.git"
},
"bugs": {
"url": "https://github.com/modster/babylonjs-vite-webxr/issues"
},
"main": "index.html",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"optimize": "vite --help"
},
"devDependencies": {
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vite-plugin-mkcert": "^1.7.1"
},
"dependencies": {
"@babylonjs/core": "^5.10.0",
"@babylonjs/loaders": "^5.10.0"
}
}