package.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "name": "@jupyterlab/metapackage",
  3. "version": "3.3.0-alpha.15",
  4. "description": "JupyterLab - Meta Package. All of the packages used by the core JupyterLab application",
  5. "homepage": "https://github.com/jupyterlab/jupyterlab",
  6. "bugs": {
  7. "url": "https://github.com/jupyterlab/jupyterlab/issues"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/jupyterlab/jupyterlab.git"
  12. },
  13. "license": "BSD-3-Clause",
  14. "author": "Project Jupyter",
  15. "sideEffects": false,
  16. "main": "lib/index.js",
  17. "types": "lib/index.d.ts",
  18. "directories": {
  19. "lib": "lib/"
  20. },
  21. "files": [
  22. "lib/*.d.ts",
  23. "lib/*.js.map",
  24. "lib/*.js"
  25. ],
  26. "scripts": {
  27. "build": "tsc -b",
  28. "build:all": "npm run build",
  29. "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
  30. "docs": "node build-doc-index.js",
  31. "watch": "tsc -b --watch"
  32. },
  33. "dependencies": {
  34. "@jupyterlab/application": "^3.3.0-alpha.15",
  35. "@jupyterlab/application-extension": "^3.3.0-alpha.15",
  36. "@jupyterlab/apputils": "^3.3.0-alpha.15",
  37. "@jupyterlab/apputils-extension": "^3.3.0-alpha.15",
  38. "@jupyterlab/attachments": "^3.3.0-alpha.15",
  39. "@jupyterlab/cells": "^3.3.0-alpha.15",
  40. "@jupyterlab/celltags": "^3.3.0-alpha.15",
  41. "@jupyterlab/celltags-extension": "^3.3.0-alpha.15",
  42. "@jupyterlab/codeeditor": "^3.3.0-alpha.15",
  43. "@jupyterlab/codemirror": "^3.3.0-alpha.15",
  44. "@jupyterlab/codemirror-extension": "^3.3.0-alpha.15",
  45. "@jupyterlab/completer": "^3.3.0-alpha.15",
  46. "@jupyterlab/completer-extension": "^3.3.0-alpha.15",
  47. "@jupyterlab/console": "^3.3.0-alpha.15",
  48. "@jupyterlab/console-extension": "^3.3.0-alpha.15",
  49. "@jupyterlab/coreutils": "^5.3.0-alpha.15",
  50. "@jupyterlab/csvviewer": "^3.3.0-alpha.15",
  51. "@jupyterlab/csvviewer-extension": "^3.3.0-alpha.15",
  52. "@jupyterlab/debugger": "^3.3.0-alpha.15",
  53. "@jupyterlab/debugger-extension": "^3.3.0-alpha.15",
  54. "@jupyterlab/docmanager": "^3.3.0-alpha.15",
  55. "@jupyterlab/docmanager-extension": "^3.3.0-alpha.15",
  56. "@jupyterlab/docprovider": "^3.3.0-alpha.15",
  57. "@jupyterlab/docprovider-extension": "^3.3.0-alpha.15",
  58. "@jupyterlab/docregistry": "^3.3.0-alpha.15",
  59. "@jupyterlab/documentsearch": "^3.3.0-alpha.15",
  60. "@jupyterlab/documentsearch-extension": "^3.3.0-alpha.15",
  61. "@jupyterlab/extensionmanager": "^3.3.0-alpha.15",
  62. "@jupyterlab/extensionmanager-extension": "^3.3.0-alpha.15",
  63. "@jupyterlab/filebrowser": "^3.3.0-alpha.15",
  64. "@jupyterlab/filebrowser-extension": "^3.3.0-alpha.15",
  65. "@jupyterlab/fileeditor": "^3.3.0-alpha.15",
  66. "@jupyterlab/fileeditor-extension": "^3.3.0-alpha.15",
  67. "@jupyterlab/help-extension": "^3.3.0-alpha.15",
  68. "@jupyterlab/htmlviewer": "^3.3.0-alpha.15",
  69. "@jupyterlab/htmlviewer-extension": "^3.3.0-alpha.15",
  70. "@jupyterlab/hub-extension": "^3.3.0-alpha.15",
  71. "@jupyterlab/imageviewer": "^3.3.0-alpha.15",
  72. "@jupyterlab/imageviewer-extension": "^3.3.0-alpha.15",
  73. "@jupyterlab/inspector": "^3.3.0-alpha.15",
  74. "@jupyterlab/inspector-extension": "^3.3.0-alpha.15",
  75. "@jupyterlab/javascript-extension": "^3.3.0-alpha.15",
  76. "@jupyterlab/json-extension": "^3.3.0-alpha.15",
  77. "@jupyterlab/launcher": "^3.3.0-alpha.15",
  78. "@jupyterlab/launcher-extension": "^3.3.0-alpha.15",
  79. "@jupyterlab/logconsole": "^3.3.0-alpha.15",
  80. "@jupyterlab/logconsole-extension": "^3.3.0-alpha.15",
  81. "@jupyterlab/mainmenu": "^3.3.0-alpha.15",
  82. "@jupyterlab/mainmenu-extension": "^3.3.0-alpha.15",
  83. "@jupyterlab/markdownviewer": "^3.3.0-alpha.15",
  84. "@jupyterlab/markdownviewer-extension": "^3.3.0-alpha.15",
  85. "@jupyterlab/mathjax2": "^3.3.0-alpha.15",
  86. "@jupyterlab/mathjax2-extension": "^3.3.0-alpha.15",
  87. "@jupyterlab/nbconvert-css": "^3.3.0-alpha.15",
  88. "@jupyterlab/nbformat": "^3.3.0-alpha.15",
  89. "@jupyterlab/notebook": "^3.3.0-alpha.15",
  90. "@jupyterlab/notebook-extension": "^3.3.0-alpha.15",
  91. "@jupyterlab/observables": "^4.3.0-alpha.15",
  92. "@jupyterlab/outputarea": "^3.3.0-alpha.15",
  93. "@jupyterlab/pdf-extension": "^3.3.0-alpha.15",
  94. "@jupyterlab/property-inspector": "^3.3.0-alpha.15",
  95. "@jupyterlab/rendermime": "^3.3.0-alpha.15",
  96. "@jupyterlab/rendermime-extension": "^3.3.0-alpha.15",
  97. "@jupyterlab/rendermime-interfaces": "^3.3.0-alpha.15",
  98. "@jupyterlab/running": "^3.3.0-alpha.15",
  99. "@jupyterlab/running-extension": "^3.3.0-alpha.15",
  100. "@jupyterlab/services": "^6.3.0-alpha.15",
  101. "@jupyterlab/settingeditor": "^3.3.0-alpha.15",
  102. "@jupyterlab/settingeditor-extension": "^3.3.0-alpha.15",
  103. "@jupyterlab/settingregistry": "^3.3.0-alpha.15",
  104. "@jupyterlab/shared-models": "^3.3.0-alpha.15",
  105. "@jupyterlab/shortcuts-extension": "^3.3.0-alpha.15",
  106. "@jupyterlab/statedb": "^3.3.0-alpha.15",
  107. "@jupyterlab/statusbar": "^3.3.0-alpha.15",
  108. "@jupyterlab/statusbar-extension": "^3.3.0-alpha.15",
  109. "@jupyterlab/terminal": "^3.3.0-alpha.15",
  110. "@jupyterlab/terminal-extension": "^3.3.0-alpha.15",
  111. "@jupyterlab/theme-dark-extension": "^3.3.0-alpha.15",
  112. "@jupyterlab/theme-light-extension": "^3.3.0-alpha.15",
  113. "@jupyterlab/toc": "^5.3.0-alpha.15",
  114. "@jupyterlab/toc-extension": "^5.3.0-alpha.15",
  115. "@jupyterlab/tooltip": "^3.3.0-alpha.15",
  116. "@jupyterlab/tooltip-extension": "^3.3.0-alpha.15",
  117. "@jupyterlab/translation": "^3.3.0-alpha.15",
  118. "@jupyterlab/translation-extension": "^3.3.0-alpha.15",
  119. "@jupyterlab/ui-components": "^3.3.0-alpha.14",
  120. "@jupyterlab/ui-components-extension": "^3.3.0-alpha.15",
  121. "@jupyterlab/vdom": "^3.3.0-alpha.15",
  122. "@jupyterlab/vdom-extension": "^3.3.0-alpha.15",
  123. "@jupyterlab/vega5-extension": "^3.3.0-alpha.15"
  124. },
  125. "devDependencies": {
  126. "fs-extra": "^9.0.1",
  127. "rimraf": "~3.0.0",
  128. "typedoc": "~0.21.2",
  129. "typescript": "~4.1.3"
  130. },
  131. "publishConfig": {
  132. "access": "public"
  133. }
  134. }