lazy-gltf-loader
Version:
一个能让 GLTF 局部懒加载的 Loader
43 lines (42 loc) • 1.27 kB
JSON
{
"name": "lazy-gltf-loader",
"version": "1.0.2",
"description": "一个能让 GLTF 局部懒加载的 Loader",
"main": "dist/lazy-gltf-loader.cjs.js",
"module": "dist/lazy-gltf-loader.esm.js",
"browser": "dist/lazy-gltf-loader.umd.js",
"miniprogram": "dist/lazy-gltf-loader.cjs.js",
"scripts": {
"example": "http-server .",
"build": "rollup -c",
"dev": "rollup -c -w",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"cli": "gltf-tc -i ./examples/banzi2 ./examples/gltf-tc",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "types/lazy-gltf-loader.d.ts",
"keywords": [
"GLTF",
"GLTFLoader",
"lazyload",
"lazyGLTFLoader"
],
"author": "DeepKolos<deepkolos@qq.com>",
"license": "MIT",
"dependencies": {
"@types/three": "^0.129.1",
"gltf-gpu-compressed-texture": "^1.0.1",
"three": "^0.129.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-sucrase": "^3.1.0",
"@types/three": "^0.129.1",
"http-server": "^0.12.3",
"rollup": "^2.35.1",
"rollup-plugin-terser": "^7.0.2"
}
}