CiscoTool_v1/netmiko_client/package.json

65 lines
1.7 KiB
JSON

{
"name": "netmiko_client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mantine/core": "^5.10.4",
"@mantine/ds": "^5.10.4",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.11.8",
"@mui/x-data-grid": "^5.17.25",
"@mui/x-date-pickers": "^6.5.0",
"@tabler/icons": "^2.4.0",
"@tabler/icons-react": "^2.4.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.3.3",
"dotenv": "^16.0.3",
"install": "^0.13.0",
"js-file-download": "^0.4.12",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"npm": "^9.4.2",
"print-js": "^1.6.0",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-countdown-circle-timer": "^3.1.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.9.0",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.1",
"socket.io-client": "^4.6.1",
"utf8": "^3.0.0",
"web-vitals": "^2.1.4",
"xterm": "^5.1.0",
"xterm-addon-web-links": "^0.8.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}