{
  "name": "kitchn",
  "version": "1.4.0",
  "description": "Tonight Pass delicious React styled-components UI kit",
  "repository": {
    "type": "git",
    "url": "https://github.com/tonightpass/kitchn.git",
    "directory": "packages/kitchn"
  },
  "bugs": "https://github.com/tonightpass/kitchn/issues",
  "homepage": "https://kitchn.tonightpass.com",
  "license": "MIT",
  "keywords": [
    "react",
    "reactjs",
    "react-native",
    "ui",
    "ui-design",
    "styled-components",
    "kit",
    "uikit",
    "ui-components",
    "kitchn",
    "tonightpass",
    "kitchn-components",
    "nextjs",
    "gatsbyjs",
    "vite"
  ],
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "react-native": "dist/native/index.cjs.js",
  "files": [
    "dist",
    "logos",
    "native",
    "next",
    "fonts.css"
  ],
  "dependencies": {
    "@emotion/is-prop-valid": "^1.2.1",
    "@fontsource/figtree": "^5.0.1",
    "@fontsource/fira-code": "^5.0.0",
    "date-fns": "2.30.0",
    "deepmerge-ts": "^7.1.0",
    "next-themes": "^0.4.3",
    "react-day-picker": "^8.10.0",
    "react-hook-form": "^7.45.4",
    "react-icons": "^5.0.0",
    "styled-components": "6.1.13"
  },
  "peerDependencies": {
    "next": ">= 13.0.0",
    "react": ">= 16.8.0",
    "react-dom": ">= 16.8.0",
    "react-native": ">= 0.63.4",
    "react-native-remix-icon": ">= 0.4.0"
  },
  "peerDependenciesMeta": {
    "next": {
      "optional": true
    },
    "react-native": {
      "optional": true
    },
    "react-native-remix-icon": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/react": "^18.2.67",
    "@types/react-dom": "^18.2.22",
    "csstype": "^3.1.3",
    "next": "^14.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-native": "^0.76.0",
    "react-native-remix-icon": "^0.4.0",
    "tsup": "^8.0.1",
    "typescript": "^5.0.3"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch"
  }
}