|
@@ -1,45 +1,45 @@
|
|
|
{
|
|
|
"private": true,
|
|
|
"name": "@jupyterlab/main",
|
|
|
- "version": "0.1.3",
|
|
|
+ "version": "0.2.0",
|
|
|
"scripts": {
|
|
|
"build": "tsc && webpack",
|
|
|
"clean": "rimraf build",
|
|
|
"watch": "watch \"npm run build\" ../packages --wait 10 --filter=../scripts/watch-filter.js"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@jupyterlab/application": "^0.1.1",
|
|
|
- "@jupyterlab/about-extension": "^0.1.1",
|
|
|
- "@jupyterlab/application-extension": "^0.1.1",
|
|
|
- "@jupyterlab/apputils-extension": "^0.1.1",
|
|
|
- "@jupyterlab/codemirror-extension": "^0.1.3",
|
|
|
- "@jupyterlab/completer-extension": "^0.1.3",
|
|
|
- "@jupyterlab/console-extension": "^0.1.3",
|
|
|
- "@jupyterlab/csvwidget-extension": "^0.1.3",
|
|
|
- "@jupyterlab/default-theme": "^0.1.3",
|
|
|
- "@jupyterlab/docmanager-extension": "^0.1.3",
|
|
|
- "@jupyterlab/docregistry-extension": "^0.1.3",
|
|
|
- "@jupyterlab/editorwidget-extension": "^0.1.3",
|
|
|
- "@jupyterlab/faq-extension": "^0.1.1",
|
|
|
- "@jupyterlab/filebrowser-extension": "^0.1.3",
|
|
|
- "@jupyterlab/help-extension": "^0.1.1",
|
|
|
- "@jupyterlab/imagewidget-extension": "^0.1.3",
|
|
|
- "@jupyterlab/inspector-extension": "^0.1.3",
|
|
|
- "@jupyterlab/landing-extension": "^0.1.3",
|
|
|
- "@jupyterlab/launcher-extension": "^0.1.3",
|
|
|
- "@jupyterlab/markdownwidget-extension": "^0.1.3",
|
|
|
- "@jupyterlab/notebook-extension": "^0.1.3",
|
|
|
- "@jupyterlab/rendermime-extension": "^0.1.3",
|
|
|
- "@jupyterlab/running-extension": "^0.1.1",
|
|
|
- "@jupyterlab/services-extension": "^0.1.1",
|
|
|
- "@jupyterlab/shortcuts-extension": "^0.1.1",
|
|
|
- "@jupyterlab/terminal-extension": "^0.1.1",
|
|
|
- "@jupyterlab/tooltip-extension": "^0.1.3",
|
|
|
+ "@jupyterlab/application": "^0.2.0",
|
|
|
+ "@jupyterlab/about-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/application-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/apputils-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/codemirror-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/completer-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/console-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/csvwidget-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/default-theme": "^0.2.0",
|
|
|
+ "@jupyterlab/docmanager-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/docregistry-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/editorwidget-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/faq-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/filebrowser-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/help-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/imagewidget-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/inspector-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/landing-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/launcher-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/markdownwidget-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/notebook-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/rendermime-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/running-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/services-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/shortcuts-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/terminal-extension": "^0.2.0",
|
|
|
+ "@jupyterlab/tooltip-extension": "^0.2.0",
|
|
|
"es6-promise": "^4.1.0",
|
|
|
"font-awesome": "^4.6.3"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@jupyterlab/extension-builder": "^0.11.0",
|
|
|
+ "@jupyterlab/extension-builder": "^0.12.0",
|
|
|
"file-loader": "^0.10.1",
|
|
|
"rimraf": "^2.5.2",
|
|
|
"typescript": "^2.2.1",
|