| { |
| "name": "dispatch-console", |
| "version": "1.19.0", |
| "private": true, |
| "dependencies": { |
| "@patternfly/patternfly": "^4.224.5", |
| "@patternfly/react-charts": "^6.94.19", |
| "@patternfly/react-core": "^4.278.1", |
| "@patternfly/react-icons": "^4.93.7", |
| "@patternfly/react-styles": "^4.92.8", |
| "@patternfly/react-table": "^4.113.7", |
| "@patternfly/react-topology": "^4.93.7", |
| "d3": "^3.5.17", |
| "d3-queue": "^3.0.7", |
| "font-awesome": "^4.7.0", |
| "prop-types": "^15.8.1", |
| "react": "^18.3.1", |
| "react-dom": "^18.3.1", |
| "react-fontawesome": "^1.7.1", |
| "react-router-dom": "^6.28.1", |
| "rhea": "^3.0.3", |
| "topojson-client": "^3.1.0" |
| }, |
| "scripts": { |
| "start": "react-scripts start", |
| "build": "react-scripts build", |
| "test": "react-scripts test", |
| "eject": "react-scripts eject" |
| }, |
| "eslintConfig": { |
| "extends": "react-app", |
| "ignorePatterns": [ |
| "build/**", |
| "dist/**" |
| ], |
| "overrides": [ |
| { |
| "files": [ |
| "test_data/schema.js" |
| ], |
| "rules": { |
| "no-template-curly-in-string": "off" |
| } |
| } |
| ] |
| }, |
| "browserslist": { |
| "production": [ |
| ">0.2%", |
| "not dead", |
| "not op_mini all" |
| ], |
| "development": [ |
| "last 1 chrome version", |
| "last 1 firefox version", |
| "last 1 safari version" |
| ] |
| }, |
| "devDependencies": { |
| "@babel/preset-env": "^7.26.0", |
| "@react-mock/localstorage": "^0.1.2", |
| "@testing-library/jest-dom": "^6.6.3", |
| "@testing-library/react": "^16.1.0", |
| "@types/jest": "^29.5.14", |
| "body-parser": "^1.20.3", |
| "identity-obj-proxy": "^3.0.0", |
| "jest": "^29.7.0", |
| "jest-axe": "^9.0.0", |
| "prettier": "^3.4.2", |
| "react-scripts": "^5.0.1" |
| }, |
| "jest": { |
| "moduleNameMapper": { |
| "\\.(css)$": "identity-obj-proxy" |
| }, |
| "transformIgnorePatterns": [ |
| "node_modules/(?!@patternfly/.*)" |
| ] |
| } |
| } |