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.
60 lines
2.1 KiB
60 lines
2.1 KiB
{
|
|
"name": "@jupyterlab-classic/builder",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"build:prod": "webpack --mode=production",
|
|
"clean": "rimraf build",
|
|
"prepublishOnly": "yarn run build",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"dependencies": {
|
|
"@jupyterlab-classic/application": "^0.1.1",
|
|
"@jupyterlab-classic/application-extension": "^0.1.1",
|
|
"@jupyterlab-classic/docmanager-extension": "^0.1.1",
|
|
"@jupyterlab-classic/help-extension": "^0.1.1",
|
|
"@jupyterlab-classic/notebook-extension": "^0.1.1",
|
|
"@jupyterlab-classic/terminal-extension": "^0.1.1",
|
|
"@jupyterlab-classic/tree-extension": "^0.1.1",
|
|
"@jupyterlab-classic/ui-components": "^0.1.1",
|
|
"@jupyterlab/apputils-extension": "^3.0.0",
|
|
"@jupyterlab/codemirror-extension": "^3.0.0",
|
|
"@jupyterlab/completer-extension": "^3.0.0",
|
|
"@jupyterlab/coreutils": "~5.0.0",
|
|
"@jupyterlab/docmanager-extension": "^3.0.0",
|
|
"@jupyterlab/fileeditor-extension": "^3.0.0",
|
|
"@jupyterlab/mainmenu-extension": "^3.0.0",
|
|
"@jupyterlab/mathjax2-extension": "^3.0.0",
|
|
"@jupyterlab/notebook-extension": "^3.0.0",
|
|
"@jupyterlab/rendermime-extension": "^3.0.0",
|
|
"@jupyterlab/running-extension": "^3.0.0",
|
|
"@jupyterlab/shortcuts-extension": "^3.0.0",
|
|
"@jupyterlab/terminal-extension": "^3.0.0",
|
|
"@jupyterlab/theme-dark-extension": "^3.0.0",
|
|
"@jupyterlab/theme-light-extension": "^3.0.0",
|
|
"@jupyterlab/tooltip-extension": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@jupyterlab/builder": "^3.0.0",
|
|
"@jupyterlab/buildutils": "^3.0.0",
|
|
"css-loader": "~5.0.1",
|
|
"file-loader": "~5.0.2",
|
|
"fs-extra": "^8.1.0",
|
|
"glob": "~7.1.6",
|
|
"mini-css-extract-plugin": "~0.9.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"raw-loader": "~4.0.0",
|
|
"rimraf": "~3.0.2",
|
|
"style-loader": "~1.0.1",
|
|
"svg-url-loader": "~6.0.0",
|
|
"url-loader": "~4.1.1",
|
|
"watch": "~1.0.2",
|
|
"webpack": "^5.7.0",
|
|
"webpack-bundle-analyzer": "^4.1.0",
|
|
"webpack-cli": "^4.2.0",
|
|
"webpack-merge": "^5.1.2",
|
|
"whatwg-fetch": "^3.0.0"
|
|
}
|
|
}
|