代码拉取完成,页面将自动刷新
同步操作将从 衷于栖/glTF-Sample-Viewer 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "gltf-rv",
"version": "1.0.0",
"description": "The official glTF sample viewer.",
"main": "dist/gltf-reference-viewer.js",
"module": "dist/gltf-reference-viewer.module.js",
"scripts": {
"start": "electron electron/main.js",
"start-offscreen": "electron electron/offscreen.js --enable-logging",
"build": "rollup -c",
"dev": "concurrently \"rollup -c -w\" \"serve --listen 8000 .\"",
"dev:electron": "concurrently \"rollup -c -w\" \"npm start\"",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/**/*.js electron/*.js",
"lint:fix": "eslint --fix src/**/*.js electron/*.js",
"version": "npm run build",
"postversion": "git push && git push --tags",
"package-mac": "electron-packager . gltf-reference-viewer --overwrite --platform=darwin --arch=x64 --prune=true --out=release-builds",
"package-win": "electron-packager . gltf-reference-viewer --overwrite --asar=true --platform=win32 --arch=ia32 --prune=true --out=release-builds --version-string.ProductName=\"glTF Reference Viewer\"",
"package-linux": "electron-packager . gltf-reference-viewer --overwrite --asar=true --platform=linux --arch=x64 --prune=true --out=release-builds"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ux3d/glTF-WebGL-PBR.git"
},
"keywords": [
"gltf",
"webgl",
"pbr"
],
"author": "Khronos Group Inc.",
"license": "MIT",
"dependencies": {
"argparse": "^1.0.10",
"gl-matrix": "^3.2.1",
"open": "7.0.2"
},
"devDependencies": {
"acorn": "^7.1.0",
"concurrently": "^5.1.0",
"electron": "^4.0.0",
"electron-packager": "^14.2.1",
"eslint": "^6.8.0",
"rollup": "^1.31.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-glslify": "^1.1.3",
"rollup-plugin-node-resolve": "^5.2.0",
"serve": "^11.3.0"
},
"bugs": {
"url": "https://github.com/KhronosGroup/glTF-Sample-Viewer/issues"
},
"homepage": "https://github.com/KhronosGroup/glTF-Sample-Viewer/#readme"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。