|
@@ -3,11 +3,9 @@
|
|
|
"name": "jupyter-js-notebook-example",
|
|
|
"dependencies": {
|
|
|
"jupyter-js-notebook": "file:..",
|
|
|
- "jupyter-js-ui": "^0.5.1",
|
|
|
"phosphor-commandpalette": "^0.2.0",
|
|
|
"phosphor-keymap": "^0.7.0",
|
|
|
- "phosphor-splitpanel": "^1.0.0-rc.1",
|
|
|
- "phosphor-widget": "^1.0.0-rc.1"
|
|
|
+ "phosphor-splitpanel": "^1.0.0-rc.1"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"build": "tsc --project src && webpack --config webpack.conf.js",
|
|
@@ -16,7 +14,6 @@
|
|
|
"update": "rimraf node_modules/jupyter-js-notebook && npm install"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "concurrently": "^2.0.0",
|
|
|
- "rimraf": "^2.5.2"
|
|
|
+ "concurrently": "^2.0.0"
|
|
|
}
|
|
|
}
|