molstar 3.31.2 → 3.31.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +20 -20
- package/README.md +202 -202
- package/build/viewer/embedded.html +52 -52
- package/build/viewer/index.html +115 -115
- package/build/viewer/molstar.js +1 -1
- package/lib/apps/docking-viewer/index.html +36 -36
- package/lib/apps/viewer/embedded.html +52 -52
- package/lib/apps/viewer/index.html +115 -115
- package/lib/commonjs/extensions/meshes/mesh-extension.d.ts +4 -2
- package/lib/commonjs/extensions/meshes/mesh-streaming/behavior.d.ts +2 -0
- package/lib/commonjs/mol-canvas3d/canvas3d.js +2 -1
- package/lib/commonjs/mol-geo/geometry/cylinders/cylinders.d.ts +1 -1
- package/lib/commonjs/mol-geo/geometry/lines/lines.d.ts +0 -1
- package/lib/commonjs/mol-geo/geometry/points/points.d.ts +1 -1
- package/lib/commonjs/mol-gl/shader/cylinders.vert.d.ts +2 -2
- package/lib/commonjs/mol-gl/shader/cylinders.vert.js +2 -2
- package/lib/commonjs/mol-gl/shader/spheres.vert.d.ts +2 -2
- package/lib/commonjs/mol-gl/shader/spheres.vert.js +2 -2
- package/lib/commonjs/mol-math/linear-algebra/matrix/principal-axes.js +1 -1
- package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/model.d.ts +2 -3
- package/lib/commonjs/mol-plugin/context.js +1 -0
- package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.js +2 -1
- package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.js +2 -1
- package/lib/commonjs/mol-repr/structure/visual/util/link.d.ts +1 -0
- package/lib/commonjs/mol-repr/structure/visual/util/link.js +27 -9
- package/lib/commonjs/mol-script/language/builder.d.ts +1 -0
- package/lib/commonjs/mol-util/data-source.js +2 -1
- package/lib/examples/alpha-orbitals/index.html +72 -72
- package/lib/examples/basic-wrapper/index.html +137 -137
- package/lib/examples/lighting/index.html +88 -88
- package/lib/examples/proteopedia-wrapper/index.html +236 -236
- package/lib/extensions/meshes/mesh-extension.d.ts +4 -2
- package/lib/extensions/meshes/mesh-streaming/behavior.d.ts +2 -0
- package/lib/mol-canvas3d/canvas3d.js +2 -1
- package/lib/mol-geo/geometry/cylinders/cylinders.d.ts +1 -1
- package/lib/mol-geo/geometry/lines/lines.d.ts +0 -1
- package/lib/mol-geo/geometry/points/points.d.ts +1 -1
- package/lib/mol-gl/shader/cylinders.vert.d.ts +2 -2
- package/lib/mol-gl/shader/cylinders.vert.js +2 -2
- package/lib/mol-gl/shader/spheres.vert.d.ts +2 -2
- package/lib/mol-gl/shader/spheres.vert.js +2 -2
- package/lib/mol-math/linear-algebra/matrix/principal-axes.js +1 -1
- package/lib/mol-plugin/behavior/dynamic/volume-streaming/model.d.ts +2 -3
- package/lib/mol-plugin/context.js +1 -0
- package/lib/mol-plugin/version.js +2 -2
- package/lib/mol-plugin-ui/skin/base/base.scss +32 -32
- package/lib/mol-plugin-ui/skin/base/components/controls-base.scss +333 -333
- package/lib/mol-plugin-ui/skin/base/components/controls.scss +418 -418
- package/lib/mol-plugin-ui/skin/base/components/help.scss +27 -27
- package/lib/mol-plugin-ui/skin/base/components/line-graph.scss +67 -67
- package/lib/mol-plugin-ui/skin/base/components/log.scss +100 -100
- package/lib/mol-plugin-ui/skin/base/components/misc.scss +663 -663
- package/lib/mol-plugin-ui/skin/base/components/sequence.scss +125 -125
- package/lib/mol-plugin-ui/skin/base/components/slider.scss +165 -165
- package/lib/mol-plugin-ui/skin/base/components/tasks.scss +99 -99
- package/lib/mol-plugin-ui/skin/base/components/toast.scss +83 -83
- package/lib/mol-plugin-ui/skin/base/components/transformer.scss +163 -163
- package/lib/mol-plugin-ui/skin/base/components/viewport.scss +137 -137
- package/lib/mol-plugin-ui/skin/base/layout/common.scss +71 -71
- package/lib/mol-plugin-ui/skin/base/layout/controls-landscape.scss +89 -89
- package/lib/mol-plugin-ui/skin/base/layout/controls-outside.scss +98 -98
- package/lib/mol-plugin-ui/skin/base/layout/controls-portrait.scss +108 -108
- package/lib/mol-plugin-ui/skin/base/layout.scss +40 -40
- package/lib/mol-plugin-ui/skin/base/logo.scss +12 -12
- package/lib/mol-plugin-ui/skin/base/normalize.scss +209 -209
- package/lib/mol-plugin-ui/skin/base/ui.scss +40 -40
- package/lib/mol-plugin-ui/skin/base/variables.scss +88 -88
- package/lib/mol-plugin-ui/skin/blue.scss +1 -1
- package/lib/mol-plugin-ui/skin/colors/blue.scss +23 -23
- package/lib/mol-plugin-ui/skin/colors/dark.scss +23 -23
- package/lib/mol-plugin-ui/skin/colors/light.scss +29 -29
- package/lib/mol-plugin-ui/skin/dark.scss +1 -1
- package/lib/mol-plugin-ui/skin/light.scss +1 -1
- package/lib/mol-repr/structure/visual/bond-inter-unit-cylinder.js +2 -1
- package/lib/mol-repr/structure/visual/bond-intra-unit-cylinder.js +2 -1
- package/lib/mol-repr/structure/visual/util/link.d.ts +1 -0
- package/lib/mol-repr/structure/visual/util/link.js +27 -9
- package/lib/mol-script/language/builder.d.ts +1 -0
- package/lib/mol-util/data-source.js +2 -1
- package/package.json +178 -177
package/package.json
CHANGED
|
@@ -1,177 +1,178 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "molstar",
|
|
3
|
-
"version": "3.31.
|
|
4
|
-
"description": "A comprehensive macromolecular library.",
|
|
5
|
-
"homepage": "https://github.com/molstar/molstar#readme",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "https://github.com/molstar/molstar.git"
|
|
9
|
-
},
|
|
10
|
-
"bugs": {
|
|
11
|
-
"url": "https://github.com/molstar/molstar/issues"
|
|
12
|
-
},
|
|
13
|
-
"scripts": {
|
|
14
|
-
"lint": "eslint .",
|
|
15
|
-
"lint-fix": "eslint . --fix",
|
|
16
|
-
"test": "npm install --no-save \"gl@^6.0.2\" && npm run lint && jest",
|
|
17
|
-
"jest": "jest",
|
|
18
|
-
"build": "npm run build-tsc && npm run build-extra && npm run build-webpack",
|
|
19
|
-
"clean": "node ./scripts/clean.js",
|
|
20
|
-
"rebuild": "npm run clean && npm run build",
|
|
21
|
-
"build-viewer": "npm run build-tsc && npm run build-extra && npm run build-webpack-viewer",
|
|
22
|
-
"build-tsc": "concurrently \"tsc --incremental\" \"tsc --build tsconfig.commonjs.json --incremental\"",
|
|
23
|
-
"build-extra": "cpx \"src/**/*.{scss,html,ico,jpg}\" lib/",
|
|
24
|
-
"build-webpack": "webpack --mode production --config ./webpack.config.production.js",
|
|
25
|
-
"build-webpack-viewer": "webpack --mode production --config ./webpack.config.viewer.js",
|
|
26
|
-
"watch": "concurrently -c \"green,green,gray,gray\" --names \"tsc,srv,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-servers\" \"npm:watch-extra\" \"npm:watch-webpack\"",
|
|
27
|
-
"watch-viewer": "concurrently -c \"green,gray,gray\" --names \"tsc,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack-viewer\"",
|
|
28
|
-
"watch-viewer-debug": "concurrently -c \"green,gray,gray\" --names \"tsc,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack-viewer-debug\"",
|
|
29
|
-
"watch-tsc": "tsc --watch --incremental",
|
|
30
|
-
"watch-servers": "tsc --build tsconfig.commonjs.json --watch --incremental",
|
|
31
|
-
"watch-extra": "cpx \"src/**/*.{scss,html,ico,jpg}\" lib/ --watch",
|
|
32
|
-
"watch-webpack": "webpack -w --mode development --stats minimal",
|
|
33
|
-
"watch-webpack-viewer": "webpack -w --mode development --stats minimal --config ./webpack.config.viewer.js",
|
|
34
|
-
"watch-webpack-viewer-debug": "webpack -w --mode development --stats minimal --config ./webpack.config.viewer.debug.js",
|
|
35
|
-
"serve": "http-server -p 1338 -g",
|
|
36
|
-
"model-server": "node lib/commonjs/servers/model/server.js",
|
|
37
|
-
"model-server-watch": "nodemon --watch lib lib/commonjs/servers/model/server.js",
|
|
38
|
-
"volume-server-test": "node lib/commonjs/servers/volume/server.js --idMap em 'test/${id}.mdb' --defaultPort 1336",
|
|
39
|
-
"plugin-state": "node lib/commonjs/servers/plugin-state/index.js --working-folder ./build/state --port 1339",
|
|
40
|
-
"preversion": "npm run test",
|
|
41
|
-
"version": "npm run rebuild && cpx .npmignore lib/",
|
|
42
|
-
"postversion": "git push && git push --tags"
|
|
43
|
-
},
|
|
44
|
-
"files": [
|
|
45
|
-
"lib/",
|
|
46
|
-
"build/viewer/"
|
|
47
|
-
],
|
|
48
|
-
"bin": {
|
|
49
|
-
"cif2bcif": "lib/commonjs/cli/cif2bcif/index.js",
|
|
50
|
-
"cifschema": "lib/commonjs/cli/cifschema/index.js",
|
|
51
|
-
"model-server": "lib/commonjs/servers/model/server.js",
|
|
52
|
-
"model-server-query": "lib/commonjs/servers/model/query.js",
|
|
53
|
-
"model-server-preprocess": "lib/commonjs/servers/model/preprocess.js",
|
|
54
|
-
"volume-server": "lib/commonjs/servers/volume/server.js",
|
|
55
|
-
"volume-server-query": "lib/commonjs/servers/volume/query.js",
|
|
56
|
-
"volume-server-pack": "lib/commonjs/servers/volume/pack.js"
|
|
57
|
-
},
|
|
58
|
-
"nodemonConfig": {
|
|
59
|
-
"ignoreRoot": [
|
|
60
|
-
"./node_modules",
|
|
61
|
-
".git"
|
|
62
|
-
],
|
|
63
|
-
"ignore": [],
|
|
64
|
-
"delay": "2500"
|
|
65
|
-
},
|
|
66
|
-
"jest": {
|
|
67
|
-
"moduleFileExtensions": [
|
|
68
|
-
"ts",
|
|
69
|
-
"js"
|
|
70
|
-
],
|
|
71
|
-
"transform": {
|
|
72
|
-
"\\.ts$": "ts-jest"
|
|
73
|
-
},
|
|
74
|
-
"moduleDirectories": [
|
|
75
|
-
"node_modules",
|
|
76
|
-
"lib"
|
|
77
|
-
],
|
|
78
|
-
"testEnvironmentOptions": {
|
|
79
|
-
"url": "http://localhost/"
|
|
80
|
-
},
|
|
81
|
-
"testRegex": "\\.spec\\.ts$"
|
|
82
|
-
},
|
|
83
|
-
"author": "Mol* Contributors",
|
|
84
|
-
"contributors": [
|
|
85
|
-
"Alexander Rose <alexander.rose@weirdbyte.de>",
|
|
86
|
-
"David Sehnal <david.sehnal@gmail.com>",
|
|
87
|
-
"Sebastian Bittrich <sebastian.bittrich@rcsb.org>",
|
|
88
|
-
"Áron Samuel Kovács <aron.kovacs@mail.muni.cz>",
|
|
89
|
-
"Ludovic Autin <autin@scripps.edu>",
|
|
90
|
-
"Michal Malý <michal.maly@ibt.cas.cz>",
|
|
91
|
-
"Jiří Černý <jiri.cerny@ibt.cas.cz>",
|
|
92
|
-
"Panagiotis Tourlas <panagiot_tourlov@hotmail.com>",
|
|
93
|
-
"Adam Midlik <midlik@gmail.com>",
|
|
94
|
-
"Koya Sakuma <koya.sakuma.work@gmail.com>",
|
|
95
|
-
"Gianluca Tomasello <giagitom@gmail.com>",
|
|
96
|
-
"Ke Ma <mark.ma@rcsb.org>",
|
|
97
|
-
"Jason Pattle <jpattle@exscientia.co.uk>",
|
|
98
|
-
"David Williams <dwilliams@nobiastx.com>"
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
"
|
|
102
|
-
|
|
103
|
-
"@graphql-codegen/
|
|
104
|
-
"@graphql-codegen/
|
|
105
|
-
"@graphql-codegen/
|
|
106
|
-
"@graphql-codegen/typescript
|
|
107
|
-
"@graphql-codegen/typescript-graphql-
|
|
108
|
-
"@graphql-codegen/typescript-
|
|
109
|
-
"@
|
|
110
|
-
"@types/
|
|
111
|
-
"@types/
|
|
112
|
-
"@types/
|
|
113
|
-
"@types/
|
|
114
|
-
"@types/
|
|
115
|
-
"@types/react
|
|
116
|
-
"@
|
|
117
|
-
"@typescript-eslint/
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"react
|
|
135
|
-
"
|
|
136
|
-
"sass
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"webpack
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
"@types/
|
|
148
|
-
"@types/
|
|
149
|
-
"@types/
|
|
150
|
-
"@types/
|
|
151
|
-
"@types/node
|
|
152
|
-
"@types/
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
"react
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
|
|
177
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "molstar",
|
|
3
|
+
"version": "3.31.4",
|
|
4
|
+
"description": "A comprehensive macromolecular library.",
|
|
5
|
+
"homepage": "https://github.com/molstar/molstar#readme",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/molstar/molstar.git"
|
|
9
|
+
},
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/molstar/molstar/issues"
|
|
12
|
+
},
|
|
13
|
+
"scripts": {
|
|
14
|
+
"lint": "eslint .",
|
|
15
|
+
"lint-fix": "eslint . --fix",
|
|
16
|
+
"test": "npm install --no-save \"gl@^6.0.2\" && npm run lint && jest",
|
|
17
|
+
"jest": "jest",
|
|
18
|
+
"build": "npm run build-tsc && npm run build-extra && npm run build-webpack",
|
|
19
|
+
"clean": "node ./scripts/clean.js",
|
|
20
|
+
"rebuild": "npm run clean && npm run build",
|
|
21
|
+
"build-viewer": "npm run build-tsc && npm run build-extra && npm run build-webpack-viewer",
|
|
22
|
+
"build-tsc": "concurrently \"tsc --incremental\" \"tsc --build tsconfig.commonjs.json --incremental\"",
|
|
23
|
+
"build-extra": "cpx \"src/**/*.{scss,html,ico,jpg}\" lib/",
|
|
24
|
+
"build-webpack": "webpack --mode production --config ./webpack.config.production.js",
|
|
25
|
+
"build-webpack-viewer": "webpack --mode production --config ./webpack.config.viewer.js",
|
|
26
|
+
"watch": "concurrently -c \"green,green,gray,gray\" --names \"tsc,srv,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-servers\" \"npm:watch-extra\" \"npm:watch-webpack\"",
|
|
27
|
+
"watch-viewer": "concurrently -c \"green,gray,gray\" --names \"tsc,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack-viewer\"",
|
|
28
|
+
"watch-viewer-debug": "concurrently -c \"green,gray,gray\" --names \"tsc,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack-viewer-debug\"",
|
|
29
|
+
"watch-tsc": "tsc --watch --incremental",
|
|
30
|
+
"watch-servers": "tsc --build tsconfig.commonjs.json --watch --incremental",
|
|
31
|
+
"watch-extra": "cpx \"src/**/*.{scss,html,ico,jpg}\" lib/ --watch",
|
|
32
|
+
"watch-webpack": "webpack -w --mode development --stats minimal",
|
|
33
|
+
"watch-webpack-viewer": "webpack -w --mode development --stats minimal --config ./webpack.config.viewer.js",
|
|
34
|
+
"watch-webpack-viewer-debug": "webpack -w --mode development --stats minimal --config ./webpack.config.viewer.debug.js",
|
|
35
|
+
"serve": "http-server -p 1338 -g",
|
|
36
|
+
"model-server": "node lib/commonjs/servers/model/server.js",
|
|
37
|
+
"model-server-watch": "nodemon --watch lib lib/commonjs/servers/model/server.js",
|
|
38
|
+
"volume-server-test": "node lib/commonjs/servers/volume/server.js --idMap em 'test/${id}.mdb' --defaultPort 1336",
|
|
39
|
+
"plugin-state": "node lib/commonjs/servers/plugin-state/index.js --working-folder ./build/state --port 1339",
|
|
40
|
+
"preversion": "npm run test",
|
|
41
|
+
"version": "npm run rebuild && cpx .npmignore lib/",
|
|
42
|
+
"postversion": "git push && git push --tags"
|
|
43
|
+
},
|
|
44
|
+
"files": [
|
|
45
|
+
"lib/",
|
|
46
|
+
"build/viewer/"
|
|
47
|
+
],
|
|
48
|
+
"bin": {
|
|
49
|
+
"cif2bcif": "lib/commonjs/cli/cif2bcif/index.js",
|
|
50
|
+
"cifschema": "lib/commonjs/cli/cifschema/index.js",
|
|
51
|
+
"model-server": "lib/commonjs/servers/model/server.js",
|
|
52
|
+
"model-server-query": "lib/commonjs/servers/model/query.js",
|
|
53
|
+
"model-server-preprocess": "lib/commonjs/servers/model/preprocess.js",
|
|
54
|
+
"volume-server": "lib/commonjs/servers/volume/server.js",
|
|
55
|
+
"volume-server-query": "lib/commonjs/servers/volume/query.js",
|
|
56
|
+
"volume-server-pack": "lib/commonjs/servers/volume/pack.js"
|
|
57
|
+
},
|
|
58
|
+
"nodemonConfig": {
|
|
59
|
+
"ignoreRoot": [
|
|
60
|
+
"./node_modules",
|
|
61
|
+
".git"
|
|
62
|
+
],
|
|
63
|
+
"ignore": [],
|
|
64
|
+
"delay": "2500"
|
|
65
|
+
},
|
|
66
|
+
"jest": {
|
|
67
|
+
"moduleFileExtensions": [
|
|
68
|
+
"ts",
|
|
69
|
+
"js"
|
|
70
|
+
],
|
|
71
|
+
"transform": {
|
|
72
|
+
"\\.ts$": "ts-jest"
|
|
73
|
+
},
|
|
74
|
+
"moduleDirectories": [
|
|
75
|
+
"node_modules",
|
|
76
|
+
"lib"
|
|
77
|
+
],
|
|
78
|
+
"testEnvironmentOptions": {
|
|
79
|
+
"url": "http://localhost/"
|
|
80
|
+
},
|
|
81
|
+
"testRegex": "\\.spec\\.ts$"
|
|
82
|
+
},
|
|
83
|
+
"author": "Mol* Contributors",
|
|
84
|
+
"contributors": [
|
|
85
|
+
"Alexander Rose <alexander.rose@weirdbyte.de>",
|
|
86
|
+
"David Sehnal <david.sehnal@gmail.com>",
|
|
87
|
+
"Sebastian Bittrich <sebastian.bittrich@rcsb.org>",
|
|
88
|
+
"Áron Samuel Kovács <aron.kovacs@mail.muni.cz>",
|
|
89
|
+
"Ludovic Autin <autin@scripps.edu>",
|
|
90
|
+
"Michal Malý <michal.maly@ibt.cas.cz>",
|
|
91
|
+
"Jiří Černý <jiri.cerny@ibt.cas.cz>",
|
|
92
|
+
"Panagiotis Tourlas <panagiot_tourlov@hotmail.com>",
|
|
93
|
+
"Adam Midlik <midlik@gmail.com>",
|
|
94
|
+
"Koya Sakuma <koya.sakuma.work@gmail.com>",
|
|
95
|
+
"Gianluca Tomasello <giagitom@gmail.com>",
|
|
96
|
+
"Ke Ma <mark.ma@rcsb.org>",
|
|
97
|
+
"Jason Pattle <jpattle@exscientia.co.uk>",
|
|
98
|
+
"David Williams <dwilliams@nobiastx.com>",
|
|
99
|
+
"Zhenyu Zhang <jump2cn@gmail.com>"
|
|
100
|
+
],
|
|
101
|
+
"license": "MIT",
|
|
102
|
+
"devDependencies": {
|
|
103
|
+
"@graphql-codegen/add": "^4.0.0",
|
|
104
|
+
"@graphql-codegen/cli": "^3.0.0",
|
|
105
|
+
"@graphql-codegen/time": "^4.0.0",
|
|
106
|
+
"@graphql-codegen/typescript": "^3.0.0",
|
|
107
|
+
"@graphql-codegen/typescript-graphql-files-modules": "^2.2.1",
|
|
108
|
+
"@graphql-codegen/typescript-graphql-request": "^4.5.8",
|
|
109
|
+
"@graphql-codegen/typescript-operations": "^3.0.0",
|
|
110
|
+
"@types/cors": "^2.8.13",
|
|
111
|
+
"@types/gl": "^6.0.2",
|
|
112
|
+
"@types/jpeg-js": "^0.3.7",
|
|
113
|
+
"@types/pngjs": "^6.0.1",
|
|
114
|
+
"@types/jest": "^29.4.0",
|
|
115
|
+
"@types/react": "^18.0.27",
|
|
116
|
+
"@types/react-dom": "^18.0.10",
|
|
117
|
+
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
|
118
|
+
"@typescript-eslint/parser": "^5.50.0",
|
|
119
|
+
"benchmark": "^2.1.4",
|
|
120
|
+
"concurrently": "^7.6.0",
|
|
121
|
+
"cpx2": "^4.2.0",
|
|
122
|
+
"crypto-browserify": "^3.12.0",
|
|
123
|
+
"css-loader": "^6.7.3",
|
|
124
|
+
"eslint": "^8.33.0",
|
|
125
|
+
"extra-watch-webpack-plugin": "^1.0.3",
|
|
126
|
+
"file-loader": "^6.2.0",
|
|
127
|
+
"fs-extra": "^11.1.0",
|
|
128
|
+
"graphql": "^16.6.0",
|
|
129
|
+
"http-server": "^14.1.1",
|
|
130
|
+
"jest": "^29.4.1",
|
|
131
|
+
"mini-css-extract-plugin": "^2.7.2",
|
|
132
|
+
"path-browserify": "^1.0.1",
|
|
133
|
+
"raw-loader": "^4.0.2",
|
|
134
|
+
"react": "^18.2.0",
|
|
135
|
+
"react-dom": "^18.2.0",
|
|
136
|
+
"sass": "^1.58.0",
|
|
137
|
+
"sass-loader": "^13.2.0",
|
|
138
|
+
"simple-git": "^3.16.0",
|
|
139
|
+
"stream-browserify": "^3.0.0",
|
|
140
|
+
"style-loader": "^3.3.1",
|
|
141
|
+
"ts-jest": "^29.0.5",
|
|
142
|
+
"typescript": "^4.9.5",
|
|
143
|
+
"webpack": "^5.75.0",
|
|
144
|
+
"webpack-cli": "^5.0.1"
|
|
145
|
+
},
|
|
146
|
+
"dependencies": {
|
|
147
|
+
"@types/argparse": "^2.0.10",
|
|
148
|
+
"@types/benchmark": "^2.1.2",
|
|
149
|
+
"@types/compression": "1.7.2",
|
|
150
|
+
"@types/express": "^4.17.17",
|
|
151
|
+
"@types/node": "^16.18.12",
|
|
152
|
+
"@types/node-fetch": "^2.6.2",
|
|
153
|
+
"@types/swagger-ui-dist": "3.30.1",
|
|
154
|
+
"argparse": "^2.0.1",
|
|
155
|
+
"body-parser": "^1.20.1",
|
|
156
|
+
"compression": "^1.7.4",
|
|
157
|
+
"cors": "^2.8.5",
|
|
158
|
+
"express": "^4.18.2",
|
|
159
|
+
"h264-mp4-encoder": "^1.0.12",
|
|
160
|
+
"immer": "^9.0.19",
|
|
161
|
+
"immutable": "^4.2.3",
|
|
162
|
+
"node-fetch": "^2.6.9",
|
|
163
|
+
"rxjs": "^7.8.0",
|
|
164
|
+
"swagger-ui-dist": "^4.15.5",
|
|
165
|
+
"tslib": "^2.5.0",
|
|
166
|
+
"util.promisify": "^1.1.1",
|
|
167
|
+
"xhr2": "^0.2.1"
|
|
168
|
+
},
|
|
169
|
+
"peerDependencies": {
|
|
170
|
+
"react": "^18.1.0 || ^17.0.2 || ^16.14.0",
|
|
171
|
+
"react-dom": "^18.1.0 || ^17.0.2 || ^16.14.0"
|
|
172
|
+
},
|
|
173
|
+
"optionalDependencies": {
|
|
174
|
+
"gl": "^6.0.2",
|
|
175
|
+
"jpeg-js": "^0.4.4",
|
|
176
|
+
"pngjs": "^6.0.0"
|
|
177
|
+
}
|
|
178
|
+
}
|