-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 KB
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
40
41
42
43
44
45
{
"name": "xterm-demo",
"version": "1.0.0",
"description": "xterm",
"main": "test.js",
"keywords": [
"xterm"
],
"author": "linux_china",
"license": "ISC",
"scripts": {
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"build": "webpack",
"clean": "rm -rf dist"
},
"dependencies": {
"fbjs": "^1.0.0",
"rsocket-core": "0.0.19",
"rsocket-flowable": "^0.0.14",
"rsocket-tcp-client": "0.0.19",
"rsocket-tcp-server": "0.0.19",
"rsocket-types": "^0.0.16",
"rsocket-websocket-client": "0.0.19",
"ws": "^7.2.1",
"xterm": "^4.4.0",
"xterm-addon-fit": "^0.3.0",
"xterm-addon-web-links": "^0.2.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/node": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.1",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.3"
}
}