{
  "name": "@dooboo-ui/theme",
  "version": "0.12.16",
  "description": "dooboo-ui theme provider",
  "homepage": "https://github.com/dooboolab-community/dooboo-ui#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "react-native": "lib/index",
  "module": "lib/index",
  "source": "lib/index",
  "repository": {
    "type": "git",
    "directory": "packages/theme"
  },
  "scripts": {
    "clean": "rm -rf lib",
    "build": "yarn clean && tsc && cp *.ts *.tsx ./lib",
    "watch": "tsc -w"
  },
  "bugs": {
    "url": "https://github.com/dooboo-ui/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "theme",
    "dooboo-theme",
    "dooboo-ui",
    "dooboolab"
  ],
  "dependencies": {
    "@expo/match-media": "^0.4.0",
    "react-responsive": "^9.0.2"
  },
  "devDependencies": {
    "@emotion/native": "^11.11.0",
    "@emotion/react": "^11.11.1",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "@emotion/native": ">=11",
    "@emotion/react": ">=11",
    "react": ">=16.9",
    "react-native": ">=0.58",
    "@expo/match-media": ">=0.4.0",
    "react-responsive": ">=9.0.0"
  }
}
