{
  "name": "@retail-ui/theme",
  "version": "0.7.0",
  "description": "The Theme component of @retail-ui",
  "keywords": [
    "react",
    "components",
    "Theme",
    "typescript",
    "tsdx"
  ],
  "homepage": "https://github.com/sondh0127/retail-ui/tree/master/packages/theme#readme",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "main": "dist/index.js",
  "module": "dist/theme.esm.production.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "repository": {
    "directory": "packages/theme",
    "type": "git",
    "url": "git+https://github.com/sondh0127/retail-ui.git"
  },
  "bugs": {
    "url": "https://github.com/sondh0127/retail-ui/issues"
  },
  "scripts": {
    "start": "tsdx watch --verbose --noClean",
    "build": "tsdx build --tsconfig tsconfig.build.json",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "dependencies": {
    "react-use": "^15.3.4"
  },
  "gitHead": "cec39706f123b45da7ce0a67a24c6145c04a6baf"
}
