51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "next-terminal",
|
|
"version": "1.3.4",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@ant-design/charts": "^1.4.2",
|
|
"@ant-design/icons": "^4.7.0",
|
|
"@ant-design/pro-components": "1.1.21",
|
|
"@turf/bbox": "^6.5.0",
|
|
"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.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-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"test": "react-app-rewired test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app",
|
|
"rules": {
|
|
"jsx-a11y/anchor-is-valid": "off"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"homepage": "."
|
|
}
|