package.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. {
  2. "name": "@jupyterlab/application-top",
  3. "version": "4.5.6",
  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:minimize:report": "npm run build:prod:minimize:stats && webpack-bundle-analyzer --no-open --mode static --report static/webpack-bundle-analyzer.html stats.json static",
  12. "build:prod:minimize:stats": "webpack --profile --config webpack.prod.minimize.config.js --json > stats.json",
  13. "build:prod:release": "webpack --config webpack.prod.release.config.js",
  14. "build:stats": "webpack --profile --json > stats.json",
  15. "clean": "rimraf build",
  16. "prepublishOnly": "npm run build",
  17. "watch": "webpack --watch"
  18. },
  19. "resolutions": {
  20. "@codemirror/language": "^6.0.0",
  21. "@codemirror/state": "^6.2.0",
  22. "@codemirror/view": "^6.9.6",
  23. "@jupyter/react-components": "^0.16.6",
  24. "@jupyter/web-components": "^0.16.6",
  25. "@jupyter/ydoc": "^3.0.0-a3",
  26. "@jupyterlab/application": "~4.5.6",
  27. "@jupyterlab/application-extension": "~4.5.6",
  28. "@jupyterlab/apputils": "~4.6.6",
  29. "@jupyterlab/apputils-extension": "~4.5.6",
  30. "@jupyterlab/attachments": "~4.5.6",
  31. "@jupyterlab/audio-extension": "~4.5.6",
  32. "@jupyterlab/cell-toolbar": "~4.5.6",
  33. "@jupyterlab/cell-toolbar-extension": "~4.5.6",
  34. "@jupyterlab/cells": "~4.5.6",
  35. "@jupyterlab/celltags-extension": "~4.5.6",
  36. "@jupyterlab/codeeditor": "~4.5.6",
  37. "@jupyterlab/codemirror": "~4.5.6",
  38. "@jupyterlab/codemirror-extension": "~4.5.6",
  39. "@jupyterlab/completer": "~4.5.6",
  40. "@jupyterlab/completer-extension": "~4.5.6",
  41. "@jupyterlab/console": "~4.5.6",
  42. "@jupyterlab/console-extension": "~4.5.6",
  43. "@jupyterlab/coreutils": "~6.5.6",
  44. "@jupyterlab/csvviewer": "~4.5.6",
  45. "@jupyterlab/csvviewer-extension": "~4.5.6",
  46. "@jupyterlab/debugger": "~4.5.6",
  47. "@jupyterlab/debugger-extension": "~4.5.6",
  48. "@jupyterlab/docmanager": "~4.5.6",
  49. "@jupyterlab/docmanager-extension": "~4.5.6",
  50. "@jupyterlab/docregistry": "~4.5.6",
  51. "@jupyterlab/documentsearch": "~4.5.6",
  52. "@jupyterlab/documentsearch-extension": "~4.5.6",
  53. "@jupyterlab/extensionmanager": "~4.5.6",
  54. "@jupyterlab/extensionmanager-extension": "~4.5.6",
  55. "@jupyterlab/filebrowser": "~4.5.6",
  56. "@jupyterlab/filebrowser-extension": "~4.5.6",
  57. "@jupyterlab/fileeditor": "~4.5.6",
  58. "@jupyterlab/fileeditor-extension": "~4.5.6",
  59. "@jupyterlab/help-extension": "~4.5.6",
  60. "@jupyterlab/htmlviewer": "~4.5.6",
  61. "@jupyterlab/htmlviewer-extension": "~4.5.6",
  62. "@jupyterlab/hub-extension": "~4.5.6",
  63. "@jupyterlab/imageviewer": "~4.5.6",
  64. "@jupyterlab/imageviewer-extension": "~4.5.6",
  65. "@jupyterlab/inspector": "~4.5.6",
  66. "@jupyterlab/inspector-extension": "~4.5.6",
  67. "@jupyterlab/javascript-extension": "~4.5.6",
  68. "@jupyterlab/json-extension": "~4.5.6",
  69. "@jupyterlab/launcher": "~4.5.6",
  70. "@jupyterlab/launcher-extension": "~4.5.6",
  71. "@jupyterlab/logconsole": "~4.5.6",
  72. "@jupyterlab/logconsole-extension": "~4.5.6",
  73. "@jupyterlab/lsp": "~4.5.6",
  74. "@jupyterlab/lsp-extension": "~4.5.6",
  75. "@jupyterlab/mainmenu": "~4.5.6",
  76. "@jupyterlab/mainmenu-extension": "~4.5.6",
  77. "@jupyterlab/markdownviewer": "~4.5.6",
  78. "@jupyterlab/markdownviewer-extension": "~4.5.6",
  79. "@jupyterlab/markedparser-extension": "~4.5.6",
  80. "@jupyterlab/mathjax-extension": "~4.5.6",
  81. "@jupyterlab/mermaid": "~4.5.6",
  82. "@jupyterlab/mermaid-extension": "~4.5.6",
  83. "@jupyterlab/metadataform": "~4.5.6",
  84. "@jupyterlab/metadataform-extension": "~4.5.6",
  85. "@jupyterlab/metapackage": "~4.5.6",
  86. "@jupyterlab/nbconvert-css": "~4.5.6",
  87. "@jupyterlab/nbformat": "~4.5.6",
  88. "@jupyterlab/notebook": "~4.5.6",
  89. "@jupyterlab/notebook-extension": "~4.5.6",
  90. "@jupyterlab/observables": "~5.5.6",
  91. "@jupyterlab/outputarea": "~4.5.6",
  92. "@jupyterlab/pdf-extension": "~4.5.6",
  93. "@jupyterlab/pluginmanager": "~4.5.6",
  94. "@jupyterlab/pluginmanager-extension": "~4.5.6",
  95. "@jupyterlab/property-inspector": "~4.5.6",
  96. "@jupyterlab/rendermime": "~4.5.6",
  97. "@jupyterlab/rendermime-extension": "~4.5.6",
  98. "@jupyterlab/rendermime-interfaces": "~3.13.6",
  99. "@jupyterlab/running": "~4.5.6",
  100. "@jupyterlab/running-extension": "~4.5.6",
  101. "@jupyterlab/services": "~7.5.6",
  102. "@jupyterlab/services-extension": "~4.5.6",
  103. "@jupyterlab/settingeditor": "~4.5.6",
  104. "@jupyterlab/settingeditor-extension": "~4.5.6",
  105. "@jupyterlab/settingregistry": "~4.5.6",
  106. "@jupyterlab/shortcuts-extension": "~5.3.6",
  107. "@jupyterlab/statedb": "~4.5.6",
  108. "@jupyterlab/statusbar": "~4.5.6",
  109. "@jupyterlab/statusbar-extension": "~4.5.6",
  110. "@jupyterlab/terminal": "~4.5.6",
  111. "@jupyterlab/terminal-extension": "~4.5.6",
  112. "@jupyterlab/theme-dark-extension": "~4.5.6",
  113. "@jupyterlab/theme-dark-high-contrast-extension": "~4.5.6",
  114. "@jupyterlab/theme-light-extension": "~4.5.6",
  115. "@jupyterlab/toc": "~6.5.6",
  116. "@jupyterlab/toc-extension": "~6.5.6",
  117. "@jupyterlab/tooltip": "~4.5.6",
  118. "@jupyterlab/tooltip-extension": "~4.5.6",
  119. "@jupyterlab/translation": "~4.5.6",
  120. "@jupyterlab/translation-extension": "~4.5.6",
  121. "@jupyterlab/ui-components": "~4.5.6",
  122. "@jupyterlab/ui-components-extension": "~4.5.6",
  123. "@jupyterlab/vega5-extension": "~4.5.6",
  124. "@jupyterlab/video-extension": "~4.5.6",
  125. "@jupyterlab/workspaces": "~4.5.6",
  126. "@jupyterlab/workspaces-extension": "~4.5.6",
  127. "@lezer/common": "^1.0.0",
  128. "@lezer/highlight": "^1.0.0",
  129. "@lumino/algorithm": "^2.0.0",
  130. "@lumino/application": "^2.3.0-alpha.1",
  131. "@lumino/commands": "^2.0.1",
  132. "@lumino/coreutils": "^2.0.0",
  133. "@lumino/datagrid": "^2.3.0-alpha.1",
  134. "@lumino/disposable": "^2.0.0",
  135. "@lumino/domutils": "^2.0.0",
  136. "@lumino/dragdrop": "^2.0.0",
  137. "@lumino/keyboard": "^2.0.0",
  138. "@lumino/messaging": "^2.0.0",
  139. "@lumino/polling": "^2.0.0",
  140. "@lumino/properties": "^2.0.0",
  141. "@lumino/signaling": "^2.0.0",
  142. "@lumino/virtualdom": "^2.0.0",
  143. "@lumino/widgets": "^2.3.1-alpha.1",
  144. "@microsoft/fast-element": "^1.12.0",
  145. "@microsoft/fast-foundation": "^2.49.2",
  146. "react": "^18.2.0",
  147. "react-dom": "^18.2.0",
  148. "yjs": "^13.5.40"
  149. },
  150. "dependencies": {
  151. "@jupyterlab/application": "~4.5.6",
  152. "@jupyterlab/application-extension": "~4.5.6",
  153. "@jupyterlab/apputils-extension": "~4.5.6",
  154. "@jupyterlab/audio-extension": "~4.5.6",
  155. "@jupyterlab/cell-toolbar-extension": "~4.5.6",
  156. "@jupyterlab/celltags-extension": "~4.5.6",
  157. "@jupyterlab/codemirror-extension": "~4.5.6",
  158. "@jupyterlab/completer-extension": "~4.5.6",
  159. "@jupyterlab/console-extension": "~4.5.6",
  160. "@jupyterlab/coreutils": "~6.5.6",
  161. "@jupyterlab/csvviewer-extension": "~4.5.6",
  162. "@jupyterlab/debugger-extension": "~4.5.6",
  163. "@jupyterlab/docmanager-extension": "~4.5.6",
  164. "@jupyterlab/documentsearch-extension": "~4.5.6",
  165. "@jupyterlab/extensionmanager-extension": "~4.5.6",
  166. "@jupyterlab/filebrowser-extension": "~4.5.6",
  167. "@jupyterlab/fileeditor-extension": "~4.5.6",
  168. "@jupyterlab/help-extension": "~4.5.6",
  169. "@jupyterlab/htmlviewer-extension": "~4.5.6",
  170. "@jupyterlab/hub-extension": "~4.5.6",
  171. "@jupyterlab/imageviewer-extension": "~4.5.6",
  172. "@jupyterlab/inspector-extension": "~4.5.6",
  173. "@jupyterlab/javascript-extension": "~4.5.6",
  174. "@jupyterlab/json-extension": "~4.5.6",
  175. "@jupyterlab/launcher-extension": "~4.5.6",
  176. "@jupyterlab/logconsole-extension": "~4.5.6",
  177. "@jupyterlab/lsp-extension": "~4.5.6",
  178. "@jupyterlab/mainmenu-extension": "~4.5.6",
  179. "@jupyterlab/markdownviewer-extension": "~4.5.6",
  180. "@jupyterlab/markedparser-extension": "~4.5.6",
  181. "@jupyterlab/mathjax-extension": "~4.5.6",
  182. "@jupyterlab/mermaid-extension": "~4.5.6",
  183. "@jupyterlab/metadataform-extension": "~4.5.6",
  184. "@jupyterlab/notebook-extension": "~4.5.6",
  185. "@jupyterlab/pdf-extension": "~4.5.6",
  186. "@jupyterlab/pluginmanager-extension": "~4.5.6",
  187. "@jupyterlab/rendermime-extension": "~4.5.6",
  188. "@jupyterlab/running-extension": "~4.5.6",
  189. "@jupyterlab/services-extension": "~4.5.6",
  190. "@jupyterlab/settingeditor-extension": "~4.5.6",
  191. "@jupyterlab/shortcuts-extension": "~5.3.6",
  192. "@jupyterlab/statusbar-extension": "~4.5.6",
  193. "@jupyterlab/terminal-extension": "~4.5.6",
  194. "@jupyterlab/theme-dark-extension": "~4.5.6",
  195. "@jupyterlab/theme-dark-high-contrast-extension": "~4.5.6",
  196. "@jupyterlab/theme-light-extension": "~4.5.6",
  197. "@jupyterlab/toc-extension": "~6.5.6",
  198. "@jupyterlab/tooltip-extension": "~4.5.6",
  199. "@jupyterlab/translation-extension": "~4.5.6",
  200. "@jupyterlab/ui-components-extension": "~4.5.6",
  201. "@jupyterlab/vega5-extension": "~4.5.6",
  202. "@jupyterlab/video-extension": "~4.5.6",
  203. "@jupyterlab/workspaces-extension": "~4.5.6"
  204. },
  205. "devDependencies": {
  206. "@jupyterlab/builder": "^4.5.6",
  207. "@jupyterlab/buildutils": "^4.5.6",
  208. "chokidar": "^3.4.0",
  209. "css-loader": "^6.7.1",
  210. "duplicate-package-checker-webpack-plugin": "^3.0.0",
  211. "fs-extra": "^10.1.0",
  212. "glob": "~7.1.6",
  213. "handlebars": "^4.7.8",
  214. "html-loader": "~1.3.0",
  215. "html-webpack-plugin": "^5.5.0",
  216. "license-webpack-plugin": "^4.0.2",
  217. "mini-css-extract-plugin": "^2.7.0",
  218. "mini-svg-data-uri": "^1.4.4",
  219. "rimraf": "~5.0.5",
  220. "sort-package-json": "~1.53.1",
  221. "source-map-loader": "~1.0.2",
  222. "style-loader": "~3.3.1",
  223. "terser-webpack-plugin": "^5.3.7",
  224. "webpack": "^5.76.1",
  225. "webpack-bundle-analyzer": "^4.8.0",
  226. "webpack-cli": "^5.0.1",
  227. "webpack-merge": "^5.8.0",
  228. "worker-loader": "^3.0.2"
  229. },
  230. "engines": {
  231. "node": ">=20.0.0"
  232. },
  233. "jupyterlab": {
  234. "name": "JupyterLab",
  235. "version": "4.5.6",
  236. "extensions": {
  237. "@jupyterlab/application-extension": "",
  238. "@jupyterlab/apputils-extension": "",
  239. "@jupyterlab/audio-extension": "",
  240. "@jupyterlab/cell-toolbar-extension": "",
  241. "@jupyterlab/celltags-extension": "",
  242. "@jupyterlab/codemirror-extension": "",
  243. "@jupyterlab/completer-extension": "",
  244. "@jupyterlab/console-extension": "",
  245. "@jupyterlab/csvviewer-extension": "",
  246. "@jupyterlab/debugger-extension": "",
  247. "@jupyterlab/docmanager-extension": "",
  248. "@jupyterlab/documentsearch-extension": "",
  249. "@jupyterlab/extensionmanager-extension": "",
  250. "@jupyterlab/filebrowser-extension": "",
  251. "@jupyterlab/fileeditor-extension": "",
  252. "@jupyterlab/help-extension": "",
  253. "@jupyterlab/htmlviewer-extension": "",
  254. "@jupyterlab/hub-extension": "",
  255. "@jupyterlab/imageviewer-extension": "",
  256. "@jupyterlab/inspector-extension": "",
  257. "@jupyterlab/launcher-extension": "",
  258. "@jupyterlab/logconsole-extension": "",
  259. "@jupyterlab/lsp-extension": "",
  260. "@jupyterlab/mainmenu-extension": "",
  261. "@jupyterlab/markdownviewer-extension": "",
  262. "@jupyterlab/markedparser-extension": "",
  263. "@jupyterlab/mathjax-extension": "",
  264. "@jupyterlab/mermaid-extension": "",
  265. "@jupyterlab/metadataform-extension": "",
  266. "@jupyterlab/notebook-extension": "",
  267. "@jupyterlab/pluginmanager-extension": "",
  268. "@jupyterlab/rendermime-extension": "",
  269. "@jupyterlab/running-extension": "",
  270. "@jupyterlab/services-extension": "",
  271. "@jupyterlab/settingeditor-extension": "",
  272. "@jupyterlab/shortcuts-extension": "",
  273. "@jupyterlab/statusbar-extension": "",
  274. "@jupyterlab/terminal-extension": "",
  275. "@jupyterlab/theme-dark-extension": "",
  276. "@jupyterlab/theme-dark-high-contrast-extension": "",
  277. "@jupyterlab/theme-light-extension": "",
  278. "@jupyterlab/toc-extension": "",
  279. "@jupyterlab/tooltip-extension": "",
  280. "@jupyterlab/translation-extension": "",
  281. "@jupyterlab/ui-components-extension": "",
  282. "@jupyterlab/video-extension": "",
  283. "@jupyterlab/workspaces-extension": ""
  284. },
  285. "mimeExtensions": {
  286. "@jupyterlab/javascript-extension": "",
  287. "@jupyterlab/json-extension": "",
  288. "@jupyterlab/mermaid-extension": "lib/mime.js",
  289. "@jupyterlab/pdf-extension": "",
  290. "@jupyterlab/vega5-extension": ""
  291. },
  292. "buildDir": "./build",
  293. "outputDir": "..",
  294. "singletonPackages": [
  295. "@codemirror/language",
  296. "@codemirror/state",
  297. "@codemirror/view",
  298. "@jupyter/react-components",
  299. "@jupyter/web-components",
  300. "@jupyter/ydoc",
  301. "@jupyterlab/application",
  302. "@jupyterlab/apputils",
  303. "@jupyterlab/cell-toolbar",
  304. "@jupyterlab/codeeditor",
  305. "@jupyterlab/codemirror",
  306. "@jupyterlab/completer",
  307. "@jupyterlab/console",
  308. "@jupyterlab/coreutils",
  309. "@jupyterlab/debugger",
  310. "@jupyterlab/docmanager",
  311. "@jupyterlab/documentsearch",
  312. "@jupyterlab/extensionmanager",
  313. "@jupyterlab/filebrowser",
  314. "@jupyterlab/fileeditor",
  315. "@jupyterlab/htmlviewer",
  316. "@jupyterlab/imageviewer",
  317. "@jupyterlab/inspector",
  318. "@jupyterlab/launcher",
  319. "@jupyterlab/logconsole",
  320. "@jupyterlab/lsp",
  321. "@jupyterlab/mainmenu",
  322. "@jupyterlab/markdownviewer",
  323. "@jupyterlab/mermaid",
  324. "@jupyterlab/metadataform",
  325. "@jupyterlab/notebook",
  326. "@jupyterlab/pluginmanager",
  327. "@jupyterlab/rendermime",
  328. "@jupyterlab/rendermime-interfaces",
  329. "@jupyterlab/services",
  330. "@jupyterlab/settingeditor",
  331. "@jupyterlab/settingregistry",
  332. "@jupyterlab/statedb",
  333. "@jupyterlab/statusbar",
  334. "@jupyterlab/terminal",
  335. "@jupyterlab/toc",
  336. "@jupyterlab/tooltip",
  337. "@jupyterlab/translation",
  338. "@jupyterlab/ui-components",
  339. "@jupyterlab/workspaces",
  340. "@lezer/common",
  341. "@lezer/highlight",
  342. "@lumino/algorithm",
  343. "@lumino/application",
  344. "@lumino/commands",
  345. "@lumino/coreutils",
  346. "@lumino/datagrid",
  347. "@lumino/disposable",
  348. "@lumino/domutils",
  349. "@lumino/dragdrop",
  350. "@lumino/keyboard",
  351. "@lumino/messaging",
  352. "@lumino/polling",
  353. "@lumino/properties",
  354. "@lumino/signaling",
  355. "@lumino/virtualdom",
  356. "@lumino/widgets",
  357. "@microsoft/fast-element",
  358. "@microsoft/fast-foundation",
  359. "react",
  360. "react-dom",
  361. "yjs"
  362. ],
  363. "linkedPackages": {},
  364. "staticDir": "../static"
  365. }
  366. }