{ "name": "EMS-ESP", "version": "3.5.0", "private": true, "proxy": "http://localhost:3080", "dependencies": { "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", "@msgpack/msgpack": "^2.8.0", "@mui/icons-material": "^5.10.6", "@mui/material": "^5.10.6", "@table-library/react-table-library": "4.0.18", "@types/lodash": "^4.14.185", "@types/node": "^18.7.19", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/react-router-dom": "^5.3.3", "async-validator": "^4.2.5", "axios": "^0.27.2", "http-proxy-middleware": "^2.0.6", "jwt-decode": "^3.1.2", "lodash": "^4.17.21", "notistack": "^2.0.5", "parse-ms": "^3.0.0", "react": "^18.2.0", "react-app-rewired": "^2.2.1", "react-dom": "^18.2.0", "react-dropzone": "^14.2.2", "react-icons": "^4.4.0", "react-router-dom": "^6.4.1", "react-scripts": "5.0.1", "sockette": "^2.0.6", "typesafe-i18n": "^5.13.0", "typescript": "^4.8.3" }, "scripts": { "start": "react-app-rewired start", "build": "react-app-rewired build", "test": "react-app-rewired test", "eject": "react-scripts eject", "format": "prettier --write '**/*.{ts,tsx,js,css,json,md}'", "build-hosted": "env-cmd -f .env.hosted npm run build", "build-localhost": "PUBLIC_URL=/ react-app-rewired build", "mock-api": "nodemon --watch ../mock-api ../mock-api/server.js", "standalone": "npm-run-all -p start typesafe-i18n mock-api", "lint": "eslint . --ext .ts,.tsx", "typesafe-i18n": "typesafe-i18n" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ], "rules": { "eol-last": 1, "react/jsx-closing-bracket-location": 1, "react/jsx-closing-tag-location": 1, "react/jsx-wrap-multilines": 1, "react/jsx-curly-newline": 1, "no-multiple-empty-lines": [ 1, { "max": 1 } ], "no-trailing-spaces": 1, "semi": 1, "no-extra-semi": 1, "react/jsx-max-props-per-line": [ 1, { "when": "multiline" } ], "react/jsx-first-prop-new-line": [ 1, "multiline" ], "@typescript-eslint/no-shadow": 1, "max-len": [ 1, { "code": 220 } ], "arrow-parens": 1 } }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "nodemon": "^2.0.20", "npm-run-all": "^4.1.5" } }