-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
package.json
269 lines (269 loc) · 11.4 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
{
"name": "@jupyter-notebook/app",
"version": "7.0.0-alpha.7",
"private": true,
"scripts": {
"build": "webpack",
"build:prod": "webpack --mode=production",
"clean": "rimraf build && jlpm run clean:static",
"clean:static": "rimraf -g \"../notebook/static/!(favicons)\"",
"prepublishOnly": "yarn run build",
"watch": "webpack --config ./webpack.config.watch.js"
},
"resolutions": {
"@jupyter-notebook/application": "~7.0.0-alpha.7",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.7",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.7",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.7",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.7",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.7",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.7",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.7",
"@jupyter-notebook/tree": "~7.0.0-alpha.7",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.7",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.7",
"@jupyterlab/application": "~4.0.0-alpha.15",
"@jupyterlab/application-extension": "~4.0.0-alpha.15",
"@jupyterlab/apputils": "~4.0.0-alpha.15",
"@jupyterlab/apputils-extension": "~4.0.0-alpha.15",
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.15",
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.15",
"@jupyterlab/celltags": "~4.0.0-alpha.15",
"@jupyterlab/celltags-extension": "~4.0.0-alpha.15",
"@jupyterlab/codeeditor": "~4.0.0-alpha.15",
"@jupyterlab/codemirror": "~4.0.0-alpha.15",
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.15",
"@jupyterlab/collaboration": "~4.0.0-alpha.15",
"@jupyterlab/collaboration-extension": "~4.0.0-alpha.15",
"@jupyterlab/completer": "~4.0.0-alpha.15",
"@jupyterlab/completer-extension": "~4.0.0-alpha.15",
"@jupyterlab/console": "~4.0.0-alpha.15",
"@jupyterlab/console-extension": "~4.0.0-alpha.15",
"@jupyterlab/coreutils": "~6.0.0-alpha.15",
"@jupyterlab/debugger": "~4.0.0-alpha.15",
"@jupyterlab/debugger-extension": "~4.0.0-alpha.15",
"@jupyterlab/docmanager": "~4.0.0-alpha.15",
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.15",
"@jupyterlab/docprovider": "~4.0.0-alpha.15",
"@jupyterlab/docprovider-extension": "~4.0.0-alpha.15",
"@jupyterlab/documentsearch": "~4.0.0-alpha.15",
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.15",
"@jupyterlab/filebrowser": "~4.0.0-alpha.15",
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.15",
"@jupyterlab/fileeditor": "~4.0.0-alpha.15",
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.15",
"@jupyterlab/hub-extension": "~4.0.0-alpha.15",
"@jupyterlab/javascript-extension": "~4.0.0-alpha.15",
"@jupyterlab/json-extension": "~4.0.0-alpha.15",
"@jupyterlab/lsp": "~4.0.0-alpha.15",
"@jupyterlab/lsp-extension": "~4.0.0-alpha.15",
"@jupyterlab/mainmenu": "~4.0.0-alpha.15",
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.15",
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.15",
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.15",
"@jupyterlab/notebook": "~4.0.0-alpha.15",
"@jupyterlab/notebook-extension": "~4.0.0-alpha.15",
"@jupyterlab/observables": "~5.0.0-alpha.15",
"@jupyterlab/outputarea": "~4.0.0-alpha.15",
"@jupyterlab/pdf-extension": "~4.0.0-alpha.15",
"@jupyterlab/rendermime": "~4.0.0-alpha.15",
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.15",
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.15",
"@jupyterlab/running-extension": "~4.0.0-alpha.15",
"@jupyterlab/services": "~7.0.0-alpha.15",
"@jupyterlab/settingregistry": "~4.0.0-alpha.15",
"@jupyterlab/shared-models": "~4.0.0-alpha.15",
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.15",
"@jupyterlab/statedb": "~4.0.0-alpha.15",
"@jupyterlab/statusbar": "~4.0.0-alpha.15",
"@jupyterlab/terminal": "~4.0.0-alpha.15",
"@jupyterlab/terminal-extension": "~4.0.0-alpha.15",
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.15",
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.15",
"@jupyterlab/toc-extension": "~6.0.0-alpha.15",
"@jupyterlab/tooltip": "~4.0.0-alpha.15",
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.15",
"@jupyterlab/translation": "~4.0.0-alpha.15",
"@jupyterlab/translation-extension": "~4.0.0-alpha.15",
"@jupyterlab/ui-components": "~4.0.0-alpha.30",
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.15",
"@jupyterlab/vega5-extension": "~4.0.0-alpha.15",
"@lumino/algorithm": "~2.0.0-alpha.6",
"@lumino/application": "~2.0.0-alpha.6",
"@lumino/commands": "~2.0.0-alpha.6",
"@lumino/coreutils": "~2.0.0-alpha.6",
"@lumino/disposable": "~2.0.0-alpha.6",
"@lumino/domutils": "~2.0.0-alpha.6",
"@lumino/dragdrop": "~2.0.0-alpha.6",
"@lumino/messaging": "~2.0.0-alpha.6",
"@lumino/properties": "~2.0.0-alpha.6",
"@lumino/signaling": "~2.0.0-alpha.6",
"@lumino/virtualdom": "~2.0.0-alpha.6",
"@lumino/widgets": "~2.0.0-alpha.6",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"yjs": "~13.5.41"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.7",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.7",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.7",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.7",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.7",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.7",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.7",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.7",
"@jupyter-notebook/tree": "^7.0.0-alpha.7",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.7",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.7",
"@jupyterlab/application-extension": "^4.0.0-alpha.15",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.15",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.15",
"@jupyterlab/celltags": "^4.0.0-alpha.15",
"@jupyterlab/celltags-extension": "^4.0.0-alpha.15",
"@jupyterlab/codemirror": "^4.0.0-alpha.15",
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.15",
"@jupyterlab/collaboration-extension": "^4.0.0-alpha.15",
"@jupyterlab/completer-extension": "^4.0.0-alpha.15",
"@jupyterlab/console-extension": "^4.0.0-alpha.15",
"@jupyterlab/coreutils": "^6.0.0-alpha.15",
"@jupyterlab/debugger-extension": "^4.0.0-alpha.15",
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.15",
"@jupyterlab/docprovider-extension": "^4.0.0-alpha.15",
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.15",
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.15",
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.15",
"@jupyterlab/hub-extension": "^4.0.0-alpha.15",
"@jupyterlab/javascript-extension": "^4.0.0-alpha.15",
"@jupyterlab/json-extension": "^4.0.0-alpha.15",
"@jupyterlab/lsp": "^4.0.0-alpha.15",
"@jupyterlab/lsp-extension": "^4.0.0-alpha.15",
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.15",
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.15",
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.15",
"@jupyterlab/notebook-extension": "^4.0.0-alpha.15",
"@jupyterlab/pdf-extension": "^4.0.0-alpha.15",
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.15",
"@jupyterlab/running-extension": "^4.0.0-alpha.15",
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.15",
"@jupyterlab/terminal-extension": "^4.0.0-alpha.15",
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.15",
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.15",
"@jupyterlab/toc-extension": "^6.0.0-alpha.15",
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.15",
"@jupyterlab/translation-extension": "^4.0.0-alpha.15",
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.15",
"@jupyterlab/vega5-extension": "^4.0.0-alpha.15"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.15",
"@jupyterlab/buildutils": "^4.0.0-alpha.15",
"@types/rimraf": "^3.0.2",
"css-loader": "~5.0.1",
"fs-extra": "^8.1.0",
"glob": "~7.1.6",
"mini-css-extract-plugin": "~0.9.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"style-loader": "~1.0.1",
"svg-url-loader": "~6.0.0",
"watch": "~1.0.2",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0",
"whatwg-fetch": "^3.0.0"
},
"jupyterlab": {
"name": "Jupyter Notebook",
"extensions": [
"@jupyter-notebook/application-extension",
"@jupyterlab/collaboration-extension",
"@jupyter-notebook/console-extension",
"@jupyter-notebook/docmanager-extension",
"@jupyter-notebook/documentsearch-extension",
"@jupyter-notebook/help-extension",
"@jupyter-notebook/notebook-extension",
"@jupyter-notebook/terminal-extension",
"@jupyter-notebook/tree-extension",
"@jupyterlab/application-extension",
"@jupyterlab/apputils-extension",
"@jupyterlab/cell-toolbar-extension",
"@jupyterlab/codemirror-extension",
"@jupyterlab/completer-extension",
"@jupyterlab/console-extension",
"@jupyterlab/debugger-extension",
"@jupyterlab/docmanager-extension",
"@jupyterlab/documentsearch-extension",
"@jupyterlab/filebrowser-extension",
"@jupyterlab/fileeditor-extension",
"@jupyterlab/hub-extension",
"@jupyterlab/lsp-extension",
"@jupyterlab/mainmenu-extension",
"@jupyterlab/mathjax2-extension",
"@jupyterlab/markedparser-extension",
"@jupyterlab/notebook-extension",
"@jupyterlab/rendermime-extension",
"@jupyterlab/running-extension",
"@jupyterlab/shortcuts-extension",
"@jupyterlab/terminal-extension",
"@jupyterlab/theme-dark-extension",
"@jupyterlab/theme-light-extension",
"@jupyterlab/tooltip-extension",
"@jupyterlab/translation-extension",
"@jupyterlab/ui-components-extension"
],
"singletonPackages": [
"@jupyter-notebook/tree",
"@jupyterlab/application",
"@jupyterlab/apputils",
"@jupyterlab/cell-toolbar",
"@jupyterlab/celltags",
"@jupyterlab/codeeditor",
"@jupyterlab/codemirror",
"@jupyterlab/collaboration",
"@jupyterlab/completer",
"@jupyterlab/console",
"@jupyterlab/coreutils",
"@jupyterlab/debugger",
"@jupyterlab/docmanager",
"@jupyterlab/docprovider",
"@jupyterlab/documentsearch",
"@jupyterlab/filebrowser",
"@jupyterlab/fileeditor",
"@jupyterlab/lsp",
"@jupyterlab/mainmenu",
"@jupyterlab/notebook",
"@jupyterlab/observables",
"@jupyterlab/outputarea",
"@jupyterlab/rendermime",
"@jupyterlab/rendermime-interfaces",
"@jupyterlab/services",
"@jupyterlab/settingregistry",
"@jupyterlab/shared-models",
"@jupyterlab/statedb",
"@jupyterlab/statusbar",
"@jupyterlab/terminal",
"@jupyterlab/tooltip",
"@jupyterlab/translation",
"@jupyterlab/ui-components",
"@lumino/algorithm",
"@lumino/application",
"@lumino/commands",
"@lumino/coreutils",
"@lumino/disposable",
"@lumino/domutils",
"@lumino/dragdrop",
"@lumino/messaging",
"@lumino/properties",
"@lumino/signaling",
"@lumino/virtualdom",
"@lumino/widgets",
"react",
"react-dom",
"yjs"
],
"mimeExtensions": {},
"linkedPackages": {}
}
}