package.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. {
  2. "name": "@jupyterlab/example-federated-core",
  3. "version": "2.1.1-alpha.11",
  4. "private": true,
  5. "scripts": {
  6. "build": "npm run clean && webpack",
  7. "clean": "rimraf build",
  8. "watch": "npm run clean && webpack --watch"
  9. },
  10. "dependencies": {
  11. "@jupyterlab/application": "^3.0.0-alpha.11",
  12. "@jupyterlab/application-extension": "^3.0.0-alpha.11",
  13. "@jupyterlab/apputils-extension": "^3.0.0-alpha.11",
  14. "@jupyterlab/celltags-extension": "^3.0.0-alpha.11",
  15. "@jupyterlab/codemirror-extension": "^3.0.0-alpha.11",
  16. "@jupyterlab/completer-extension": "^3.0.0-alpha.11",
  17. "@jupyterlab/console-extension": "^3.0.0-alpha.11",
  18. "@jupyterlab/coreutils": "^5.0.0-alpha.11",
  19. "@jupyterlab/csvviewer-extension": "^3.0.0-alpha.11",
  20. "@jupyterlab/docmanager-extension": "^3.0.0-alpha.11",
  21. "@jupyterlab/documentsearch-extension": "^3.0.0-alpha.11",
  22. "@jupyterlab/extensionmanager-extension": "^3.0.0-alpha.11",
  23. "@jupyterlab/filebrowser-extension": "^3.0.0-alpha.11",
  24. "@jupyterlab/fileeditor-extension": "^3.0.0-alpha.11",
  25. "@jupyterlab/help-extension": "^3.0.0-alpha.11",
  26. "@jupyterlab/htmlviewer-extension": "^3.0.0-alpha.11",
  27. "@jupyterlab/hub-extension": "^3.0.0-alpha.11",
  28. "@jupyterlab/imageviewer-extension": "^3.0.0-alpha.11",
  29. "@jupyterlab/inspector-extension": "^3.0.0-alpha.11",
  30. "@jupyterlab/javascript-extension": "^3.0.0-alpha.11",
  31. "@jupyterlab/json-extension": "^3.0.0-alpha.11",
  32. "@jupyterlab/launcher-extension": "^3.0.0-alpha.11",
  33. "@jupyterlab/logconsole-extension": "^3.0.0-alpha.11",
  34. "@jupyterlab/mainmenu-extension": "^3.0.0-alpha.11",
  35. "@jupyterlab/mathjax2-extension": "^3.0.0-alpha.11",
  36. "@jupyterlab/notebook-extension": "^3.0.0-alpha.11",
  37. "@jupyterlab/pdf-extension": "^3.0.0-alpha.11",
  38. "@jupyterlab/rendermime-extension": "^3.0.0-alpha.11",
  39. "@jupyterlab/running-extension": "^3.0.0-alpha.11",
  40. "@jupyterlab/settingeditor-extension": "^3.0.0-alpha.11",
  41. "@jupyterlab/shortcuts-extension": "^3.0.0-alpha.11",
  42. "@jupyterlab/statusbar-extension": "^3.0.0-alpha.11",
  43. "@jupyterlab/tabmanager-extension": "^3.0.0-alpha.11",
  44. "@jupyterlab/terminal-extension": "^3.0.0-alpha.11",
  45. "@jupyterlab/theme-light-extension": "^3.0.0-alpha.11",
  46. "@jupyterlab/toc-extension": "^5.0.0-alpha.11",
  47. "@jupyterlab/tooltip-extension": "^3.0.0-alpha.11",
  48. "@jupyterlab/translation": "^3.0.0-alpha.11",
  49. "@jupyterlab/translation-extension": "^3.0.0-alpha.11",
  50. "@jupyterlab/ui-components-extension": "^3.0.0-alpha.11",
  51. "@jupyterlab/vdom-extension": "^3.0.0-alpha.11",
  52. "@jupyterlab/vega5-extension": "^3.0.0-alpha.11"
  53. },
  54. "devDependencies": {
  55. "@jupyterlab/buildutils": "^3.0.0-alpha.11",
  56. "copy-webpack-plugin": "^6.0.1",
  57. "css-loader": "~3.2.0",
  58. "file-loader": "~5.0.2",
  59. "fs-extra": "^8.1.0",
  60. "glob": "~7.1.6",
  61. "handlebars": "^4.5.3",
  62. "mini-css-extract-plugin": "~0.10.0",
  63. "raw-loader": "~4.0.0",
  64. "read-package-tree": "^5.3.1",
  65. "rimraf": "~3.0.0",
  66. "style-loader": "~1.0.1",
  67. "svg-url-loader": "~3.0.3",
  68. "to-string-loader": "^1.1.6",
  69. "url-loader": "~3.0.0",
  70. "watch": "~1.0.2",
  71. "webpack": "~5.0.0-beta.26",
  72. "webpack-cli": "^3.3.10",
  73. "webpack-merge": "^5.1.1",
  74. "whatwg-fetch": "^3.0.0"
  75. },
  76. "resolutions": {
  77. "@jupyterlab/application": "~3.0.0-alpha.11",
  78. "@jupyterlab/application-extension": "~3.0.0-alpha.11",
  79. "@jupyterlab/apputils": "~3.0.0-alpha.11",
  80. "@jupyterlab/apputils-extension": "~3.0.0-alpha.11",
  81. "@jupyterlab/attachments": "~3.0.0-alpha.11",
  82. "@jupyterlab/cells": "~3.0.0-alpha.11",
  83. "@jupyterlab/celltags": "~3.0.0-alpha.11",
  84. "@jupyterlab/celltags-extension": "~3.0.0-alpha.11",
  85. "@jupyterlab/codeeditor": "~3.0.0-alpha.11",
  86. "@jupyterlab/codemirror": "~3.0.0-alpha.11",
  87. "@jupyterlab/codemirror-extension": "~3.0.0-alpha.11",
  88. "@jupyterlab/completer": "~3.0.0-alpha.11",
  89. "@jupyterlab/completer-extension": "~3.0.0-alpha.11",
  90. "@jupyterlab/console": "~3.0.0-alpha.11",
  91. "@jupyterlab/console-extension": "~3.0.0-alpha.11",
  92. "@jupyterlab/coreutils": "~5.0.0-alpha.11",
  93. "@jupyterlab/csvviewer": "~3.0.0-alpha.11",
  94. "@jupyterlab/csvviewer-extension": "~3.0.0-alpha.11",
  95. "@jupyterlab/debugger": "~3.0.0-alpha.11",
  96. "@jupyterlab/debugger-extension": "~3.0.0-alpha.11",
  97. "@jupyterlab/docmanager": "~3.0.0-alpha.11",
  98. "@jupyterlab/docmanager-extension": "~3.0.0-alpha.11",
  99. "@jupyterlab/docregistry": "~3.0.0-alpha.11",
  100. "@jupyterlab/documentsearch": "~3.0.0-alpha.11",
  101. "@jupyterlab/documentsearch-extension": "~3.0.0-alpha.11",
  102. "@jupyterlab/extensionmanager": "^3.0.0-alpha.11",
  103. "@jupyterlab/extensionmanager-extension": "~3.0.0-alpha.11",
  104. "@jupyterlab/filebrowser": "~3.0.0-alpha.11",
  105. "@jupyterlab/filebrowser-extension": "~3.0.0-alpha.11",
  106. "@jupyterlab/fileeditor": "~3.0.0-alpha.11",
  107. "@jupyterlab/fileeditor-extension": "~3.0.0-alpha.11",
  108. "@jupyterlab/help-extension": "~3.0.0-alpha.11",
  109. "@jupyterlab/htmlviewer": "~3.0.0-alpha.11",
  110. "@jupyterlab/htmlviewer-extension": "~3.0.0-alpha.11",
  111. "@jupyterlab/hub-extension": "~3.0.0-alpha.11",
  112. "@jupyterlab/imageviewer": "~3.0.0-alpha.11",
  113. "@jupyterlab/imageviewer-extension": "~3.0.0-alpha.11",
  114. "@jupyterlab/inspector": "~3.0.0-alpha.11",
  115. "@jupyterlab/inspector-extension": "~3.0.0-alpha.11",
  116. "@jupyterlab/javascript-extension": "~3.0.0-alpha.11",
  117. "@jupyterlab/json-extension": "~3.0.0-alpha.11",
  118. "@jupyterlab/launcher": "~3.0.0-alpha.11",
  119. "@jupyterlab/launcher-extension": "~3.0.0-alpha.11",
  120. "@jupyterlab/logconsole": "~3.0.0-alpha.11",
  121. "@jupyterlab/logconsole-extension": "~3.0.0-alpha.11",
  122. "@jupyterlab/mainmenu": "~3.0.0-alpha.11",
  123. "@jupyterlab/mainmenu-extension": "~3.0.0-alpha.11",
  124. "@jupyterlab/markdownviewer": "~3.0.0-alpha.11",
  125. "@jupyterlab/markdownviewer-extension": "~3.0.0-alpha.11",
  126. "@jupyterlab/mathjax2": "~3.0.0-alpha.11",
  127. "@jupyterlab/mathjax2-extension": "~3.0.0-alpha.11",
  128. "@jupyterlab/metapackage": "~3.0.0-alpha.11",
  129. "@jupyterlab/nbconvert-css": "~3.0.0-alpha.11",
  130. "@jupyterlab/nbformat": "~3.0.0-alpha.11",
  131. "@jupyterlab/notebook": "~3.0.0-alpha.11",
  132. "@jupyterlab/notebook-extension": "~3.0.0-alpha.11",
  133. "@jupyterlab/observables": "~4.0.0-alpha.11",
  134. "@jupyterlab/outputarea": "~3.0.0-alpha.11",
  135. "@jupyterlab/pdf-extension": "~3.0.0-alpha.11",
  136. "@jupyterlab/property-inspector": "~3.0.0-alpha.11",
  137. "@jupyterlab/rendermime": "~3.0.0-alpha.11",
  138. "@jupyterlab/rendermime-extension": "~3.0.0-alpha.11",
  139. "@jupyterlab/rendermime-interfaces": "~3.0.0-alpha.11",
  140. "@jupyterlab/running": "~3.0.0-alpha.11",
  141. "@jupyterlab/running-extension": "~3.0.0-alpha.11",
  142. "@jupyterlab/services": "~6.0.0-alpha.11",
  143. "@jupyterlab/settingeditor": "~3.0.0-alpha.11",
  144. "@jupyterlab/settingeditor-extension": "~3.0.0-alpha.11",
  145. "@jupyterlab/settingregistry": "~3.0.0-alpha.11",
  146. "@jupyterlab/shortcuts-extension": "~3.0.0-alpha.11",
  147. "@jupyterlab/statedb": "~3.0.0-alpha.11",
  148. "@jupyterlab/statusbar": "~3.0.0-alpha.11",
  149. "@jupyterlab/statusbar-extension": "~3.0.0-alpha.11",
  150. "@jupyterlab/tabmanager-extension": "~3.0.0-alpha.11",
  151. "@jupyterlab/terminal": "~3.0.0-alpha.11",
  152. "@jupyterlab/terminal-extension": "~3.0.0-alpha.11",
  153. "@jupyterlab/theme-dark-extension": "~3.0.0-alpha.11",
  154. "@jupyterlab/theme-light-extension": "~3.0.0-alpha.11",
  155. "@jupyterlab/toc": "~5.0.0-alpha.11",
  156. "@jupyterlab/toc-extension": "~5.0.0-alpha.11",
  157. "@jupyterlab/tooltip": "~3.0.0-alpha.11",
  158. "@jupyterlab/tooltip-extension": "~3.0.0-alpha.11",
  159. "@jupyterlab/translation": "~3.0.0-alpha.11",
  160. "@jupyterlab/translation-extension": "~3.0.0-alpha.11",
  161. "@jupyterlab/ui-components": "~3.0.0-alpha.11",
  162. "@jupyterlab/ui-components-extension": "~3.0.0-alpha.11",
  163. "@jupyterlab/vdom": "~3.0.0-alpha.11",
  164. "@jupyterlab/vdom-extension": "~3.0.0-alpha.11",
  165. "@jupyterlab/vega5-extension": "~3.0.0-alpha.11",
  166. "@lumino/algorithm": "^1.2.3",
  167. "@lumino/application": "^1.8.4",
  168. "@lumino/commands": "^1.10.1",
  169. "@lumino/coreutils": "^1.4.3",
  170. "@lumino/disposable": "^1.3.5",
  171. "@lumino/domutils": "^1.1.7",
  172. "@lumino/dragdrop": "^1.5.1",
  173. "@lumino/messaging": "^1.3.3",
  174. "@lumino/properties": "^1.1.6",
  175. "@lumino/signaling": "^1.3.5",
  176. "@lumino/virtualdom": "^1.6.1",
  177. "@lumino/widgets": "^1.11.1",
  178. "react": "~16.9.0",
  179. "react-dom": "~16.9.0"
  180. },
  181. "jupyterlab": {
  182. "singletonPackages": [
  183. "@jupyterlab/application",
  184. "@jupyterlab/apputils",
  185. "@jupyterlab/codeeditor",
  186. "@jupyterlab/completer",
  187. "@jupyterlab/console",
  188. "@jupyterlab/coreutils",
  189. "@jupyterlab/debugger",
  190. "@jupyterlab/docmanager",
  191. "@jupyterlab/documentsearch",
  192. "@jupyterlab/extensionmanager",
  193. "@jupyterlab/filebrowser",
  194. "@jupyterlab/fileeditor",
  195. "@jupyterlab/imageviewer",
  196. "@jupyterlab/inspector",
  197. "@jupyterlab/launcher",
  198. "@jupyterlab/logconsole",
  199. "@jupyterlab/mainmenu",
  200. "@jupyterlab/notebook",
  201. "@jupyterlab/rendermime",
  202. "@jupyterlab/rendermime-interfaces",
  203. "@jupyterlab/services",
  204. "@jupyterlab/settingeditor",
  205. "@jupyterlab/settingregistry",
  206. "@jupyterlab/statedb",
  207. "@jupyterlab/statusbar",
  208. "@jupyterlab/terminal",
  209. "@jupyterlab/tooltip",
  210. "@jupyterlab/ui-components",
  211. "@lumino/algorithm",
  212. "@lumino/application",
  213. "@lumino/commands",
  214. "@lumino/coreutils",
  215. "@lumino/disposable",
  216. "@lumino/domutils",
  217. "@lumino/dragdrop",
  218. "@lumino/messaging",
  219. "@lumino/properties",
  220. "@lumino/signaling",
  221. "@lumino/virtualdom",
  222. "@lumino/widgets",
  223. "react",
  224. "react-dom"
  225. ],
  226. "extensions": {
  227. "@jupyterlab/application-extension": "",
  228. "@jupyterlab/apputils-extension": "",
  229. "@jupyterlab/celltags-extension": "",
  230. "@jupyterlab/codemirror-extension": "",
  231. "@jupyterlab/completer-extension": "",
  232. "@jupyterlab/console-extension": "",
  233. "@jupyterlab/csvviewer-extension": "",
  234. "@jupyterlab/docmanager-extension": "",
  235. "@jupyterlab/documentsearch-extension": "",
  236. "@jupyterlab/extensionmanager-extension": "",
  237. "@jupyterlab/filebrowser-extension": "",
  238. "@jupyterlab/fileeditor-extension": "",
  239. "@jupyterlab/help-extension": "",
  240. "@jupyterlab/htmlviewer-extension": "",
  241. "@jupyterlab/hub-extension": "",
  242. "@jupyterlab/imageviewer-extension": "",
  243. "@jupyterlab/inspector-extension": "",
  244. "@jupyterlab/launcher-extension": "",
  245. "@jupyterlab/logconsole-extension": "",
  246. "@jupyterlab/mainmenu-extension": "",
  247. "@jupyterlab/mathjax2-extension": "",
  248. "@jupyterlab/notebook-extension": "",
  249. "@jupyterlab/rendermime-extension": "",
  250. "@jupyterlab/running-extension": "",
  251. "@jupyterlab/settingeditor-extension": "",
  252. "@jupyterlab/shortcuts-extension": "",
  253. "@jupyterlab/statusbar-extension": "",
  254. "@jupyterlab/tabmanager-extension": "",
  255. "@jupyterlab/terminal-extension": "",
  256. "@jupyterlab/theme-light-extension": "",
  257. "@jupyterlab/tooltip-extension": "",
  258. "@jupyterlab/translation-extension": "",
  259. "@jupyterlab/ui-components-extension": "",
  260. "@jupyterlab/vdom-extension": ""
  261. },
  262. "mimeExtensions": {
  263. "@jupyterlab/javascript-extension": "",
  264. "@jupyterlab/json-extension": "",
  265. "@jupyterlab/pdf-extension": "",
  266. "@jupyterlab/vega5-extension": ""
  267. },
  268. "externalExtensions": {}
  269. }
  270. }