package.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "name": "@jupyterlab/metapackage",
  3. "version": "3.4.3",
  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. "style": "style/index.css",
  19. "directories": {
  20. "lib": "lib/"
  21. },
  22. "files": [
  23. "lib/*.d.ts",
  24. "lib/*.js.map",
  25. "lib/*.js",
  26. "style/index.css",
  27. "style/index.js"
  28. ],
  29. "scripts": {
  30. "build": "tsc -b",
  31. "build:all": "npm run build",
  32. "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
  33. "docs": "node build-doc-index.js",
  34. "watch": "tsc -b --watch"
  35. },
  36. "dependencies": {
  37. "@jupyterlab/application": "^3.4.3",
  38. "@jupyterlab/application-extension": "^3.4.3",
  39. "@jupyterlab/apputils": "^3.4.3",
  40. "@jupyterlab/apputils-extension": "^3.4.3",
  41. "@jupyterlab/attachments": "^3.4.3",
  42. "@jupyterlab/cell-toolbar": "^3.4.3",
  43. "@jupyterlab/cell-toolbar-extension": "^3.4.3",
  44. "@jupyterlab/cells": "^3.4.3",
  45. "@jupyterlab/celltags": "^3.4.3",
  46. "@jupyterlab/celltags-extension": "^3.4.3",
  47. "@jupyterlab/codeeditor": "^3.4.3",
  48. "@jupyterlab/codemirror": "^3.4.3",
  49. "@jupyterlab/codemirror-extension": "^3.4.3",
  50. "@jupyterlab/completer": "^3.4.3",
  51. "@jupyterlab/completer-extension": "^3.4.3",
  52. "@jupyterlab/console": "^3.4.3",
  53. "@jupyterlab/console-extension": "^3.4.3",
  54. "@jupyterlab/coreutils": "^5.4.3",
  55. "@jupyterlab/csvviewer": "^3.4.3",
  56. "@jupyterlab/csvviewer-extension": "^3.4.3",
  57. "@jupyterlab/debugger": "^3.4.3",
  58. "@jupyterlab/debugger-extension": "^3.4.3",
  59. "@jupyterlab/docmanager": "^3.4.3",
  60. "@jupyterlab/docmanager-extension": "^3.4.3",
  61. "@jupyterlab/docprovider": "^3.4.3",
  62. "@jupyterlab/docprovider-extension": "^3.4.3",
  63. "@jupyterlab/docregistry": "^3.4.3",
  64. "@jupyterlab/documentsearch": "^3.4.3",
  65. "@jupyterlab/documentsearch-extension": "^3.4.3",
  66. "@jupyterlab/extensionmanager": "^3.4.3",
  67. "@jupyterlab/extensionmanager-extension": "^3.4.3",
  68. "@jupyterlab/filebrowser": "^3.4.3",
  69. "@jupyterlab/filebrowser-extension": "^3.4.3",
  70. "@jupyterlab/fileeditor": "^3.4.3",
  71. "@jupyterlab/fileeditor-extension": "^3.4.3",
  72. "@jupyterlab/help-extension": "^3.4.3",
  73. "@jupyterlab/htmlviewer": "^3.4.3",
  74. "@jupyterlab/htmlviewer-extension": "^3.4.3",
  75. "@jupyterlab/hub-extension": "^3.4.3",
  76. "@jupyterlab/imageviewer": "^3.4.3",
  77. "@jupyterlab/imageviewer-extension": "^3.4.3",
  78. "@jupyterlab/inspector": "^3.4.3",
  79. "@jupyterlab/inspector-extension": "^3.4.3",
  80. "@jupyterlab/javascript-extension": "^3.4.3",
  81. "@jupyterlab/jldbq-extension": "^1.0.0",
  82. "@jupyterlab/json-extension": "^3.4.3",
  83. "@jupyterlab/launcher": "^3.4.3",
  84. "@jupyterlab/launcher-extension": "^3.4.3",
  85. "@jupyterlab/logconsole": "^3.4.3",
  86. "@jupyterlab/logconsole-extension": "^3.4.3",
  87. "@jupyterlab/mainmenu": "^3.4.3",
  88. "@jupyterlab/mainmenu-extension": "^3.4.3",
  89. "@jupyterlab/markdownviewer": "^3.4.3",
  90. "@jupyterlab/markdownviewer-extension": "^3.4.3",
  91. "@jupyterlab/mathjax2": "^3.4.3",
  92. "@jupyterlab/mathjax2-extension": "^3.4.3",
  93. "@jupyterlab/mytest-extension": "^1.0.0",
  94. "@jupyterlab/nbconvert-css": "^3.4.3",
  95. "@jupyterlab/nbformat": "^3.4.3",
  96. "@jupyterlab/notebook": "^3.4.3",
  97. "@jupyterlab/notebook-extension": "^3.4.3",
  98. "@jupyterlab/observables": "^4.4.3",
  99. "@jupyterlab/outputarea": "^3.4.3",
  100. "@jupyterlab/pdf-extension": "^3.4.3",
  101. "@jupyterlab/property-inspector": "^3.4.3",
  102. "@jupyterlab/rendermime": "^3.4.3",
  103. "@jupyterlab/rendermime-extension": "^3.4.3",
  104. "@jupyterlab/rendermime-interfaces": "^3.4.3",
  105. "@jupyterlab/running": "^3.4.3",
  106. "@jupyterlab/running-extension": "^3.4.3",
  107. "@jupyterlab/services": "^6.4.3",
  108. "@jupyterlab/settingeditor": "^3.4.3",
  109. "@jupyterlab/settingeditor-extension": "^3.4.3",
  110. "@jupyterlab/settingregistry": "^3.4.3",
  111. "@jupyterlab/shared-models": "^3.4.3",
  112. "@jupyterlab/shortcuts-extension": "^3.4.3",
  113. "@jupyterlab/statedb": "^3.4.3",
  114. "@jupyterlab/statusbar": "^3.4.3",
  115. "@jupyterlab/statusbar-extension": "^3.4.3",
  116. "@jupyterlab/terminal": "^3.4.3",
  117. "@jupyterlab/terminal-extension": "^3.4.3",
  118. "@jupyterlab/theme-light-extension": "^3.4.3",
  119. "@jupyterlab/toc": "^5.4.3",
  120. "@jupyterlab/toc-extension": "^5.4.3",
  121. "@jupyterlab/tooltip": "^3.4.3",
  122. "@jupyterlab/tooltip-extension": "^3.4.3",
  123. "@jupyterlab/translation": "^3.4.3",
  124. "@jupyterlab/translation-extension": "^3.4.3",
  125. "@jupyterlab/ui-components": "^3.4.3",
  126. "@jupyterlab/ui-components-extension": "^3.4.3",
  127. "@jupyterlab/vdom": "^3.4.3",
  128. "@jupyterlab/vdom-extension": "^3.4.3",
  129. "@jupyterlab/vega5-extension": "^3.4.3",
  130. "yili-dag": "^0.1.0"
  131. },
  132. "devDependencies": {
  133. "fs-extra": "^9.0.1",
  134. "rimraf": "~3.0.0",
  135. "typedoc": "~0.21.2",
  136. "typescript": "~4.1.3"
  137. },
  138. "publishConfig": {
  139. "access": "public"
  140. },
  141. "styleModule": "style/index.js"
  142. }