{
  "name": "@toktokhan-dev/react-web",
  "version": "0.0.23",
  "description": "A utility library for global use in React Web environments.",
  "author": "TOKTOKHAN.DEV <fe-system@toktokhan.dev>",
  "license": "ISC",
  "type": "module",
  "homepage": "https://toktokhan-dev-docs.vercel.app/docs/react-web",
  "repository": {
    "type": "git",
    "url": "https://github.com/TOKTOKHAN-DEV/toktokhan-dev/blob/main/packages/react/web",
    "directory": "packages/react/web"
  },
  "bugs": {
    "url": "https://github.com/TOKTOKHAN-DEV/toktokhan-dev/issues"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "!dist/*.map"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "keywords": [
    "react-web",
    "next-js",
    "react",
    "react-utility",
    "react-components",
    "react-hooks"
  ],
  "dependencies": {
    "dayjs": "^1.10.6",
    "lodash": "^4.17.21",
    "react": "^18.2.0",
    "react-cookie": "^7.1.4",
    "react-dom": "^18.3.1",
    "@toktokhan-dev/react-universal": "0.0.12",
    "@toktokhan-dev/universal": "0.0.8"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.0",
    "@types/react": "^18.3.2",
    "@types/react-dom": "^18.0.11",
    "@toktokhan-dev/ts-config": "0.0.1"
  },
  "scripts": {
    "build": "rollup -c",
    "test": "jest",
    "test:watch": "jest --watch",
    "api-extractor": "api-extractor run --local --verbose"
  }
}