|
@@ -3,10 +3,7 @@
|
|
|
"name": "jupyterlab-example-notebook",
|
|
|
"scripts": {
|
|
|
"build": "tsc --project src && webpack --config webpack.conf.js",
|
|
|
- "clean": "rimraf build && rimraf node_modules",
|
|
|
- "postinstall": "node ../../scripts/dedupe.js && npm run build",
|
|
|
- "update": "(rimraf node_modules/jupyterlab || true) && npm install",
|
|
|
- "watch": "watch \"npm run update && npm run build\" ../../src src --wait 10"
|
|
|
+ "clean": "rimraf build && rimraf node_modules"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@jupyterlab/codemirror": "^0.1.0",
|