{
  "name": "@pythnetwork/staking",
  "version": "0.0.0",
  "private": true,
  "type": "module",
  "engines": {
    "node": "22"
  },
  "scripts": {
    "build": "next build",
    "fix:format": "prettier --write .",
    "fix:lint": "eslint --fix .",
    "pull:env": "[ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_3TIYzlYYncZx7wRtfmzG2YUsNzKp vercel env pull",
    "start:dev": "next dev --port 3001",
    "start:prod": "next start --port 3001",
    "test:format": "prettier --check .",
    "test:lint": "eslint .",
    "test:types": "tsc",
    "test:unit": "jest --selectProjects unit"
  },
  "dependencies": {
    "@amplitude/analytics-browser": "^2.9.3",
    "@amplitude/plugin-autocapture-browser": "^0.9.0",
    "@bonfida/spl-name-service": "^3.0.0",
    "@heroicons/react": "^2.1.4",
    "@next/third-parties": "^14.2.5",
    "@pythnetwork/hermes-client": "workspace:*",
    "@pythnetwork/staking-sdk": "workspace:*",
    "@react-aria/toast": "3.0.0-beta.16",
    "@react-hookz/web": "^24.0.4",
    "@react-stately/toast": "3.0.0-beta.6",
    "@solana/wallet-adapter-base": "^0.9.23",
    "@solana/wallet-adapter-react": "^0.15.35",
    "@solana/wallet-adapter-react-ui": "^0.9.35",
    "@solana/wallet-adapter-wallets": "0.19.10",
    "@solana/web3.js": "1.92.3",
    "@vercel/functions": "^1.5.0",
    "bcp-47": "^2.1.0",
    "clsx": "^2.1.1",
    "dnum": "^2.13.1",
    "framer-motion": "catalog:",
    "ip-range-check": "^0.2.0",
    "next": "catalog:",
    "pino": "^9.3.2",
    "proxycheck-ts": "^0.0.11",
    "react": "catalog:",
    "react-aria": "catalog:",
    "react-aria-components": "catalog:",
    "react-dom": "catalog:",
    "recharts": "^2.13.3",
    "swr": "^2.2.5",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@axe-core/react": "^4.9.1",
    "@cprussin/eslint-config": "catalog:",
    "@cprussin/jest-config": "catalog:",
    "@cprussin/prettier-config": "catalog:",
    "@cprussin/tsconfig": "catalog:",
    "@svgr/webpack": "^8.1.0",
    "@tailwindcss/forms": "^0.5.7",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.0.0",
    "@types/react": "catalog:",
    "@types/react-dom": "catalog:",
    "autoprefixer": "^10.4.19",
    "eslint": "^9.8.0",
    "jest": "^29.7.0",
    "postcss": "^8.4.40",
    "prettier": "^3.3.2",
    "tailwindcss": "^3.4.7",
    "tailwindcss-animate": "^1.0.7",
    "tailwindcss-react-aria-components": "^1.1.5",
    "typescript": "^5.5.4",
    "vercel": "^35.2.2"
  }
}
