12345678910111213141516171819202122 |
- {
- "private": true,
- "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"
- },
- "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"
- },
- "devDependencies": {
- "concurrently": "^2.0.0",
- "rimraf": "^2.5.2"
- }
- }
|