提交 v1.3.0 beta
This commit is contained in:
@ -1,35 +1,43 @@
|
||||
{
|
||||
"name": "next-terminal",
|
||||
"version": "1.2.7",
|
||||
"version": "1.3.0-beta1",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@ant-design/charts": "^1.2.13",
|
||||
"@ant-design/icons": "^4.6.4",
|
||||
"antd": "^4.16.13",
|
||||
"axios": "^0.21.4",
|
||||
"dayjs": "^1.10.4",
|
||||
"guacamole-common-js": "^1.3.0",
|
||||
"js-base64": "^3.7.2",
|
||||
"qs": "^6.9.4",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"@ant-design/charts": "^1.4.2",
|
||||
"@ant-design/icons": "^4.7.0",
|
||||
"@ant-design/pro-components": "1.1.21",
|
||||
"antd": "4.23.5",
|
||||
"asciinema-player": "^3.0.1",
|
||||
"axios": "0.27.2",
|
||||
"dayjs": "1.11.2",
|
||||
"guacamole-common-js": "1.4.0-a",
|
||||
"js-base64": "3.7.2",
|
||||
"monaco-editor": "^0.34.1",
|
||||
"monaco-editor-webpack-plugin": "^7.0.1",
|
||||
"qs": "6.10.3",
|
||||
"react": "^18.2.0",
|
||||
"react-app-rewired": "^2.2.1",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-draggable": "^4.4.3",
|
||||
"react-monaco-editor": "0.40.0",
|
||||
"react-router": "^5.2.0",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-scripts": "^4.0.0",
|
||||
"xterm": "^4.9.0",
|
||||
"xterm-addon-fit": "^0.4.0",
|
||||
"xterm-addon-web-links": "^0.4.0"
|
||||
"react-monaco-editor": "^0.50.1",
|
||||
"react-query": "^3.39.2",
|
||||
"react-router-dom": "^6.3.0",
|
||||
"react-scripts": "^5.0.1",
|
||||
"xterm": "4.18.0",
|
||||
"xterm-addon-fit": "0.5.0",
|
||||
"xterm-addon-web-links": "0.5.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"start": "react-app-rewired start",
|
||||
"build": "react-app-rewired build",
|
||||
"test": "react-app-rewired test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
"extends": "react-app",
|
||||
"rules":{
|
||||
"jsx-a11y/anchor-is-valid":"off"
|
||||
}
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
|
Reference in New Issue
Block a user