{
  "name": "strict-ui",
  "version": "0.1.3",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "prepare": "microbundle --no-compress",
    "watch": "microbundle watch --no-compress"
  },
  "author": "Max Stoiber",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@theme-ui/components": ">= 0.4.0-alpha.0",
    "@theme-ui/css": ">= 0.4.0-alpha.0",
    "@types/reflexbox": "^4.0.0",
    "emotion": "^10.0.27",
    "reflexbox": "^4.0.6",
    "theme-ui": ">= 0.4.0-alpha.0"
  }
}
