forked from EXT/VR180-Web-Player
17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"name": "vr-web-player",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "npm run build && vite --host 127.0.0.1",
|
|
"build": "tsc",
|
|
"check": "tsc --noEmit",
|
|
"preview": "npm run build && vite preview --host 127.0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3",
|
|
"vite": "^8.0.16"
|
|
}
|
|
}
|