-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
133 lines (133 loc) · 3.56 KB
/
package.json
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
{
"name": "x_ite",
"version": "11.2.3",
"description": "X_ITE X3D Browser, 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/*"
],
"scripts": {
"test": "cd ../x_ite-tests && npm test",
"lint": "eslint src",
"dist": "node build/bin/dist.js",
"release": "node build/bin/release.js",
"ts": "node build/bin/ts.js",
"predocs": "rm -f -r docs/_site/",
"docs": "cd docs && bundle exec jekyll serve --ssl-key ssl/server.key --ssl-cert ssl/server.crt --incremental --host=`ipconfig getifaddr en0`",
"docs-install": "cd docs && gem install bundler && bundle install",
"docs-update": "cd docs && bundle update",
"docs-components": "node build/docs/components.js",
"docs-nodes": "perl build/docs/nodes.pl",
"docs-reference": "node build/docs/reference.js",
"docs-table": "node build/docs/table.js",
"glTF-samples": "perl build/docs/glTF-samples.pl",
"purge-camo": "perl build/docs/purge-camo.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",
"Browser",
"Electron",
"Framework",
"GLB",
"glTF2",
"JavaScript",
"JSON",
"Node",
"Parser",
"PLY",
"STL",
"SVG",
"VRML",
"Wavefront-OBJ",
"WebGL",
"wrl",
"x_ite",
"X3D",
"XML"
],
"author": "Holger Seelig <holger.seelig@gmail.com>",
"license": "GPL-3.0",
"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": {
"ammojs": "^0.0.2",
"CharLS.js": "^2.0.1",
"dicom-parser": "^1.8.21",
"fast-xml-parser": "^5.0.8",
"jpeg-js": "^0.4.4",
"jpeg-lossless-decoder-js": "2.1.2",
"jquery": "^3.7.1",
"jquery-fullscreen-plugin": "^1.1.5",
"jquery-mousewheel": "^3.1.13",
"libgif": "^0.0.3",
"libtess": "^1.2.2",
"madge": "^8.0.0",
"nurbs": "^1.1.1",
"OpenJPEG.js": "^0.10.2",
"opentype.js": "^1.3.4",
"pako": "^2.1.0",
"shell-tools": "^1.1.9",
"string-replace-webpack-plugin": "^0.1.3",
"terser": "^5.39.0",
"wawoff2": "^2.0.1",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"webpack-shell-plugin-next": "^2.3.2",
"wrapper-webpack-plugin": "^2.2.2"
}
}