package.json 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. {
  2. "name": "@jupyterlab/application-top",
  3. "version": "0.13.0",
  4. "private": true,
  5. "scripts": {
  6. "build": "webpack",
  7. "build:prod": "webpack --define process.env.NODE_ENV=\"'production'\" --devtool source-map",
  8. "clean": "rimraf build",
  9. "prepublishOnly": "npm run build",
  10. "watch": "webpack --watch"
  11. },
  12. "dependencies": {
  13. "@jupyterlab/application": "^0.13.0",
  14. "@jupyterlab/application-extension": "^0.13.0",
  15. "@jupyterlab/apputils": "^0.13.0",
  16. "@jupyterlab/apputils-extension": "^0.13.0",
  17. "@jupyterlab/cells": "^0.13.0",
  18. "@jupyterlab/codeeditor": "^0.13.0",
  19. "@jupyterlab/codemirror": "^0.13.0",
  20. "@jupyterlab/codemirror-extension": "^0.13.0",
  21. "@jupyterlab/completer": "^0.13.0",
  22. "@jupyterlab/completer-extension": "^0.13.0",
  23. "@jupyterlab/console": "^0.13.0",
  24. "@jupyterlab/console-extension": "^0.13.0",
  25. "@jupyterlab/coreutils": "^0.13.0",
  26. "@jupyterlab/csvviewer": "^0.13.0",
  27. "@jupyterlab/csvviewer-extension": "^0.13.0",
  28. "@jupyterlab/docmanager": "^0.13.0",
  29. "@jupyterlab/docmanager-extension": "^0.13.0",
  30. "@jupyterlab/docregistry": "^0.13.0",
  31. "@jupyterlab/faq-extension": "^0.13.0",
  32. "@jupyterlab/filebrowser": "^0.13.0",
  33. "@jupyterlab/filebrowser-extension": "^0.13.0",
  34. "@jupyterlab/fileeditor": "^0.13.0",
  35. "@jupyterlab/fileeditor-extension": "^0.13.0",
  36. "@jupyterlab/help-extension": "^0.13.0",
  37. "@jupyterlab/imageviewer": "^0.13.0",
  38. "@jupyterlab/imageviewer-extension": "^0.13.0",
  39. "@jupyterlab/inspector": "^0.13.0",
  40. "@jupyterlab/inspector-extension": "^0.13.0",
  41. "@jupyterlab/json-extension": "^0.13.0",
  42. "@jupyterlab/launcher": "^0.13.0",
  43. "@jupyterlab/launcher-extension": "^0.13.0",
  44. "@jupyterlab/mainmenu": "^0.2.0",
  45. "@jupyterlab/mainmenu-extension": "^0.2.0",
  46. "@jupyterlab/markdownviewer-extension": "^0.13.0",
  47. "@jupyterlab/notebook": "^0.13.0",
  48. "@jupyterlab/notebook-extension": "^0.13.0",
  49. "@jupyterlab/observables": "^0.2.0",
  50. "@jupyterlab/outputarea": "^0.13.0",
  51. "@jupyterlab/pdf-extension": "^0.5.0",
  52. "@jupyterlab/rendermime": "^0.13.0",
  53. "@jupyterlab/rendermime-interfaces": "^0.4.3",
  54. "@jupyterlab/running": "^0.13.0",
  55. "@jupyterlab/running-extension": "^0.13.0",
  56. "@jupyterlab/services": "^0.52.0",
  57. "@jupyterlab/settingeditor": "^0.2.0",
  58. "@jupyterlab/settingeditor-extension": "^0.8.0",
  59. "@jupyterlab/shortcuts-extension": "^0.13.0",
  60. "@jupyterlab/tabmanager-extension": "^0.13.0",
  61. "@jupyterlab/terminal": "^0.13.0",
  62. "@jupyterlab/terminal-extension": "^0.13.0",
  63. "@jupyterlab/theme-dark-extension": "^0.13.0",
  64. "@jupyterlab/theme-light-extension": "^0.13.0",
  65. "@jupyterlab/tooltip": "^0.13.0",
  66. "@jupyterlab/tooltip-extension": "^0.13.0",
  67. "@jupyterlab/vdom-extension": "^0.13.0",
  68. "@jupyterlab/vega2-extension": "^0.13.0",
  69. "@phosphor/coreutils": "^1.3.0",
  70. "@phosphor/widgets": "^1.5.0"
  71. },
  72. "devDependencies": {
  73. "@jupyterlab/buildutils": "^0.3.0",
  74. "css-loader": "~0.28.7",
  75. "file-loader": "~0.10.1",
  76. "fs-extra": "~4.0.2",
  77. "glob": "~7.1.2",
  78. "handlebars": "~4.0.11",
  79. "json-loader": "~0.5.7",
  80. "raw-loader": "~0.5.1",
  81. "rimraf": "~2.6.2",
  82. "sort-package-json": "~1.7.1",
  83. "source-map-loader": "~0.2.1",
  84. "style-loader": "~0.13.2",
  85. "url-loader": "~0.5.9",
  86. "webpack": "~2.7.0"
  87. },
  88. "jupyterlab": {
  89. "extensions": {
  90. "@jupyterlab/application-extension": "",
  91. "@jupyterlab/apputils-extension": "",
  92. "@jupyterlab/codemirror-extension": "",
  93. "@jupyterlab/completer-extension": "",
  94. "@jupyterlab/console-extension": "",
  95. "@jupyterlab/csvviewer-extension": "",
  96. "@jupyterlab/docmanager-extension": "",
  97. "@jupyterlab/faq-extension": "",
  98. "@jupyterlab/filebrowser-extension": "",
  99. "@jupyterlab/fileeditor-extension": "",
  100. "@jupyterlab/help-extension": "",
  101. "@jupyterlab/imageviewer-extension": "",
  102. "@jupyterlab/inspector-extension": "",
  103. "@jupyterlab/launcher-extension": "",
  104. "@jupyterlab/mainmenu-extension": "",
  105. "@jupyterlab/markdownviewer-extension": "",
  106. "@jupyterlab/notebook-extension": "",
  107. "@jupyterlab/running-extension": "",
  108. "@jupyterlab/settingeditor-extension": "",
  109. "@jupyterlab/shortcuts-extension": "",
  110. "@jupyterlab/tabmanager-extension": "",
  111. "@jupyterlab/terminal-extension": "",
  112. "@jupyterlab/theme-dark-extension": "",
  113. "@jupyterlab/theme-light-extension": "",
  114. "@jupyterlab/tooltip-extension": ""
  115. },
  116. "mimeExtensions": {
  117. "@jupyterlab/json-extension": "",
  118. "@jupyterlab/pdf-extension": "",
  119. "@jupyterlab/vdom-extension": "",
  120. "@jupyterlab/vega2-extension": ""
  121. },
  122. "name": "JupyterLab",
  123. "outputDir": ".",
  124. "singletonPackages": [
  125. "@jupyterlab/application",
  126. "@jupyterlab/apputils",
  127. "@jupyterlab/console",
  128. "@jupyterlab/coreutils",
  129. "@jupyterlab/docmanager",
  130. "@jupyterlab/filebrowser",
  131. "@jupyterlab/fileeditor",
  132. "@jupyterlab/imageviewer",
  133. "@jupyterlab/launcher",
  134. "@jupyterlab/notebook",
  135. "@jupyterlab/rendermime",
  136. "@jupyterlab/rendermime-interfaces",
  137. "@jupyterlab/services",
  138. "@jupyterlab/terminal",
  139. "@jupyterlab/tooltip",
  140. "@phosphor/coreutils",
  141. "@phosphor/widgets"
  142. ],
  143. "version": "0.30.0.dev0",
  144. "linkedPackages": {
  145. "@jupyterlab/application": "../packages/application",
  146. "@jupyterlab/application-extension": "../packages/application-extension",
  147. "@jupyterlab/apputils": "../packages/apputils",
  148. "@jupyterlab/apputils-extension": "../packages/apputils-extension",
  149. "@jupyterlab/cells": "../packages/cells",
  150. "@jupyterlab/codeeditor": "../packages/codeeditor",
  151. "@jupyterlab/codemirror": "../packages/codemirror",
  152. "@jupyterlab/codemirror-extension": "../packages/codemirror-extension",
  153. "@jupyterlab/completer": "../packages/completer",
  154. "@jupyterlab/completer-extension": "../packages/completer-extension",
  155. "@jupyterlab/console": "../packages/console",
  156. "@jupyterlab/console-extension": "../packages/console-extension",
  157. "@jupyterlab/coreutils": "../packages/coreutils",
  158. "@jupyterlab/csvviewer": "../packages/csvviewer",
  159. "@jupyterlab/csvviewer-extension": "../packages/csvviewer-extension",
  160. "@jupyterlab/docmanager": "../packages/docmanager",
  161. "@jupyterlab/docmanager-extension": "../packages/docmanager-extension",
  162. "@jupyterlab/docregistry": "../packages/docregistry",
  163. "@jupyterlab/faq-extension": "../packages/faq-extension",
  164. "@jupyterlab/filebrowser": "../packages/filebrowser",
  165. "@jupyterlab/filebrowser-extension": "../packages/filebrowser-extension",
  166. "@jupyterlab/fileeditor": "../packages/fileeditor",
  167. "@jupyterlab/fileeditor-extension": "../packages/fileeditor-extension",
  168. "@jupyterlab/help-extension": "../packages/help-extension",
  169. "@jupyterlab/imageviewer": "../packages/imageviewer",
  170. "@jupyterlab/imageviewer-extension": "../packages/imageviewer-extension",
  171. "@jupyterlab/inspector": "../packages/inspector",
  172. "@jupyterlab/inspector-extension": "../packages/inspector-extension",
  173. "@jupyterlab/json-extension": "../packages/json-extension",
  174. "@jupyterlab/launcher": "../packages/launcher",
  175. "@jupyterlab/launcher-extension": "../packages/launcher-extension",
  176. "@jupyterlab/mainmenu": "../packages/mainmenu",
  177. "@jupyterlab/mainmenu-extension": "../packages/mainmenu-extension",
  178. "@jupyterlab/markdownviewer-extension": "../packages/markdownviewer-extension",
  179. "@jupyterlab/notebook": "../packages/notebook",
  180. "@jupyterlab/notebook-extension": "../packages/notebook-extension",
  181. "@jupyterlab/observables": "../packages/observables",
  182. "@jupyterlab/outputarea": "../packages/outputarea",
  183. "@jupyterlab/pdf-extension": "../packages/pdf-extension",
  184. "@jupyterlab/rendermime": "../packages/rendermime",
  185. "@jupyterlab/rendermime-interfaces": "../packages/rendermime-interfaces",
  186. "@jupyterlab/running": "../packages/running",
  187. "@jupyterlab/running-extension": "../packages/running-extension",
  188. "@jupyterlab/services": "../packages/services",
  189. "@jupyterlab/settingeditor": "../packages/settingeditor",
  190. "@jupyterlab/settingeditor-extension": "../packages/settingeditor-extension",
  191. "@jupyterlab/shortcuts-extension": "../packages/shortcuts-extension",
  192. "@jupyterlab/tabmanager-extension": "../packages/tabmanager-extension",
  193. "@jupyterlab/terminal": "../packages/terminal",
  194. "@jupyterlab/terminal-extension": "../packages/terminal-extension",
  195. "@jupyterlab/theme-dark-extension": "../packages/theme-dark-extension",
  196. "@jupyterlab/theme-light-extension": "../packages/theme-light-extension",
  197. "@jupyterlab/tooltip": "../packages/tooltip",
  198. "@jupyterlab/tooltip-extension": "../packages/tooltip-extension",
  199. "@jupyterlab/vdom-extension": "../packages/vdom-extension",
  200. "@jupyterlab/vega2-extension": "../packages/vega2-extension"
  201. }
  202. }
  203. }