{
  "name": "agent",
  "private": true,
  "version": "1.0.0-alpha",
  "type": "module",
  "scripts": {
    "start": "yarn run -T vite --host 127.0.0.1 --port 3001",
    "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 4001",
    "lint": "yarn run -T eslint . --report-unused-disable-directives --max-warnings 0"
  },
  "dependencies": {
    "@emotion/css": "^11.13.0",
    "@migration-planner-ui/agent-client": "workspace:*",
    "@migration-planner-ui/ioc": "workspace:*",
    "@patternfly/react-core": "^5.4.0",
    "@patternfly/react-icons": "^5.4.0",
    "@patternfly/react-table": "^5.4.0",
    "@patternfly/react-tokens": "^5.4.0",
    "react": "^18.3.1",
    "react-content-loader": "^6.2.0",
    "react-dom": "^18.3.1",
    "react-router-dom": "^6.26.0",
    "react-use": "^17.5.1"
  },
  "files": [
    "dist"
  ]
}
