forked from jupyterhub/binderhub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 996 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "binderhub",
"version": "0.1.0",
"description": "`BinderHub`",
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"eslint": "^7.32.0",
"mini-css-extract-plugin": "^2.3.0",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"bootstrap": "^3.4.0",
"clipboard": "^2.0.8",
"event-source-polyfill": "^1.0.25",
"jquery": "^3.6.0",
"xterm": "^4.14.1",
"xterm-addon-fit": "^0.5.0"
},
"scripts": {
"webpack": "webpack",
"webpack:watch": "webpack --watch",
"lint": "eslint binderhub/static/js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jupyterhub/binderhub.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jupyterhub/binderhub/issues"
},
"homepage": "https://github.com/jupyterhub/binderhub#readme"
}