package.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. {
  2. "name": "@jupyterlab/application-top",
  3. "version": "2.1.0",
  4. "private": true,
  5. "scripts": {
  6. "build": "webpack",
  7. "build:dev": "jlpm run build",
  8. "build:dev:minimize": "jlpm run build:dev",
  9. "build:prod": "ensure-max-old-space webpack --config webpack.prod.config.js",
  10. "build:prod:minimize": "ensure-max-old-space webpack --config webpack.prod.minimize.config.js",
  11. "build:prod:release": "ensure-max-old-space webpack --config webpack.prod.release.config.js",
  12. "build:prod:stats": "ensure-max-old-space webpack --profile --config webpack.prod.minimize.config.js --json > stats.json",
  13. "build:stats": "webpack --profile --json > stats.json",
  14. "clean": "rimraf build",
  15. "prepublishOnly": "npm run build",
  16. "watch": "webpack --watch"
  17. },
  18. "dependencies": {
  19. "@jupyterlab/application": "~2.1.0",
  20. "@jupyterlab/application-extension": "~2.1.0",
  21. "@jupyterlab/apputils-extension": "~2.1.0",
  22. "@jupyterlab/celltags-extension": "~2.1.0",
  23. "@jupyterlab/codemirror-extension": "~2.1.0",
  24. "@jupyterlab/completer-extension": "~2.1.0",
  25. "@jupyterlab/console-extension": "~2.1.0",
  26. "@jupyterlab/coreutils": "~4.1.0",
  27. "@jupyterlab/csvviewer-extension": "~2.1.0",
  28. "@jupyterlab/docmanager-extension": "~2.1.0",
  29. "@jupyterlab/documentsearch-extension": "~2.1.0",
  30. "@jupyterlab/extensionmanager-extension": "~2.1.0",
  31. "@jupyterlab/filebrowser-extension": "~2.1.0",
  32. "@jupyterlab/fileeditor-extension": "~2.1.0",
  33. "@jupyterlab/help-extension": "~2.1.0",
  34. "@jupyterlab/htmlviewer-extension": "~2.1.0",
  35. "@jupyterlab/hub-extension": "~2.1.0",
  36. "@jupyterlab/imageviewer-extension": "~2.1.0",
  37. "@jupyterlab/inspector-extension": "~2.1.0",
  38. "@jupyterlab/javascript-extension": "~2.1.0",
  39. "@jupyterlab/json-extension": "~2.1.0",
  40. "@jupyterlab/launcher-extension": "~2.1.0",
  41. "@jupyterlab/logconsole-extension": "~2.1.0",
  42. "@jupyterlab/mainmenu-extension": "~2.1.0",
  43. "@jupyterlab/markdownviewer-extension": "~2.1.0",
  44. "@jupyterlab/mathjax2-extension": "~2.1.0",
  45. "@jupyterlab/notebook-extension": "~2.1.0",
  46. "@jupyterlab/pdf-extension": "~2.1.0",
  47. "@jupyterlab/rendermime-extension": "~2.1.0",
  48. "@jupyterlab/running-extension": "~2.1.0",
  49. "@jupyterlab/settingeditor-extension": "~2.1.0",
  50. "@jupyterlab/shortcuts-extension": "~2.1.0",
  51. "@jupyterlab/statusbar-extension": "~2.1.0",
  52. "@jupyterlab/tabmanager-extension": "~2.1.0",
  53. "@jupyterlab/terminal-extension": "~2.1.0",
  54. "@jupyterlab/theme-dark-extension": "~2.1.0",
  55. "@jupyterlab/theme-light-extension": "~2.1.0",
  56. "@jupyterlab/tooltip-extension": "~2.1.0",
  57. "@jupyterlab/ui-components-extension": "~2.1.0",
  58. "@jupyterlab/vdom-extension": "~2.1.0",
  59. "@jupyterlab/vega5-extension": "~2.1.0"
  60. },
  61. "devDependencies": {
  62. "@jupyterlab/buildutils": "^2.1.0",
  63. "css-loader": "~3.2.0",
  64. "duplicate-package-checker-webpack-plugin": "^3.0.0",
  65. "file-loader": "~5.0.2",
  66. "fs-extra": "^8.1.0",
  67. "glob": "~7.1.6",
  68. "handlebars": "^4.5.3",
  69. "html-loader": "~0.5.5",
  70. "html-webpack-plugin": "~3.2.0",
  71. "mini-css-extract-plugin": "~0.8.0",
  72. "raw-loader": "~4.0.0",
  73. "rimraf": "~3.0.0",
  74. "sort-package-json": "~1.31.0",
  75. "source-map-loader": "~0.2.4",
  76. "style-loader": "~1.0.1",
  77. "svg-url-loader": "~3.0.3",
  78. "terser-webpack-plugin": "^2.3.0",
  79. "url-loader": "~3.0.0",
  80. "webpack": "^4.41.2",
  81. "webpack-bundle-analyzer": "^3.6.0",
  82. "webpack-cli": "^3.3.10",
  83. "webpack-merge": "^4.2.2",
  84. "whatwg-fetch": "^3.0.0",
  85. "yarn-deduplicate": "^1.1.1"
  86. },
  87. "resolutions": {
  88. "@jupyterlab/application": "~2.1.0",
  89. "@jupyterlab/application-extension": "~2.1.0",
  90. "@jupyterlab/apputils": "~2.1.0",
  91. "@jupyterlab/apputils-extension": "~2.1.0",
  92. "@jupyterlab/attachments": "~2.1.0",
  93. "@jupyterlab/cells": "~2.1.0",
  94. "@jupyterlab/celltags": "~2.1.0",
  95. "@jupyterlab/celltags-extension": "~2.1.0",
  96. "@jupyterlab/codeeditor": "~2.1.0",
  97. "@jupyterlab/codemirror": "~2.1.0",
  98. "@jupyterlab/codemirror-extension": "~2.1.0",
  99. "@jupyterlab/completer": "~2.1.0",
  100. "@jupyterlab/completer-extension": "~2.1.0",
  101. "@jupyterlab/console": "~2.1.0",
  102. "@jupyterlab/console-extension": "~2.1.0",
  103. "@jupyterlab/coreutils": "~4.1.0",
  104. "@jupyterlab/csvviewer": "~2.1.0",
  105. "@jupyterlab/csvviewer-extension": "~2.1.0",
  106. "@jupyterlab/docmanager": "~2.1.0",
  107. "@jupyterlab/docmanager-extension": "~2.1.0",
  108. "@jupyterlab/docregistry": "~2.1.0",
  109. "@jupyterlab/documentsearch": "~2.1.0",
  110. "@jupyterlab/documentsearch-extension": "~2.1.0",
  111. "@jupyterlab/extensionmanager": "~2.1.0",
  112. "@jupyterlab/extensionmanager-extension": "~2.1.0",
  113. "@jupyterlab/filebrowser": "~2.1.0",
  114. "@jupyterlab/filebrowser-extension": "~2.1.0",
  115. "@jupyterlab/fileeditor": "~2.1.0",
  116. "@jupyterlab/fileeditor-extension": "~2.1.0",
  117. "@jupyterlab/help-extension": "~2.1.0",
  118. "@jupyterlab/htmlviewer": "~2.1.0",
  119. "@jupyterlab/htmlviewer-extension": "~2.1.0",
  120. "@jupyterlab/hub-extension": "~2.1.0",
  121. "@jupyterlab/imageviewer": "~2.1.0",
  122. "@jupyterlab/imageviewer-extension": "~2.1.0",
  123. "@jupyterlab/inspector": "~2.1.0",
  124. "@jupyterlab/inspector-extension": "~2.1.0",
  125. "@jupyterlab/javascript-extension": "~2.1.0",
  126. "@jupyterlab/json-extension": "~2.1.0",
  127. "@jupyterlab/launcher": "~2.1.0",
  128. "@jupyterlab/launcher-extension": "~2.1.0",
  129. "@jupyterlab/logconsole": "~2.1.0",
  130. "@jupyterlab/logconsole-extension": "~2.1.0",
  131. "@jupyterlab/mainmenu": "~2.1.0",
  132. "@jupyterlab/mainmenu-extension": "~2.1.0",
  133. "@jupyterlab/markdownviewer": "~2.1.0",
  134. "@jupyterlab/markdownviewer-extension": "~2.1.0",
  135. "@jupyterlab/mathjax2": "~2.1.0",
  136. "@jupyterlab/mathjax2-extension": "~2.1.0",
  137. "@jupyterlab/metapackage": "~2.1.0",
  138. "@jupyterlab/nbconvert-css": "~2.1.0",
  139. "@jupyterlab/nbformat": "~2.1.0",
  140. "@jupyterlab/notebook": "~2.1.0",
  141. "@jupyterlab/notebook-extension": "~2.1.0",
  142. "@jupyterlab/observables": "~3.1.0",
  143. "@jupyterlab/outputarea": "~2.1.0",
  144. "@jupyterlab/pdf-extension": "~2.1.0",
  145. "@jupyterlab/property-inspector": "~2.1.0",
  146. "@jupyterlab/rendermime": "~2.1.0",
  147. "@jupyterlab/rendermime-extension": "~2.1.0",
  148. "@jupyterlab/rendermime-interfaces": "~2.1.0",
  149. "@jupyterlab/running": "~2.1.0",
  150. "@jupyterlab/running-extension": "~2.1.0",
  151. "@jupyterlab/services": "~5.1.0",
  152. "@jupyterlab/settingeditor": "~2.1.0",
  153. "@jupyterlab/settingeditor-extension": "~2.1.0",
  154. "@jupyterlab/settingregistry": "~2.1.0",
  155. "@jupyterlab/shortcuts-extension": "~2.1.0",
  156. "@jupyterlab/statedb": "~2.1.0",
  157. "@jupyterlab/statusbar": "~2.1.0",
  158. "@jupyterlab/statusbar-extension": "~2.1.0",
  159. "@jupyterlab/tabmanager-extension": "~2.1.0",
  160. "@jupyterlab/terminal": "~2.1.0",
  161. "@jupyterlab/terminal-extension": "~2.1.0",
  162. "@jupyterlab/theme-dark-extension": "~2.1.0",
  163. "@jupyterlab/theme-light-extension": "~2.1.0",
  164. "@jupyterlab/tooltip": "~2.1.0",
  165. "@jupyterlab/tooltip-extension": "~2.1.0",
  166. "@jupyterlab/ui-components": "~2.1.0",
  167. "@jupyterlab/ui-components-extension": "~2.1.0",
  168. "@jupyterlab/vdom": "~2.1.0",
  169. "@jupyterlab/vdom-extension": "~2.1.0",
  170. "@jupyterlab/vega5-extension": "~2.1.0",
  171. "@lumino/algorithm": "^1.2.3",
  172. "@lumino/application": "^1.8.4",
  173. "@lumino/commands": "^1.10.1",
  174. "@lumino/coreutils": "^1.4.2",
  175. "@lumino/disposable": "^1.3.5",
  176. "@lumino/domutils": "^1.1.7",
  177. "@lumino/dragdrop": "^1.5.1",
  178. "@lumino/messaging": "^1.3.3",
  179. "@lumino/properties": "^1.1.6",
  180. "@lumino/signaling": "^1.3.5",
  181. "@lumino/virtualdom": "^1.6.1",
  182. "@lumino/widgets": "^1.11.1",
  183. "react": "~16.9.0",
  184. "react-dom": "~16.9.0"
  185. },
  186. "engines": {
  187. "node": ">=10.0.0"
  188. },
  189. "jupyterlab": {
  190. "name": "JupyterLab",
  191. "version": "2.1.0",
  192. "extensions": {
  193. "@jupyterlab/application-extension": "",
  194. "@jupyterlab/apputils-extension": "",
  195. "@jupyterlab/celltags-extension": "",
  196. "@jupyterlab/codemirror-extension": "",
  197. "@jupyterlab/completer-extension": "",
  198. "@jupyterlab/console-extension": "",
  199. "@jupyterlab/csvviewer-extension": "",
  200. "@jupyterlab/docmanager-extension": "",
  201. "@jupyterlab/documentsearch-extension": "",
  202. "@jupyterlab/extensionmanager-extension": "",
  203. "@jupyterlab/filebrowser-extension": "",
  204. "@jupyterlab/fileeditor-extension": "",
  205. "@jupyterlab/help-extension": "",
  206. "@jupyterlab/htmlviewer-extension": "",
  207. "@jupyterlab/hub-extension": "",
  208. "@jupyterlab/imageviewer-extension": "",
  209. "@jupyterlab/inspector-extension": "",
  210. "@jupyterlab/launcher-extension": "",
  211. "@jupyterlab/logconsole-extension": "",
  212. "@jupyterlab/mainmenu-extension": "",
  213. "@jupyterlab/markdownviewer-extension": "",
  214. "@jupyterlab/mathjax2-extension": "",
  215. "@jupyterlab/notebook-extension": "",
  216. "@jupyterlab/rendermime-extension": "",
  217. "@jupyterlab/running-extension": "",
  218. "@jupyterlab/settingeditor-extension": "",
  219. "@jupyterlab/shortcuts-extension": "",
  220. "@jupyterlab/statusbar-extension": "",
  221. "@jupyterlab/tabmanager-extension": "",
  222. "@jupyterlab/terminal-extension": "",
  223. "@jupyterlab/theme-dark-extension": "",
  224. "@jupyterlab/theme-light-extension": "",
  225. "@jupyterlab/tooltip-extension": "",
  226. "@jupyterlab/ui-components-extension": "",
  227. "@jupyterlab/vdom-extension": ""
  228. },
  229. "mimeExtensions": {
  230. "@jupyterlab/javascript-extension": "",
  231. "@jupyterlab/json-extension": "",
  232. "@jupyterlab/pdf-extension": "",
  233. "@jupyterlab/vega5-extension": ""
  234. },
  235. "buildDir": "./static",
  236. "outputDir": ".",
  237. "singletonPackages": [
  238. "@jupyterlab/application",
  239. "@jupyterlab/apputils",
  240. "@jupyterlab/console",
  241. "@jupyterlab/coreutils",
  242. "@jupyterlab/docmanager",
  243. "@jupyterlab/extensionmanager",
  244. "@jupyterlab/filebrowser",
  245. "@jupyterlab/fileeditor",
  246. "@jupyterlab/imageviewer",
  247. "@jupyterlab/launcher",
  248. "@jupyterlab/notebook",
  249. "@jupyterlab/rendermime",
  250. "@jupyterlab/rendermime-interfaces",
  251. "@jupyterlab/services",
  252. "@jupyterlab/terminal",
  253. "@jupyterlab/tooltip",
  254. "@lumino/algorithm",
  255. "@lumino/application",
  256. "@lumino/commands",
  257. "@lumino/coreutils",
  258. "@lumino/disposable",
  259. "@lumino/domutils",
  260. "@lumino/dragdrop",
  261. "@lumino/messaging",
  262. "@lumino/properties",
  263. "@lumino/signaling",
  264. "@lumino/virtualdom",
  265. "@lumino/widgets",
  266. "react",
  267. "react-dom"
  268. ],
  269. "linkedPackages": {
  270. "@jupyterlab/application-top": "../dev_mode",
  271. "@jupyterlab/example-app": "../examples/app",
  272. "@jupyterlab/example-cell": "../examples/cell",
  273. "@jupyterlab/example-console": "../examples/console",
  274. "@jupyterlab/example-filebrowser": "../examples/filebrowser",
  275. "@jupyterlab/example-notebook": "../examples/notebook",
  276. "@jupyterlab/example-terminal": "../examples/terminal",
  277. "@jupyterlab/application": "../packages/application",
  278. "@jupyterlab/application-extension": "../packages/application-extension",
  279. "@jupyterlab/apputils": "../packages/apputils",
  280. "@jupyterlab/apputils-extension": "../packages/apputils-extension",
  281. "@jupyterlab/attachments": "../packages/attachments",
  282. "@jupyterlab/cells": "../packages/cells",
  283. "@jupyterlab/celltags": "../packages/celltags",
  284. "@jupyterlab/celltags-extension": "../packages/celltags-extension",
  285. "@jupyterlab/codeeditor": "../packages/codeeditor",
  286. "@jupyterlab/codemirror": "../packages/codemirror",
  287. "@jupyterlab/codemirror-extension": "../packages/codemirror-extension",
  288. "@jupyterlab/completer": "../packages/completer",
  289. "@jupyterlab/completer-extension": "../packages/completer-extension",
  290. "@jupyterlab/console": "../packages/console",
  291. "@jupyterlab/console-extension": "../packages/console-extension",
  292. "@jupyterlab/coreutils": "../packages/coreutils",
  293. "@jupyterlab/csvviewer": "../packages/csvviewer",
  294. "@jupyterlab/csvviewer-extension": "../packages/csvviewer-extension",
  295. "@jupyterlab/docmanager": "../packages/docmanager",
  296. "@jupyterlab/docmanager-extension": "../packages/docmanager-extension",
  297. "@jupyterlab/docregistry": "../packages/docregistry",
  298. "@jupyterlab/documentsearch": "../packages/documentsearch",
  299. "@jupyterlab/documentsearch-extension": "../packages/documentsearch-extension",
  300. "@jupyterlab/extensionmanager": "../packages/extensionmanager",
  301. "@jupyterlab/extensionmanager-extension": "../packages/extensionmanager-extension",
  302. "@jupyterlab/filebrowser": "../packages/filebrowser",
  303. "@jupyterlab/filebrowser-extension": "../packages/filebrowser-extension",
  304. "@jupyterlab/fileeditor": "../packages/fileeditor",
  305. "@jupyterlab/fileeditor-extension": "../packages/fileeditor-extension",
  306. "@jupyterlab/help-extension": "../packages/help-extension",
  307. "@jupyterlab/htmlviewer": "../packages/htmlviewer",
  308. "@jupyterlab/htmlviewer-extension": "../packages/htmlviewer-extension",
  309. "@jupyterlab/hub-extension": "../packages/hub-extension",
  310. "@jupyterlab/imageviewer": "../packages/imageviewer",
  311. "@jupyterlab/imageviewer-extension": "../packages/imageviewer-extension",
  312. "@jupyterlab/inspector": "../packages/inspector",
  313. "@jupyterlab/inspector-extension": "../packages/inspector-extension",
  314. "@jupyterlab/javascript-extension": "../packages/javascript-extension",
  315. "@jupyterlab/json-extension": "../packages/json-extension",
  316. "@jupyterlab/launcher": "../packages/launcher",
  317. "@jupyterlab/launcher-extension": "../packages/launcher-extension",
  318. "@jupyterlab/logconsole": "../packages/logconsole",
  319. "@jupyterlab/logconsole-extension": "../packages/logconsole-extension",
  320. "@jupyterlab/mainmenu": "../packages/mainmenu",
  321. "@jupyterlab/mainmenu-extension": "../packages/mainmenu-extension",
  322. "@jupyterlab/markdownviewer": "../packages/markdownviewer",
  323. "@jupyterlab/markdownviewer-extension": "../packages/markdownviewer-extension",
  324. "@jupyterlab/mathjax2": "../packages/mathjax2",
  325. "@jupyterlab/mathjax2-extension": "../packages/mathjax2-extension",
  326. "@jupyterlab/metapackage": "../packages/metapackage",
  327. "@jupyterlab/nbconvert-css": "../packages/nbconvert-css",
  328. "@jupyterlab/nbformat": "../packages/nbformat",
  329. "@jupyterlab/notebook": "../packages/notebook",
  330. "@jupyterlab/notebook-extension": "../packages/notebook-extension",
  331. "@jupyterlab/observables": "../packages/observables",
  332. "@jupyterlab/outputarea": "../packages/outputarea",
  333. "@jupyterlab/pdf-extension": "../packages/pdf-extension",
  334. "@jupyterlab/property-inspector": "../packages/property-inspector",
  335. "@jupyterlab/rendermime": "../packages/rendermime",
  336. "@jupyterlab/rendermime-extension": "../packages/rendermime-extension",
  337. "@jupyterlab/rendermime-interfaces": "../packages/rendermime-interfaces",
  338. "@jupyterlab/running": "../packages/running",
  339. "@jupyterlab/running-extension": "../packages/running-extension",
  340. "@jupyterlab/services": "../packages/services",
  341. "@jupyterlab/settingeditor": "../packages/settingeditor",
  342. "@jupyterlab/settingeditor-extension": "../packages/settingeditor-extension",
  343. "@jupyterlab/settingregistry": "../packages/settingregistry",
  344. "@jupyterlab/shortcuts-extension": "../packages/shortcuts-extension",
  345. "@jupyterlab/statedb": "../packages/statedb",
  346. "@jupyterlab/statusbar": "../packages/statusbar",
  347. "@jupyterlab/statusbar-extension": "../packages/statusbar-extension",
  348. "@jupyterlab/tabmanager-extension": "../packages/tabmanager-extension",
  349. "@jupyterlab/terminal": "../packages/terminal",
  350. "@jupyterlab/terminal-extension": "../packages/terminal-extension",
  351. "@jupyterlab/theme-dark-extension": "../packages/theme-dark-extension",
  352. "@jupyterlab/theme-light-extension": "../packages/theme-light-extension",
  353. "@jupyterlab/tooltip": "../packages/tooltip",
  354. "@jupyterlab/tooltip-extension": "../packages/tooltip-extension",
  355. "@jupyterlab/ui-components": "../packages/ui-components",
  356. "@jupyterlab/ui-components-extension": "../packages/ui-components-extension",
  357. "@jupyterlab/vdom": "../packages/vdom",
  358. "@jupyterlab/vdom-extension": "../packages/vdom-extension",
  359. "@jupyterlab/vega5-extension": "../packages/vega5-extension",
  360. "node-example": "../packages/services/examples/node",
  361. "@jupyterlab/example-services-browser": "../packages/services/examples/browser",
  362. "@jupyterlab/example-services-outputarea": "../packages/services/examples/typescript-browser-with-output",
  363. "@jupyterlab/buildutils": "../buildutils",
  364. "@jupyterlab/template": "../buildutils/template",
  365. "template-for-tests": "../buildutils/test-template",
  366. "@jupyterlab/test-root": "../tests",
  367. "@jupyterlab/test-application": "../tests/test-application",
  368. "@jupyterlab/test-apputils": "../tests/test-apputils",
  369. "@jupyterlab/test-cells": "../tests/test-cells",
  370. "@jupyterlab/test-codeeditor": "../tests/test-codeeditor",
  371. "@jupyterlab/test-codemirror": "../tests/test-codemirror",
  372. "@jupyterlab/test-completer": "../tests/test-completer",
  373. "@jupyterlab/test-coreutils": "../tests/test-coreutils",
  374. "@jupyterlab/test-csvviewer": "../tests/test-csvviewer",
  375. "@jupyterlab/test-docregistry": "../tests/test-docregistry",
  376. "@jupyterlab/test-filebrowser": "../tests/test-filebrowser",
  377. "@jupyterlab/test-fileeditor": "../tests/test-fileeditor",
  378. "@jupyterlab/test-imageviewer": "../tests/test-imageviewer",
  379. "@jupyterlab/test-inspector": "../tests/test-inspector",
  380. "@jupyterlab/test-logconsole": "../tests/test-logconsole",
  381. "@jupyterlab/test-mainmenu": "../tests/test-mainmenu",
  382. "@jupyterlab/test-nbformat": "../tests/test-nbformat",
  383. "@jupyterlab/test-notebook": "../tests/test-notebook",
  384. "@jupyterlab/test-observables": "../tests/test-observables",
  385. "@jupyterlab/test-outputarea": "../tests/test-outputarea",
  386. "@jupyterlab/test-rendermime": "../tests/test-rendermime",
  387. "@jupyterlab/test-services": "../tests/test-services",
  388. "@jupyterlab/test-settingregistry": "../tests/test-settingregistry",
  389. "@jupyterlab/test-statedb": "../tests/test-statedb",
  390. "@jupyterlab/test-statusbar": "../tests/test-statusbar",
  391. "@jupyterlab/test-terminal": "../tests/test-terminal",
  392. "@jupyterlab/test-ui-components": "../tests/test-ui-components",
  393. "@jupyterlab/testutils": "../testutils",
  394. "@jupyterlab/mock-extension": "../jupyterlab/tests/mock_packages/extension"
  395. }
  396. }
  397. }