* 修改首页卡片间距 * 修改普通用户分享资产时只能查看到普通用户 close #133 * 修复普通用户访问非自己创建的资产无法打开原生ssh的bug * release v0.4.1 * 修复使用命令修改加密key失败的问题 * 修改初始化RDP属性「禁用字形缓存」为打开 * 增加kubernetes协议的筛选 * 修改安装文档&修复首页链接限制无效的问题 * 修改guacd版本为1.3.0 * 支持导入资产时带标签的数据 * - 修改原生安装文档中guacamole版本为1.3.0 - 修改点击名称为编辑 * release 0.5.0
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "next-terminal",
|
|
"version": "0.5.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@ant-design/icons": "^4.3.0",
|
|
"antd": "^4.8.4",
|
|
"axios": "^0.21.1",
|
|
"dayjs": "^1.10.4",
|
|
"guacamole-common-js": "^1.2.0",
|
|
"qs": "^6.9.4",
|
|
"react": "^16.14.0",
|
|
"react-contexify": "^4.1.1",
|
|
"react-dom": "^16.14.0",
|
|
"react-draggable": "^4.4.3",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "^4.0.0",
|
|
"typescript": "^3.9.7",
|
|
"xterm": "^4.9.0",
|
|
"xterm-addon-fit": "^0.4.0",
|
|
"xterm-addon-web-links": "^0.4.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"homepage": ".",
|
|
"devDependencies": {
|
|
"@ant-design/charts": "^1.0.13",
|
|
"g2": "^2.3.13",
|
|
"g2-react": "^1.3.2",
|
|
"umi-request": "^1.3.5",
|
|
"xterm-addon-attach": "^0.6.0",
|
|
"xterm-addon-fit": "^0.4.0"
|
|
}
|
|
}
|