-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.05 KB
/
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": "@euporie-binder/app",
"version": "0.1.2",
"private": true,
"scripts": {
"build": "tsc -p ./package && webpack",
"clean": "rimraf build"
},
"dependencies": {
"@jupyterlab/application": "^3.4.8",
"@jupyterlab/coreutils": "^5.4.8",
"@jupyterlab/services": "^6.4.8",
"@jupyterlab/theme-light-extension": "^3.4.8",
"@jupyterlab/terminal": "^3.2.5",
"@lumino/widgets": "^1.34.0",
"xterm": "~5.0.0",
"xterm-addon-fit": "~0.6.0",
"xterm-addon-canvas": "~0.2.0",
"xterm-addon-image": "~0.2",
"xterm-addon-web-links": "~0.7",
"xterm-addon-webgl": "~0.13"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^5.0.1",
"file-loader": "~6.0.0",
"mini-css-extract-plugin": "~1.3.2",
"raw-loader": "~4.0.0",
"rimraf": "~3.0.0",
"style-loader": "~2.0.0",
"svg-url-loader": "~6.0.0",
"typescript": "~4.1.3",
"url-loader": "~4.1.0",
"watch": "^0.13.0",
"webpack": "^5.41.1",
"webpack-cli": "^4.1.0",
"whatwg-fetch": "^3.0.0"
}
}