-
-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "spyder-terminal",
"version": "0.2.4",
"description": "Spyder Qt System Console",
"main": "spyder_terminal/server/static/index.js",
"repository": "https://github.com/spyder-ide/spyder-terminal",
"author": "Edgar Andrés Margffoy Tuay <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"fetch": "github/fetch#^2.0.3",
"jquery": "jquery/jquery-dist#^3.5.0",
"promise-polyfill": "taylorhakes/promise-polyfill#^6.0.2",
"xterm": "^4.18.0",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-search": "^0.8.2",
"xterm-addon-web-links": "^0.4.0",
"xterm.js": "sourcelair/xterm.js#^3.14.5"
},
"engines": {
"yarn": ">= 1.0.0"
},
"scripts": {
"webpack": "webpack --config webpack.config.js",
"start": "webpack-dev-server --open"
},
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
"path": "^0.12.7",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.7.2"
}
}