2015-04-12 06:43:19 +08:00
|
|
|
{
|
|
|
|
"name": "jupyter-notebook-deps",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"dependencies": {
|
2015-08-27 15:00:15 +08:00
|
|
|
"backbone": "components/backbone#~1.2",
|
2018-12-14 18:58:52 +08:00
|
|
|
"bootstrap": "bootstrap#~3.4",
|
2015-08-27 15:00:15 +08:00
|
|
|
"bootstrap-tour": "0.9.0",
|
2020-07-30 10:41:46 +08:00
|
|
|
"codemirror": "components/codemirror#5.56.0+components1",
|
2019-06-27 14:09:30 +08:00
|
|
|
"create-react-class": "https://cdn.jsdelivr.net/npm/create-react-class@15.6.3/create-react-class.min.js",
|
2016-12-23 01:44:46 +08:00
|
|
|
"es6-promise": "~1.0",
|
2017-05-13 03:03:24 +08:00
|
|
|
"font-awesome": "components/font-awesome#~4.7.0",
|
2015-04-12 06:43:19 +08:00
|
|
|
"google-caja": "5669",
|
2017-07-11 22:34:23 +08:00
|
|
|
"jed": "~1.1.1",
|
2020-05-29 23:09:51 +08:00
|
|
|
"jquery": "components/jquery#~3.5.0",
|
2020-01-21 01:53:03 +08:00
|
|
|
"jquery-typeahead": "~2.10.6",
|
2018-08-09 06:24:31 +08:00
|
|
|
"jquery-ui": "components/jqueryui#~1.12",
|
2020-07-20 22:55:21 +08:00
|
|
|
"marked": "~0.7",
|
2018-07-18 04:39:23 +08:00
|
|
|
"MathJax": "^2.7.4",
|
2018-04-25 05:24:20 +08:00
|
|
|
"moment": "~2.19.3",
|
2019-06-27 14:09:30 +08:00
|
|
|
"react": "~16.0.0",
|
2018-09-13 22:37:34 +08:00
|
|
|
"requirejs": "~2.2",
|
2017-07-11 22:34:23 +08:00
|
|
|
"requirejs-text": "~2.0.15",
|
|
|
|
"requirejs-plugins": "~1.0.3",
|
2015-04-12 06:43:19 +08:00
|
|
|
"text-encoding": "~0.1",
|
2016-12-23 01:44:46 +08:00
|
|
|
"underscore": "components/underscore#~1.8.3",
|
2018-02-09 19:36:13 +08:00
|
|
|
"xterm.js": "https://unpkg.com/xterm@~3.1.0/dist/xterm.js",
|
2018-02-09 21:41:38 +08:00
|
|
|
"xterm.js-css": "https://unpkg.com/xterm@~3.1.0/dist/xterm.css",
|
|
|
|
"xterm.js-fit": "https://unpkg.com/xterm@~3.1.0/dist/addons/fit/fit.js"
|
2015-04-12 06:43:19 +08:00
|
|
|
}
|
|
|
|
}
|