added login page wrong pass animation added backend connect with db added backend support for system monitor added perms check added sha256 hashing updated readme.md added screenshots fully db
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "my-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@mui/icons-material": "^6.1.3",
|
|
"@mui/material": "^6.1.3",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"codegen": "^0.1.0",
|
|
"eslint-plugin-react": "^7.37.1",
|
|
"js-sha256": "^0.11.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.27.0",
|
|
"react-scripts": "^5.0.1",
|
|
"web-vitals": "^2.1.4",
|
|
"xterm": "^5.3.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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"ajv": "^8.17.1",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.1"
|
|
}
|
|
}
|