{ "name": "@jupyterlab/example-notebook", "version": "1.0.0-alpha.12", "private": true, "scripts": { "build": "tsc -p src && webpack", "clean": "rimraf build", "prepublishOnly": "npm run build" }, "dependencies": { "@jupyterlab/codemirror": "^1.0.0-alpha.12", "@jupyterlab/completer": "^1.0.0-alpha.12", "@jupyterlab/docmanager": "^1.0.0-alpha.12", "@jupyterlab/docregistry": "^1.0.0-alpha.12", "@jupyterlab/documentsearch": "^1.0.0-alpha.13", "@jupyterlab/mathjax2": "^1.0.0-alpha.12", "@jupyterlab/notebook": "^1.0.0-alpha.13", "@jupyterlab/rendermime": "^1.0.0-alpha.12", "@jupyterlab/services": "^4.0.0-alpha.12", "@jupyterlab/theme-light-extension": "^1.0.0-alpha.13", "@phosphor/commands": "^1.6.3", "@phosphor/widgets": "^1.8.0", "es6-promise": "~4.2.6" }, "devDependencies": { "@types/codemirror": "^0.0.74", "css-loader": "~2.1.1", "file-loader": "~3.0.1", "mini-css-extract-plugin": "~0.6.0", "raw-loader": "~2.0.0", "rimraf": "~2.6.2", "style-loader": "~0.23.1", "svg-url-loader": "~2.3.2", "svgo": "~1.2.1", "svgo-loader": "~2.2.0", "typescript": "~3.5.1", "url-loader": "~1.1.2", "watch": "~1.0.2", "webpack": "^4.32.2", "webpack-cli": "^3.3.0", "whatwg-fetch": "^3.0.0" } }