forked from dancingfrog/webxr-layers-start
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.29 KB
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
{
"name": "champlain-portal",
"version": "0.0.1",
"author": "dancingfrog",
"description": "Lake Champlain WebXR Portal",
"license": "CC0-1.0",
"main": "src/main.js",
"dependencies": {
"@iwer/devui": "^0.2.1",
"gamepad-wrapper": "^1.3.4",
"iwer": "^1.0.4",
"three": "github:Real-Currents/three.js",
"verge3d": "github:Real-Currents/verge3d#dev/add-jsm"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "~0.2.3",
"@esbuild-plugins/node-modules-polyfill": "~0.2.2",
"@iwer/devui": "^0.2.1",
"@vitejs/plugin-basic-ssl": "~2.0.0",
"jest": "^29.7.0",
"rollup-plugin-shader": "^0.0.3",
"vite": "~6.2.3"
},
"peerDependencies": {
"@rollup/rollup-win32-x64-msvc": "^4.39.0"
},
"peerDependenciesMeta": {
"@rollup/rollup-win32-x64-msvc": {
"optional": true
}
},
"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",
"test": "jest --no-cache --passWithNoTests",
"test:clean": "jest --clearCache"
}
}