FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
glTF-Sample-Renderer/package.json at main · KhronosGroup/glTF-Sample-Renderer · GitHub
KhronosGroup
/
glTF-Sample-Renderer
Public
Notifications
You must be signed in to change notification settings
Fork
17
Star
95
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
glTF-Sample-Renderer
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
63 lines (63 loc) · 2.4 KB
Breadcrumbs
glTF-Sample-Renderer
/
package.json
Copy path
File metadata and controls
63 lines (63 loc) · 2.4 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name"
:
"
@khronosgroup/gltf-viewer
"
,
"version"
:
"
1.1.0
"
,
"description"
:
"
The official glTF sample viewer.
"
,
"main"
:
"
dist/gltf-viewer.js
"
,
"module"
:
"
dist/gltf-viewer.module.js
"
,
"type"
:
"
module
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/KhronosGroup/glTF-Sample-Renderer.git
"
},
"scripts"
: {
"build"
:
"
rollup -c
"
,
"watch"
:
"
rollup -cw
"
,
"testApp"
:
"
npm run build & npx serve ./dist
"
,
"test"
:
"
npx playwright test
"
,
"prepublishOnly"
:
"
npm run build && npm run build_docs
"
,
"build_docs"
:
"
jsdoc2md source/gltf-sample-renderer.js source/GltfView/gltf_view.js source/GltfState/gltf_state.js source/GltfState/animation_timer.js source/ResourceLoader/resource_loader.js source/gltf/user_camera.js source/gltf/interactivity.js source/GltfState/physics_controller.js source/ResourceLoader/loader_utils.js > API.md
"
,
"lint"
:
"
eslint source/**/*.js
"
,
"lint:fix"
:
"
eslint --fix source/**/*.js
"
,
"prettier"
:
"
npx prettier source/**/*.js tests/**/*.js tests/**/*.ts --check
"
,
"prettier:fix"
:
"
npm run prettier -- --write
"
,
"format"
:
"
npm run prettier:fix && npm run lint:fix
"
},
"keywords"
: [
"
gltf
"
,
"
webgl
"
,
"
pbr
"
],
"author"
:
"
Khronos Group Inc.
"
,
"license"
:
"
Apache-2.0
"
,
"dependencies"
: {
"@khronosgroup/gltf-interactivity-engine"
:
"
^1.0.0
"
,
"fast-png"
:
"
^6.2.0
"
,
"gl-matrix"
:
"
^3.2.1
"
,
"jpeg-js"
:
"
^0.4.3
"
,
"json-ptr"
:
"
^3.1.0
"
,
"meshoptimizer"
:
"
^1.0.1
"
,
"physx-js-webidl"
:
"
2.7.2
"
},
"devDependencies"
: {
"@playwright/test"
:
"
^1.56.0
"
,
"@rollup/plugin-commonjs"
:
"
^29.0.0
"
,
"@rollup/plugin-node-resolve"
:
"
^15.2.3
"
,
"@rollup/plugin-wasm"
:
"
^6.2.2
"
,
"@types/node"
:
"
^24.7.2
"
,
"concurrently"
:
"
^8.2.2
"
,
"eslint"
:
"
^9.5.0
"
,
"eslint-config-prettier"
:
"
^10.1.8
"
,
"globals"
:
"
^15.5.0
"
,
"jsdoc-to-markdown"
:
"
^9.1.3
"
,
"prettier"
:
"
3.6.2
"
,
"rollup"
:
"
^4.23.0
"
,
"rollup-plugin-copy"
:
"
^3.5.0
"
,
"rollup-plugin-glslify"
:
"
^1.3.1
"
,
"rollup-plugin-license"
:
"
^3.5.2
"
,
"serve"
:
"
^14.2.5
"
},
"bugs"
: {
"url"
:
"
https://github.com/KhronosGroup/glTF-Sample-Renderer/issues
"
},
"homepage"
:
"
https://github.com/KhronosGroup/glTF-Sample-Renderer/#readme
"
}
Back
|
FazBrowse Home
|
New Git URL