{ "private": true, "name": "jupyter-js-notebook-example", "scripts": { "build": "tsc --project src && webpack --config webpack.conf.js", "clean": "rimraf build && rimraf node_modules", "postinstall": "npm dedupe", "update": "rimraf node_modules/jupyter-js-notebook && npm install", "watch": "watch 'npm run update && npm run build' ../../src src --wait 10" }, "devDependencies": { "concurrently": "^2.0.0", "css-loader": "^0.23.1", "rimraf": "^2.5.2", "style-loader": "^0.13.1", "typescript": "^1.8.10", "watch": "^0.18.0", "webpack": "^1.13.0" }, "dependencies": { "jupyter-js-notebook": "file:../..", "jupyter-js-services": "^0.10.1", "jupyter-js-ui": "^0.11.0", "phosphor-commandpalette": "^0.2.0", "phosphor-keymap": "^0.8.0", "phosphor-splitpanel": "^1.0.0-rc.1", "phosphor-widget": "^1.0.0-rc.1" } }