next-terminal/web/package.json
2021-01-21 21:43:00 +08:00

47 lines
1.0 KiB
JSON

{
"name": "next-terminal",
"version": "0.0.9",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.3.0",
"antd": "^4.8.4",
"axios": "^0.21.1",
"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-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"
}
}