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.
71 lines
2.5 KiB
71 lines
2.5 KiB
{
|
|
"name": "@jupyterlab-classic/app",
|
|
"version": "0.1.5",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"build:prod": "webpack --mode=production",
|
|
"build:test": "tsc --build tsconfig.test.json",
|
|
"clean": "rimraf build",
|
|
"prepublishOnly": "yarn run build",
|
|
"test": "jest",
|
|
"test:cov": "jest --collect-coverage",
|
|
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
|
|
"test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"dependencies": {
|
|
"@jupyterlab-classic/application": "^0.1.5",
|
|
"@jupyterlab-classic/application-extension": "^0.1.5",
|
|
"@jupyterlab-classic/docmanager-extension": "^0.1.5",
|
|
"@jupyterlab-classic/help-extension": "^0.1.5",
|
|
"@jupyterlab-classic/notebook-extension": "^0.1.5",
|
|
"@jupyterlab-classic/terminal-extension": "^0.1.5",
|
|
"@jupyterlab-classic/tree-extension": "^0.1.5",
|
|
"@jupyterlab-classic/ui-components": "^0.1.5",
|
|
"@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": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@jupyterlab/builder": "^3.0.0",
|
|
"@jupyterlab/buildutils": "^3.0.0",
|
|
"@jupyterlab/testutils": "^3.0.0",
|
|
"@types/jest": "^26.0.10",
|
|
"css-loader": "~5.0.1",
|
|
"file-loader": "~5.0.2",
|
|
"fs-extra": "^8.1.0",
|
|
"glob": "~7.1.6",
|
|
"jest": "^26.4.2",
|
|
"mini-css-extract-plugin": "~0.9.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"playwright": "^1.8.0",
|
|
"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"
|
|
}
|
|
}
|