next-terminal/web/package.json
2022-03-05 16:17:57 +08:00

43 lines
1001 B
JSON

{
"name": "next-terminal",
"version": "1.2.5",
"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",
"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",
"react-tsparticles": "^1.37.5",
"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": "."
}