-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
54 lines (54 loc) · 1.44 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "xtermjs-rsocket",
"version": "0.1.0",
"description": "Xterm.js with RSocket as backend",
"homepage": "https://github.com/linux-china/xtermjs-spring-boot-starter",
"keywords": [
"Xtermjs",
"RSocket",
"Spring-Boot",
"Spring-Shell"
],
"author": {
"name": "linux_china",
"email": "[email protected]",
"url": "https://twitter.com/linux_china"
},
"repository": {
"type": "git",
"url": "https://github.com/linux-china/xtermjs-spring-boot-starter.git"
},
"license": "Apache License",
"scripts": {
"watch": "webpack --watch",
"start": "webpack serve --open",
"build": "webpack"
},
"dependencies": {
"rsocket-core": "0.0.27",
"rsocket-flowable": "0.0.27",
"rsocket-types": "0.0.27",
"rsocket-websocket-client": "0.0.27",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-web-links": "^0.9.0"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/node": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@types/file-loader": "^5.0.1",
"@types/webpack-dev-server": "^4.7.2",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^5.5.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"style-loader": "^3.3.1",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}