|
@@ -8,7 +8,7 @@
|
|
"codemirror": "^5.10.0",
|
|
"codemirror": "^5.10.0",
|
|
"jquery": "^2.2.0",
|
|
"jquery": "^2.2.0",
|
|
"jquery-ui": "^1.10.5",
|
|
"jquery-ui": "^1.10.5",
|
|
- "jupyter-js-notebook": "^0.7.1",
|
|
|
|
|
|
+ "jupyter-js-notebook": "^0.7.2",
|
|
"jupyter-js-services": "^0.5.0",
|
|
"jupyter-js-services": "^0.5.0",
|
|
"jupyter-js-ui": "^0.0.3",
|
|
"jupyter-js-ui": "^0.0.3",
|
|
"jupyter-js-utils": "^0.3.0",
|
|
"jupyter-js-utils": "^0.3.0",
|
|
@@ -42,12 +42,13 @@
|
|
"typedoc": "^0.3.12",
|
|
"typedoc": "^0.3.12",
|
|
"typescript": "^1.7.5",
|
|
"typescript": "^1.7.5",
|
|
"url-loader": "^0.5.7",
|
|
"url-loader": "^0.5.7",
|
|
|
|
+ "watch": "^0.17.1",
|
|
"webpack": "^1.12.11"
|
|
"webpack": "^1.12.11"
|
|
},
|
|
},
|
|
"scripts": {
|
|
"scripts": {
|
|
"clean": "rimraf docs && rimraf lib && rimraf test/build",
|
|
"clean": "rimraf docs && rimraf lib && rimraf test/build",
|
|
"clean:example": "rimraf example/build",
|
|
"clean:example": "rimraf example/build",
|
|
- "build:example": "node scripts/copythemecss.js && cd example && rimraf node_modules/jupyter-js-plugins && npm install && webpack --config webpack.conf.js",
|
|
|
|
|
|
+ "build:example": "cd example && npm run update && npm run build",
|
|
"build:src": "tsc --project src && node scripts/copycss.js",
|
|
"build:src": "tsc --project src && node scripts/copycss.js",
|
|
"build:test": "tsc --project test/src && webpack --config test/webpack.conf.js",
|
|
"build:test": "tsc --project test/src && webpack --config test/webpack.conf.js",
|
|
"build": "npm run build:src && npm run build:test",
|
|
"build": "npm run build:src && npm run build:test",
|
|
@@ -59,7 +60,9 @@
|
|
"test:firefox": "karma start --browsers=Firefox test/karma.conf.js",
|
|
"test:firefox": "karma start --browsers=Firefox test/karma.conf.js",
|
|
"test:ie": "karma start --browsers=IE test/karma.conf.js",
|
|
"test:ie": "karma start --browsers=IE test/karma.conf.js",
|
|
"test:debug": "karma start --browsers=Chrome --singleRun=false --debug=true test/karma.conf.js",
|
|
"test:debug": "karma start --browsers=Chrome --singleRun=false --debug=true test/karma.conf.js",
|
|
- "test": "npm run test:firefox"
|
|
|
|
|
|
+ "test": "npm run test:firefox",
|
|
|
|
+ "watch:example": "watch 'npm run build && npm run build:example' src --wait 10",
|
|
|
|
+ "watch": "watch 'npm run build' src"
|
|
},
|
|
},
|
|
"repository": {
|
|
"repository": {
|
|
"type": "git",
|
|
"type": "git",
|