forked from Real-Currents/webxr-start
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.09 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
{
"name": "webxr-start",
"version": "0.0.1",
"description": "WebXR Start!",
"main": "src/main.js",
"scripts": {
"build": "vite build",
"dev": "vite --host 0.0.0.0",
"format": "prettier --write .",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --host 0.0.0.0",
"render:readme": "quarto render README.qmd --to gfm --output README.md",
"start": "vite --host 0.0.0.0 --open",
"start-local": "vite --config ../vite.config.local.js",
"test": "jest --no-cache",
"test:clean": "jest --clearCache",
"type:check": "tsc --noEmit"
},
"author": "dancingfrog",
"license": "CC0-1.0",
"dependencies": {
"@iwer/devui": "^0.2.1",
"esbuild": "^0.24.2",
"gamepad-wrapper": "^1.3.4",
"gsap": "^3.12.5",
"iwer": "^1.0.4",
"rollup-plugin-shader": "^0.0.3",
"three": "^0.170.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"vite": "^5.4.11"
}
}