-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 3.98 KB
/
Copy pathpackage.json
File metadata and controls
146 lines (146 loc) · 3.98 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "x_ite",
"version": "16.2.0",
"description": "X_ITE X3D Browser and VRML Viewer — View and Manipulate X3D, VRML, glTF and Other 3D Sources in HTML",
"main": "dist/x_ite.js",
"module": "dist/x_ite.mjs",
"exports": {
".": {
"require": "./dist/x_ite.js",
"import": "./dist/x_ite.mjs",
"types": "./dist/x_ite.d.ts"
},
"./x_ite.js": "./dist/x_ite.js",
"./x_ite.min.js": "./dist/x_ite.min.js",
"./x_ite.mjs": "./dist/x_ite.mjs",
"./x_ite.min.mjs": "./dist/x_ite.min.mjs",
"./x_ite.d.ts": "./dist/x_ite.d.ts",
"./X3DUOM.xml": "./dist/X3DUOM.xml"
},
"files": [
"dist/*",
"LICENSES/*"
],
"scripts": {
"test": "cd ../x_ite-tests && npm test",
"test:release": "cd ../x_ite-tests && npm run test:release",
"lint": "eslint src",
"dist": "node build/bin/dist.js",
"release": "node build/bin/release.js",
"ts": "node build/bin/ts.js",
"predocs:server": "rm -f -r docs/_site/",
"docs:server": "cd docs && bundle exec jekyll serve --ssl-key ssl/server.key --ssl-cert ssl/server.crt --incremental --host=`ipconfig getifaddr en0`",
"predocs:install": "cd docs && ln -s -f ../../ssl ./",
"docs:install": "cd docs && gem install bundler && bundle install",
"docs:update": "cd docs && bundle update --all",
"docs:components": "node build/docs/components.js",
"docs:nodes": "perl build/docs/nodes.pl",
"docs:browser-compatibility": "node build/docs/browser-compatibility.js",
"docs:reference": "node build/docs/reference.js",
"docs:table": "node build/docs/table.js",
"glTF:samples": "perl build/docs/glTF-samples.pl",
"glTF:teaser": "node build/docs/glTF-teaser.js",
"merge:development": "sh build/bin/merge-development.sh",
"make:tests": "perl build/bin/tests.pl"
},
"repository": {
"type": "git",
"url": "git+https://github.com/create3000/x_ite.git"
},
"keywords": [
"3D",
"3DGS",
"Browser",
"Electron",
"Framework",
"GLB",
"glTF2",
"JavaScript",
"JSON",
"Model",
"Node",
"Parser",
"PLY",
"SOG",
"SPZ",
"STL",
"SVG",
"Viewer",
"VRM",
"VRML",
"Wavefront-OBJ",
"WebGL",
"wrl",
"x_ite",
"X3D",
"XML"
],
"author": "Holger Seelig <holger.seelig@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/create3000/x_ite/issues"
},
"homepage": "https://create3000.github.io/x_ite/",
"contributors": [
{
"name": "Holger Seelig",
"email": "holger.seelig@gmail.com",
"url": "https://github.com/create3000"
},
{
"name": "Andreas Plesch",
"email": "andreasplesch@gmail.com",
"url": "https://github.com/andreasplesch"
},
{
"name": "John Carlson",
"email": "yottzumm@gmail.com",
"url": "https://github.com/coderextreme"
},
{
"name": "Simon Place",
"url": "https://github.com/splace"
},
{
"name": "Glen Whitney",
"url": "https://github.com/gwhitney"
},
{
"name": "Elmar",
"url": "https://github.com/krisutofu"
}
],
"funding": {
"type": "patreon",
"url": "https://patreon.com/X_ITE"
},
"devDependencies": {
"@create3000/libgif": "^0.0.5",
"@eslint/js": "^10.0.1",
"ammojs": "^0.0.2",
"apng-js": "^1.1.5",
"CharLS.js": "^2.0.1",
"dicom-parser": "^1.8.21",
"eslint": "^10.9.1",
"fast-xml-parser": "^5.11.1",
"globals": "^17.11.0",
"jpeg-js": "^0.4.4",
"jpeg-lossless-decoder-js": "2.1.2",
"libtess": "^1.2.2",
"madge": "^8.0.0",
"meshoptimizer": "^1.2.0",
"mikktspace": "^1.1.1",
"nurbs": "^1.1.1",
"OpenJPEG.js": "^0.10.2",
"opentype.js": "^2.0.0",
"shell-tools": "^1.1.9",
"string-replace-webpack-plugin": "^0.1.3",
"terser": "5.51.2",
"terser-webpack-plugin": "^5.6.1",
"webpack": "^5.110.1",
"webpack-cli": "^7.2.3",
"webpack-shell-plugin-next": "^2.3.3",
"woff2-encoder": "^2.0.0",
"wrapper-webpack-plugin": "^2.2.2"
}
}