{
  "name": "hns-react",
  "version": "0.0.15",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "scripts": {
    "lint": "eslint *.ts*",
    "build": "tsup src/index.ts",
    "dev": "npm run build -- --watch --env.HNS_HC_URL=http://localhost:3001 --env.HNS_API_URL=http://127.0.0.1:4030/graphql",
    "clear": "rm -rf dist build node_modules .turbo .next",
    "graphql-codegen": "graphql-codegen --verbose --debug --config codegen.yml"
  },
  "dependencies": {
    "penpal": "^6.2.2",
    "popper-max-size-modifier": "^0.2.0",
    "react-icons": "^4.6.0",
    "date-fns": "^2.29.3"
  },
  "peerDependencies": {
    "react": ">= 18",
    "react-dom": ">= 18",
    "@chakra-ui/react": ">= 2",
    "@emotion/react": "^11.0.0",
    "@emotion/styled": "^11.0.0",
    "framer-motion": ">= 4.0.0",
    "graphql": ">= 15.0.0",
    "@apollo/client": ">= 3.0.0"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "2.13.11",
    "@graphql-codegen/introspection": "2.2.1",
    "@graphql-codegen/typescript": "2.8.1",
    "@graphql-codegen/typescript-apollo-client-helpers": "2.2.6",
    "@graphql-codegen/typescript-operations": "2.5.6",
    "@graphql-codegen/typescript-react-apollo": "3.3.6",
    "eslint": "^7.32.0",
    "eslint-config-custom": "workspace:*",
    "react": "^18.2.0",
    "tsconfig": "workspace:*",
    "tsup": "^6.2.3",
    "tsup-config": "workspace:*",
    "typescript": "^4.8.4",
    "@chakra-ui/react": "^2.3.6",
    "@emotion/react": "^11.10.4",
    "@emotion/styled": "^11.10.4",
    "framer-motion": "^7.6.1",
    "@types/react": "^18.0.24",
    "@apollo/client": "^3.7.0",
    "graphql": "^16.6.0"
  }
}