{
  "name": "react-router-theme",
  "version": "1.2.1",
  "description": "Theme support for React Router and Remix",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/franzvrolijk/react-router-theme.git"
  },
  "keywords": [
    "react",
    "react-router",
    "react-router-theme",
    "router",
    "v7",
    "theme",
    "ssr",
    "cookie",
    "flashing",
    "tab",
    "window",
    "remix",
    "state"
  ],
  "author": "Franz Vrolijk",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/franzvrolijk/react-router-theme/issues"
  },
  "homepage": "https://github.com/franzvrolijk/react-router-theme#readme",
  "devDependencies": {
    "@types/react": ">=18.0.0",
    "typescript": "^5.7.3"
  },
  "peerDependencies": {
    "react": ">=18.0.0"
  }
}