Newer
Older
"name": "jupyter-notebook-deps",
"version": "4.0.0",
"description": "Jupyter Notebook nodejs dependencies",
"author": "Jupyter Developers",
"@basthon/kernel-javascript": "0.35.7",
"@basthon/kernel-python3": "0.35.7",
"@basthon/kernel-sql": "0.35.7",
"codemirror": "^5.48.4",
"copy-webpack-plugin": "^10.0.0",
"create-file-webpack": "^1.0.2",
"google-caja": "^0.0.2",
"html-webpack-plugin": "^5.5.0",
"jed": "^1.1.1",
"jquery": "^3.4.1",
"jquery-typeahead": "^2.10.6",
"jquery-ui": "^1.12.1",
"jquery-ui-bundle": "^1.12.1",
"jquery-ui-themes": "^1.12.0",
"js-base64": "^3.6.0",
"url-loader": "^4.1.1",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
"scripts": {
"build:old": "bower install --allow-root --config.interactive=false && node tools/build-main.js notebook python3",
"start": "webpack serve --open --config app/webpack.prod.config.js",
"build:dev": "webpack --config app/webpack.dev.config.js",
"build:prod": "webpack --config app/webpack.prod.config.js",
"clean": "rm -rf build/",
"test": "webpack serve --open --config app/webpack.dev.config.js",
"archives": "tar --exclude='*.htaccess' -czf basthon-notebook.tgz -C build/ . && cd build/ && zip --exclude '*.htaccess' -qr ../basthon-notebook.zip . && cd -",
"devel-publish": "rsync -avzP --delete build/ basthon-bypass:sites_basthon/devel/notebook/"
}