@needle-tools/gltf-progressive
Version:
three.js support for loading glTF or GLB files that contain progressive loading data
35 lines (34 loc) • 797 B
JSON
{
"name": "react-typescript",
"version": "1.0.0",
"main": "src/index.tsx",
"dependencies": {
"@needle-tools/gltf-progressive": "file:../..",
"@react-three/drei": "^9.0.1",
"@react-three/fiber": "^8.0.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"three": "0.162.0",
"typescript": "4.7.4"
},
"devDependencies": {
"@types/react": "18.0.15",
"@types/react-dom": "17.0.0",
"@types/three": "0.162.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^1.3.0",
"typescript": "4.1.3",
"vite": "<= 4.3.9",
"vite-plugin-compression": "^0.5.1"
},
"scripts": {
"start": "vite --host",
"build": "vite build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}