{
  "name": "minorui",
  "version": "0.2.0",
  "description": "A React UI component library with a minimal design. The official design system for Sutle.",
  "author": "Joeylene Rivera",
  "license": "MIT",
  "repository": "jorenrui/minorui",
  "main": "index.js",
  "typings": "index.d.ts",
  "module": "minorui.esm.js",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "cd example && npm start",
    "dev": "tsc -p tsconfig.json  --watch",
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "prepare": "npm run build && npm run prepare:dist",
    "prepare:dist": "cp -rf package.json README.md LICENSE CHANGELOG.md dist",
    "prepublishOnly": "echo \"Error: Don't run 'npm publish' in root. Use 'npm run dist' instead.\" && exit 1",
    "dist:beta": "cd dist && npm publish --ignore-scripts --tag beta",
    "dist": "cd dist && npm publish --ignore-scripts"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "devDependencies": {
    "@types/react": "^17.0.2",
    "@types/react-dom": "^17.0.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "tslib": "^2.1.0",
    "typescript": "^4.1.5"
  },
  "dependencies": {
    "@radix-ui/react-accessible-icon": "^0.1.0",
    "@radix-ui/react-dialog": "^0.1.0",
    "@radix-ui/react-dropdown-menu": "^0.1.0",
    "@radix-ui/react-id": "^0.1.0",
    "@radix-ui/react-label": "^0.1.0",
    "@radix-ui/react-polymorphic": "^0.0.14",
    "@radix-ui/react-progress": "^0.1.0",
    "@radix-ui/react-separator": "^0.1.0",
    "@radix-ui/react-visually-hidden": "^0.1.0",
    "@stitches/react": "^1.2.5"
  }
}
