package.json 18 KB

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