2015-04-12 06:54:58 +08:00
|
|
|
{
|
2015-04-15 05:35:43 +08:00
|
|
|
"name": "jupyter-notebook-deps",
|
2021-05-13 00:04:31 +08:00
|
|
|
"private": true,
|
2015-04-15 05:35:43 +08:00
|
|
|
"version": "4.0.0",
|
|
|
|
"description": "Jupyter Notebook nodejs dependencies",
|
|
|
|
"author": "Jupyter Developers",
|
2015-07-22 07:34:44 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2015-04-15 05:35:43 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-05-14 01:56:32 +08:00
|
|
|
"url": "https://github.com/jupyter/notebook.git"
|
2015-04-15 05:35:43 +08:00
|
|
|
},
|
2015-07-22 07:34:44 +08:00
|
|
|
"scripts": {
|
2016-12-23 01:44:46 +08:00
|
|
|
"bower": "bower install",
|
2017-01-31 22:05:36 +08:00
|
|
|
"build": "python setup.py js css",
|
2021-08-11 06:18:56 +08:00
|
|
|
"build:webpack": "webpack --mode production",
|
2020-05-22 21:21:10 +08:00
|
|
|
"build:watch": "npm run watch",
|
|
|
|
"watch": "onchange 'notebook/static/**/!(*.min).js' 'notebook/static/**/*.less' 'bower.json' -- npm run build"
|
2015-07-22 07:34:44 +08:00
|
|
|
},
|
2015-04-15 05:35:43 +08:00
|
|
|
"devDependencies": {
|
2021-08-11 07:13:55 +08:00
|
|
|
"@babel/core": "^7.15.0",
|
2021-08-11 06:18:56 +08:00
|
|
|
"@babel/preset-env": "^7.15.0",
|
2021-08-06 01:50:10 +08:00
|
|
|
"@jupyterlab/apputils": "^3.1.3",
|
2021-08-11 06:18:56 +08:00
|
|
|
"babel-loader": "^8.2.2",
|
|
|
|
"babel-polyfill": "^6.26.0",
|
2019-06-27 14:10:31 +08:00
|
|
|
"bower": "^1.8.8",
|
2015-08-13 03:52:16 +08:00
|
|
|
"less": "~2",
|
2020-05-22 21:21:10 +08:00
|
|
|
"onchange": "^6.0.0",
|
2019-06-27 14:12:23 +08:00
|
|
|
"po2json": "^0.4.5",
|
2021-08-06 01:50:10 +08:00
|
|
|
"requirejs": "^2.3.6",
|
|
|
|
"webpack": "^5.46.0",
|
|
|
|
"webpack-cli": "^4.7.2"
|
2021-03-22 18:25:06 +08:00
|
|
|
}
|
2015-04-12 06:54:58 +08:00
|
|
|
}
|