20 lines
668 B
JSON
20 lines
668 B
JSON
{
|
|
"name": "@hmwebviewer/viewer-2d-sample",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 127.0.0.1 --port 5173 --strictPort",
|
|
"build": "tsc --noEmit && vite build",
|
|
"build:subpath:e2e": "vite build --base=/viewer-2d/ --outDir=dist-subpath",
|
|
"preview": "vite preview",
|
|
"preview:subpath:e2e": "vite preview --base=/viewer-2d/ --outDir=dist-subpath --host 127.0.0.1 --port 45173 --strictPort",
|
|
"serve:subpath:e2e": "npm run build:subpath:e2e && npm run preview:subpath:e2e",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@hmwebviewer/viewer2d": "*",
|
|
"three": "0.185.1"
|
|
}
|
|
}
|