{
  "name": "demo",
  "private": true,
  "version": "1.0.0-alpha",
  "type": "module",
  "scripts": {
    "start": "yarn run -T vite --host 127.0.0.1 --port 3000",
    "build": "yarn run -T tsc -b && yarn run -T vite build",
    "bundle": "yarn build && yarn pack --out dist/%s-%v.tgz",
    "clean": "rm -rf node_modules dist",
    "preview": "yarn run -T vite preview --host 127.0.0.1 --port 4000",
    "lint": "yarn run -T eslint . --report-unused-disable-directives --max-warnings 0"
  },
  "dependencies": {
    "@emotion/css": "^11.13.0",
    "@migration-planner-ui/api-client": "workspace:*",
    "@migration-planner-ui/ioc": "workspace:*",
    "@patternfly/react-charts": "7.4.1",
    "@patternfly/react-core": "^5.4.0",
    "@patternfly/react-icons": "^5.4.0",
    "@patternfly/react-table": "^5.4.0",
    "@patternfly/react-tokens": "^5.4.0",
    "@redhat-cloud-services/frontend-components": "^4.2.13",
    "dotenv": "^16.4.5",
    "humanize-plus": "^1.8.2",
    "lodash": "^4.17.21",
    "prop-types": "^15.8.1",
    "react": "^18.3.1",
    "react-content-loader": "^6.2.0",
    "react-dom": "^18.3.1",
    "react-redux": "^9.1.2",
    "react-router-dom": "^6.26.0",
    "react-use": "^17.5.1"
  },
  "devDependencies": {
    "@types/humanize-plus": "^1",
    "@types/node": "^22.9.0"
  }
}
