@needle-tools/gltf-progressive
Version:
three.js support for loading glTF or GLB files that contain progressive loading data
65 lines • 1.56 kB
JSON
{
"name": "@needle-tools/gltf-progressive",
"version": "2.1.4",
"description": "three.js support for loading glTF or GLB files that contain progressive loading data",
"homepage": "https://needle.tools",
"author": {
"name": "Needle",
"email": "hi@needle.tools",
"url": "https://needle.tools/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/needle-tools/needle-engine-support"
},
"readme": "README.md",
"keywords": [
"three.js",
"gltf",
"glb",
"progressive",
"loading",
"needle",
"engine",
"webgl",
"optimization"
],
"type": "module",
"main": "./lib/index.js",
"exports": {
".": {
"import": "./lib/index.js",
"require": "./gltf-progressive.js"
}
},
"watch": {
"build:lib": {
"patterns": [
"src/**/*",
"examples/**/*.html"
],
"extensions": "ts,json,html",
"ignore": "dist"
}
},
"peerDependencies": {
"three": ">= 0.160.0"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^1.5.4",
"@types/three": "0.169.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-xss": "^0.1.12",
"nodemon": "^3.1.4",
"npm-watch": "^0.13.0",
"three": ">= 0.160.0",
"vite": "<= 4.3.9"
},
"types": "./lib/index.d.ts"
}