{
  "name": "@thasmorato-ignite-ui/react",
  "version": "1.0.4",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "scripts": {
    "build": "tsup src/index.tsx --format esm,cjs --dts --external react",
    "dev": "tsup src/index.tsx --format esm,cjs --dts --external react --watch",
    "lint": "eslint src/**/*.ts* --fix"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@thasmorato-ignite-ui/eslint-config": "*",
    "@thasmorato-ignite-ui/tokens": "*",
    "@thasmorato-ignite-ui/ts-config": "*",
    "@types/react": "^18.2.39",
    "@types/react-dom": "^18.2.17",
    "react": "^18.2.0",
    "tsup": "^8.0.1",
    "typescript": "5.1.6"
  },
  "dependencies": {
    "@radix-ui/react-avatar": "^1.0.4",
    "@radix-ui/react-checkbox": "^1.0.4",
    "@stitches/react": "^1.2.8",
    "phosphor-react": "^1.4.1"
  }
}
