You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.3 KiB
40 lines
1.3 KiB
{
|
|
"name": "@jupyter-notebook/metapackage",
|
|
"version": "7.4.0-beta.1",
|
|
"private": true,
|
|
"description": "Jupyter Notebook - Metapackage",
|
|
"homepage": "https://github.com/jupyter/notebook",
|
|
"bugs": {
|
|
"url": "https://github.com/jupyter/notebook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jupyter/notebook.git"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"author": "Project Jupyter",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"watch": "tsc -b -w --preserveWatchOutput"
|
|
},
|
|
"dependencies": {
|
|
"@jupyter-notebook/application": "^7.4.0-beta.1",
|
|
"@jupyter-notebook/application-extension": "^7.4.0-beta.1",
|
|
"@jupyter-notebook/console-extension": "^7.4.0-beta.1",
|
|
"@jupyter-notebook/docmanager-extension": "^7.4.0-beta.1",
|
|
"@jupyter-notebook/documentsearch-extension": "^7.4.0-beta.1",
|
|
"@jupyter-notebook/help-extension": "^7.4.0-beta.1",
|
|
"@jupyter-notebook/lab-extension": "^7.4.0-beta.1",
|
|
"@jupyter-notebook/notebook-extension": "^7.4.0-beta.1",
|
|
"@jupyter-notebook/terminal-extension": "^7.4.0-beta.1",
|
|
"@jupyter-notebook/tree": "^7.4.0-beta.1",
|
|
"@jupyter-notebook/tree-extension": "^7.4.0-beta.1",
|
|
"@jupyter-notebook/ui-components": "^7.4.0-beta.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~5.5.4"
|
|
}
|
|
}
|