package.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. {
  2. "name": "@jupyterlab/application-top",
  3. "license": "BSD-3-Clause",
  4. "version": "3.1.0-alpha.10",
  5. "private": true,
  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.1.0-alpha.10",
  20. "@jupyterlab/application-extension": "~3.1.0-alpha.10",
  21. "@jupyterlab/apputils": "~3.1.0-alpha.10",
  22. "@jupyterlab/apputils-extension": "~3.1.0-alpha.10",
  23. "@jupyterlab/attachments": "~3.1.0-alpha.10",
  24. "@jupyterlab/cells": "~3.1.0-alpha.10",
  25. "@jupyterlab/celltags": "~3.1.0-alpha.10",
  26. "@jupyterlab/celltags-extension": "~3.1.0-alpha.10",
  27. "@jupyterlab/codeeditor": "~3.1.0-alpha.10",
  28. "@jupyterlab/codemirror": "~3.1.0-alpha.10",
  29. "@jupyterlab/codemirror-extension": "~3.1.0-alpha.10",
  30. "@jupyterlab/completer": "~3.1.0-alpha.10",
  31. "@jupyterlab/completer-extension": "~3.1.0-alpha.10",
  32. "@jupyterlab/console": "~3.1.0-alpha.10",
  33. "@jupyterlab/console-extension": "~3.1.0-alpha.10",
  34. "@jupyterlab/coreutils": "~5.1.0-alpha.10",
  35. "@jupyterlab/csvviewer": "~3.1.0-alpha.10",
  36. "@jupyterlab/csvviewer-extension": "~3.1.0-alpha.10",
  37. "@jupyterlab/debugger": "~3.1.0-alpha.10",
  38. "@jupyterlab/debugger-extension": "~3.1.0-alpha.10",
  39. "@jupyterlab/docmanager": "~3.1.0-alpha.10",
  40. "@jupyterlab/docmanager-extension": "~3.1.0-alpha.10",
  41. "@jupyterlab/docprovider": "~3.1.0-alpha.10",
  42. "@jupyterlab/docprovider-extension": "~3.1.0-alpha.10",
  43. "@jupyterlab/docregistry": "~3.1.0-alpha.10",
  44. "@jupyterlab/documentsearch": "~3.1.0-alpha.10",
  45. "@jupyterlab/documentsearch-extension": "~3.1.0-alpha.10",
  46. "@jupyterlab/extensionmanager": "~3.1.0-alpha.10",
  47. "@jupyterlab/extensionmanager-extension": "~3.1.0-alpha.10",
  48. "@jupyterlab/filebrowser": "~3.1.0-alpha.10",
  49. "@jupyterlab/filebrowser-extension": "~3.1.0-alpha.10",
  50. "@jupyterlab/fileeditor": "~3.1.0-alpha.10",
  51. "@jupyterlab/fileeditor-extension": "~3.1.0-alpha.10",
  52. "@jupyterlab/help-extension": "~3.1.0-alpha.10",
  53. "@jupyterlab/htmlviewer": "~3.1.0-alpha.10",
  54. "@jupyterlab/htmlviewer-extension": "~3.1.0-alpha.10",
  55. "@jupyterlab/hub-extension": "~3.1.0-alpha.10",
  56. "@jupyterlab/imageviewer": "~3.1.0-alpha.10",
  57. "@jupyterlab/imageviewer-extension": "~3.1.0-alpha.10",
  58. "@jupyterlab/inspector": "~3.1.0-alpha.10",
  59. "@jupyterlab/inspector-extension": "~3.1.0-alpha.10",
  60. "@jupyterlab/javascript-extension": "~3.1.0-alpha.10",
  61. "@jupyterlab/json-extension": "~3.1.0-alpha.10",
  62. "@jupyterlab/launcher": "~3.1.0-alpha.10",
  63. "@jupyterlab/launcher-extension": "~3.1.0-alpha.10",
  64. "@jupyterlab/logconsole": "~3.1.0-alpha.10",
  65. "@jupyterlab/logconsole-extension": "~3.1.0-alpha.10",
  66. "@jupyterlab/mainmenu": "~3.1.0-alpha.10",
  67. "@jupyterlab/mainmenu-extension": "~3.1.0-alpha.10",
  68. "@jupyterlab/markdownviewer": "~3.1.0-alpha.10",
  69. "@jupyterlab/markdownviewer-extension": "~3.1.0-alpha.10",
  70. "@jupyterlab/mathjax2": "~3.1.0-alpha.10",
  71. "@jupyterlab/mathjax2-extension": "~3.1.0-alpha.10",
  72. "@jupyterlab/metapackage": "~3.1.0-alpha.10",
  73. "@jupyterlab/nbconvert-css": "~3.1.0-alpha.10",
  74. "@jupyterlab/nbformat": "~3.1.0-alpha.10",
  75. "@jupyterlab/notebook": "~3.1.0-alpha.10",
  76. "@jupyterlab/notebook-extension": "~3.1.0-alpha.10",
  77. "@jupyterlab/observables": "~4.1.0-alpha.10",
  78. "@jupyterlab/outputarea": "~3.1.0-alpha.10",
  79. "@jupyterlab/pdf-extension": "~3.1.0-alpha.10",
  80. "@jupyterlab/property-inspector": "~3.1.0-alpha.10",
  81. "@jupyterlab/rendermime": "~3.1.0-alpha.10",
  82. "@jupyterlab/rendermime-extension": "~3.1.0-alpha.10",
  83. "@jupyterlab/rendermime-interfaces": "~3.1.0-alpha.10",
  84. "@jupyterlab/running": "~3.1.0-alpha.10",
  85. "@jupyterlab/running-extension": "~3.1.0-alpha.10",
  86. "@jupyterlab/services": "~6.1.0-alpha.10",
  87. "@jupyterlab/settingeditor": "~3.1.0-alpha.10",
  88. "@jupyterlab/settingeditor-extension": "~3.1.0-alpha.10",
  89. "@jupyterlab/settingregistry": "~3.1.0-alpha.10",
  90. "@jupyterlab/shared-models": "~3.1.0-alpha.10",
  91. "@jupyterlab/shortcuts-extension": "~3.1.0-alpha.10",
  92. "@jupyterlab/statedb": "~3.1.0-alpha.10",
  93. "@jupyterlab/statusbar": "~3.1.0-alpha.10",
  94. "@jupyterlab/statusbar-extension": "~3.1.0-alpha.10",
  95. "@jupyterlab/terminal": "~3.1.0-alpha.10",
  96. "@jupyterlab/terminal-extension": "~3.1.0-alpha.10",
  97. "@jupyterlab/theme-dark-extension": "~3.1.0-alpha.10",
  98. "@jupyterlab/theme-light-extension": "~3.1.0-alpha.10",
  99. "@jupyterlab/toc": "~5.1.0-alpha.10",
  100. "@jupyterlab/toc-extension": "~5.1.0-alpha.10",
  101. "@jupyterlab/tooltip": "~3.1.0-alpha.10",
  102. "@jupyterlab/tooltip-extension": "~3.1.0-alpha.10",
  103. "@jupyterlab/translation": "~3.1.0-alpha.10",
  104. "@jupyterlab/translation-extension": "~3.1.0-alpha.10",
  105. "@jupyterlab/ui-components": "~3.1.0-alpha.10",
  106. "@jupyterlab/ui-components-extension": "~3.1.0-alpha.10",
  107. "@jupyterlab/vdom": "~3.1.0-alpha.10",
  108. "@jupyterlab/vdom-extension": "~3.1.0-alpha.10",
  109. "@jupyterlab/vega5-extension": "~3.1.0-alpha.10",
  110. "@lumino/algorithm": "^1.3.3",
  111. "@lumino/application": "^1.16.0",
  112. "@lumino/commands": "^1.12.0",
  113. "@lumino/coreutils": "^1.5.3",
  114. "@lumino/disposable": "^1.4.3",
  115. "@lumino/domutils": "^1.2.3",
  116. "@lumino/dragdrop": "^1.7.1",
  117. "@lumino/messaging": "^1.4.3",
  118. "@lumino/properties": "^1.2.3",
  119. "@lumino/signaling": "^1.4.3",
  120. "@lumino/virtualdom": "^1.8.0",
  121. "@lumino/widgets": "^1.19.0",
  122. "react": "^17.0.1",
  123. "react-dom": "^17.0.1"
  124. },
  125. "dependencies": {
  126. "@jupyterlab/application": "~3.1.0-alpha.10",
  127. "@jupyterlab/application-extension": "~3.1.0-alpha.10",
  128. "@jupyterlab/apputils-extension": "~3.1.0-alpha.10",
  129. "@jupyterlab/celltags-extension": "~3.1.0-alpha.10",
  130. "@jupyterlab/codemirror-extension": "~3.1.0-alpha.10",
  131. "@jupyterlab/completer-extension": "~3.1.0-alpha.10",
  132. "@jupyterlab/console-extension": "~3.1.0-alpha.10",
  133. "@jupyterlab/coreutils": "~5.1.0-alpha.10",
  134. "@jupyterlab/csvviewer-extension": "~3.1.0-alpha.10",
  135. "@jupyterlab/debugger-extension": "~3.1.0-alpha.10",
  136. "@jupyterlab/docmanager-extension": "~3.1.0-alpha.10",
  137. "@jupyterlab/docprovider-extension": "~3.1.0-alpha.10",
  138. "@jupyterlab/documentsearch-extension": "~3.1.0-alpha.10",
  139. "@jupyterlab/extensionmanager-extension": "~3.1.0-alpha.10",
  140. "@jupyterlab/filebrowser-extension": "~3.1.0-alpha.10",
  141. "@jupyterlab/fileeditor-extension": "~3.1.0-alpha.10",
  142. "@jupyterlab/help-extension": "~3.1.0-alpha.10",
  143. "@jupyterlab/htmlviewer-extension": "~3.1.0-alpha.10",
  144. "@jupyterlab/hub-extension": "~3.1.0-alpha.10",
  145. "@jupyterlab/imageviewer-extension": "~3.1.0-alpha.10",
  146. "@jupyterlab/inspector-extension": "~3.1.0-alpha.10",
  147. "@jupyterlab/javascript-extension": "~3.1.0-alpha.10",
  148. "@jupyterlab/json-extension": "~3.1.0-alpha.10",
  149. "@jupyterlab/launcher-extension": "~3.1.0-alpha.10",
  150. "@jupyterlab/logconsole-extension": "~3.1.0-alpha.10",
  151. "@jupyterlab/mainmenu-extension": "~3.1.0-alpha.10",
  152. "@jupyterlab/markdownviewer-extension": "~3.1.0-alpha.10",
  153. "@jupyterlab/mathjax2-extension": "~3.1.0-alpha.10",
  154. "@jupyterlab/notebook-extension": "~3.1.0-alpha.10",
  155. "@jupyterlab/pdf-extension": "~3.1.0-alpha.10",
  156. "@jupyterlab/rendermime-extension": "~3.1.0-alpha.10",
  157. "@jupyterlab/running-extension": "~3.1.0-alpha.10",
  158. "@jupyterlab/settingeditor-extension": "~3.1.0-alpha.10",
  159. "@jupyterlab/shortcuts-extension": "~3.1.0-alpha.10",
  160. "@jupyterlab/statusbar-extension": "~3.1.0-alpha.10",
  161. "@jupyterlab/terminal-extension": "~3.1.0-alpha.10",
  162. "@jupyterlab/theme-dark-extension": "~3.1.0-alpha.10",
  163. "@jupyterlab/theme-light-extension": "~3.1.0-alpha.10",
  164. "@jupyterlab/toc-extension": "~5.1.0-alpha.10",
  165. "@jupyterlab/tooltip-extension": "~3.1.0-alpha.10",
  166. "@jupyterlab/translation-extension": "~3.1.0-alpha.10",
  167. "@jupyterlab/ui-components-extension": "~3.1.0-alpha.10",
  168. "@jupyterlab/vdom-extension": "~3.1.0-alpha.10",
  169. "@jupyterlab/vega5-extension": "~3.1.0-alpha.10"
  170. },
  171. "devDependencies": {
  172. "@jupyterlab/builder": "^3.1.0-alpha.10",
  173. "@jupyterlab/buildutils": "^3.1.0-alpha.10",
  174. "chokidar": "^3.4.0",
  175. "css-loader": "^5.0.1",
  176. "duplicate-package-checker-webpack-plugin": "^3.0.0",
  177. "file-loader": "~6.0.0",
  178. "fs-extra": "^9.0.1",
  179. "glob": "~7.1.6",
  180. "handlebars": "^4.5.3",
  181. "html-loader": "~1.3.0",
  182. "html-webpack-plugin": "^5.0.0-beta.6",
  183. "license-webpack-plugin": "^2.3.14",
  184. "mini-css-extract-plugin": "~1.3.2",
  185. "raw-loader": "~4.0.0",
  186. "rimraf": "~3.0.0",
  187. "sort-package-json": "~1.44.0",
  188. "source-map-loader": "~1.0.2",
  189. "style-loader": "~2.0.0",
  190. "svg-url-loader": "~6.0.0",
  191. "terser-webpack-plugin": "^4.1.0",
  192. "url-loader": "~4.1.0",
  193. "webpack": "^5.3.1",
  194. "webpack-bundle-analyzer": "^3.6.0",
  195. "webpack-cli": "^4.1.0",
  196. "webpack-merge": "^5.1.2",
  197. "whatwg-fetch": "^3.0.0",
  198. "worker-loader": "^3.0.2",
  199. "yarn-deduplicate": "^2.1.1"
  200. },
  201. "engines": {
  202. "node": ">=12.0.0"
  203. },
  204. "jupyterlab": {
  205. "name": "JupyterLab",
  206. "version": "3.1.0a10",
  207. "extensions": {
  208. "@jupyterlab/application-extension": "",
  209. "@jupyterlab/apputils-extension": "",
  210. "@jupyterlab/celltags-extension": "",
  211. "@jupyterlab/codemirror-extension": "",
  212. "@jupyterlab/completer-extension": "",
  213. "@jupyterlab/console-extension": "",
  214. "@jupyterlab/csvviewer-extension": "",
  215. "@jupyterlab/debugger-extension": "",
  216. "@jupyterlab/docmanager-extension": "",
  217. "@jupyterlab/docprovider-extension": "",
  218. "@jupyterlab/documentsearch-extension": "",
  219. "@jupyterlab/extensionmanager-extension": "",
  220. "@jupyterlab/filebrowser-extension": "",
  221. "@jupyterlab/fileeditor-extension": "",
  222. "@jupyterlab/help-extension": "",
  223. "@jupyterlab/htmlviewer-extension": "",
  224. "@jupyterlab/hub-extension": "",
  225. "@jupyterlab/imageviewer-extension": "",
  226. "@jupyterlab/inspector-extension": "",
  227. "@jupyterlab/launcher-extension": "",
  228. "@jupyterlab/logconsole-extension": "",
  229. "@jupyterlab/mainmenu-extension": "",
  230. "@jupyterlab/markdownviewer-extension": "",
  231. "@jupyterlab/mathjax2-extension": "",
  232. "@jupyterlab/notebook-extension": "",
  233. "@jupyterlab/rendermime-extension": "",
  234. "@jupyterlab/running-extension": "",
  235. "@jupyterlab/settingeditor-extension": "",
  236. "@jupyterlab/shortcuts-extension": "",
  237. "@jupyterlab/statusbar-extension": "",
  238. "@jupyterlab/terminal-extension": "",
  239. "@jupyterlab/theme-dark-extension": "",
  240. "@jupyterlab/theme-light-extension": "",
  241. "@jupyterlab/toc-extension": "",
  242. "@jupyterlab/tooltip-extension": "",
  243. "@jupyterlab/translation-extension": "",
  244. "@jupyterlab/ui-components-extension": "",
  245. "@jupyterlab/vdom-extension": ""
  246. },
  247. "mimeExtensions": {
  248. "@jupyterlab/javascript-extension": "",
  249. "@jupyterlab/json-extension": "",
  250. "@jupyterlab/pdf-extension": "",
  251. "@jupyterlab/vega5-extension": ""
  252. },
  253. "externalExtensions": {},
  254. "buildDir": "./build",
  255. "outputDir": "..",
  256. "singletonPackages": [
  257. "@jupyterlab/application",
  258. "@jupyterlab/apputils",
  259. "@jupyterlab/codeeditor",
  260. "@jupyterlab/codemirror",
  261. "@jupyterlab/completer",
  262. "@jupyterlab/console",
  263. "@jupyterlab/coreutils",
  264. "@jupyterlab/debugger",
  265. "@jupyterlab/docmanager",
  266. "@jupyterlab/docprovider",
  267. "@jupyterlab/documentsearch",
  268. "@jupyterlab/extensionmanager",
  269. "@jupyterlab/filebrowser",
  270. "@jupyterlab/fileeditor",
  271. "@jupyterlab/imageviewer",
  272. "@jupyterlab/inspector",
  273. "@jupyterlab/launcher",
  274. "@jupyterlab/logconsole",
  275. "@jupyterlab/mainmenu",
  276. "@jupyterlab/markdownviewer",
  277. "@jupyterlab/notebook",
  278. "@jupyterlab/rendermime",
  279. "@jupyterlab/rendermime-interfaces",
  280. "@jupyterlab/services",
  281. "@jupyterlab/settingeditor",
  282. "@jupyterlab/settingregistry",
  283. "@jupyterlab/shared-models",
  284. "@jupyterlab/statedb",
  285. "@jupyterlab/statusbar",
  286. "@jupyterlab/terminal",
  287. "@jupyterlab/tooltip",
  288. "@jupyterlab/translation",
  289. "@jupyterlab/ui-components",
  290. "@lumino/algorithm",
  291. "@lumino/application",
  292. "@lumino/commands",
  293. "@lumino/coreutils",
  294. "@lumino/disposable",
  295. "@lumino/domutils",
  296. "@lumino/dragdrop",
  297. "@lumino/messaging",
  298. "@lumino/properties",
  299. "@lumino/signaling",
  300. "@lumino/virtualdom",
  301. "@lumino/widgets",
  302. "react",
  303. "react-dom"
  304. ],
  305. "linkedPackages": {},
  306. "staticDir": "../static"
  307. }
  308. }