package.json 18 KB

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