{ "name": "@jupyterlab/example-notebook", "version": "3.0.0-rc.13", "private": true, "scripts": { "build": "tsc -p src && webpack", "clean": "rimraf build", "prepublishOnly": "npm run build" }, "dependencies": { "@jupyterlab/codemirror": "^3.0.0-rc.13", "@jupyterlab/completer": "^3.0.0-rc.13", "@jupyterlab/docmanager": "^3.0.0-rc.13", "@jupyterlab/docregistry": "^3.0.0-rc.13", "@jupyterlab/documentsearch": "^3.0.0-rc.13", "@jupyterlab/mathjax2": "^3.0.0-rc.13", "@jupyterlab/notebook": "^3.0.0-rc.13", "@jupyterlab/rendermime": "^3.0.0-rc.13", "@jupyterlab/services": "^6.0.0-rc.13", "@jupyterlab/theme-light-extension": "^3.0.0-rc.13", "@lumino/commands": "^1.12.0", "@lumino/widgets": "^1.16.1", "es6-promise": "~4.2.8" }, "devDependencies": { "@types/codemirror": "^0.0.97", "css-loader": "^5.0.1", "file-loader": "~6.0.0", "mini-css-extract-plugin": "~1.3.2", "raw-loader": "~4.0.0", "rimraf": "~3.0.0", "style-loader": "~2.0.0", "svg-url-loader": "~6.0.0", "typescript": "~4.1.3", "url-loader": "~4.1.0", "watch": "~1.0.2", "webpack": "^5.3.1", "webpack-cli": "^4.1.0", "whatwg-fetch": "^3.0.0" } }