forked from create3000/x_ite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 3.41 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
{
"name": "x_ite",
"version": "10.5.4",
"description": "X_ITE X3D Browser, view and manipulate X3D, VRML 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 && 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",
"PLY",
"STL",
"SVG",
"VRML",
"Wavefront-OBJ",
"WebGL",
"wrl",
"x_ite",
"X3D",
"XML"
],
"author": "Holger Seelig <[email protected]>",
"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": "[email protected]",
"url": "https://github.com/create3000"
},
{
"name": "Andreas Plesch",
"email": "[email protected]",
"url": "https://github.com/andreasplesch"
},
{
"name": "John Carlson",
"email": "[email protected]",
"url": "https://github.com/coderextreme"
},
{
"name": "Simon Place",
"url": "https://github.com/splace"
},
{
"name": "Glen Whitney",
"url": "https://github.com/gwhitney"
}
],
"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": "^4.5.0",
"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.34.1",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-shell-plugin-next": "^2.3.2",
"wrapper-webpack-plugin": "^2.2.2"
}
}