{
    "private": false,
    "name": "uniwind",
    "version": "1.9.0",
    "description": "The fastest Tailwind bindings for React Native",
    "homepage": "https://uniwind.dev",
    "author": "Unistack",
    "type": "module",
    "bin": {
        "uniwind": "./dist/cli/index.mjs"
    },
    "repository": "https://github.com/uni-stack/uniwind",
    "sideEffects": false,
    "scripts": {
        "precommit": "bun lint",
        "build": "unbuild",
        "check:typescript": "tsc --noEmit",
        "lint": "oxlint src",
        "lint:fix": "oxlint src --fix",
        "format": "dprint fmt",
        "prepublishOnly": "bun run build",
        "circular:check": "dpdm --no-warning --no-tree -T --exit-code circular:1 'src/**/*.ts' 'src/**/*.tsx'",
        "test:native": "jest --config jest.config.native.js",
        "test:web": "jest --config jest.config.web.js",
        "test:types": "tsc --project tests/type-test/tsconfig.json",
        "test:e2e": "bun --bun playwright test",
        "release": "release-it"
    },
    "keywords": [
        "unistyles",
        "react-native-unistyles",
        "react-native",
        "react",
        "native",
        "tailwind",
        "tailwindcss",
        "theme",
        "style"
    ],
    "license": "MIT",
    "style": "./uniwind.css",
    "source": "src/index",
    "exports": {
        ".": {
            "style": "./uniwind.css",
            "types": "./dist/module/index.d.ts",
            "react-native": "./src/index.ts",
            "import": "./dist/module/index.js",
            "default": "./dist/common/index.js"
        },
        "./components": {
            "types": "./no-types.d.ts",
            "react-native": "./src/components/index.ts",
            "import": "./dist/module/components/web/index.js",
            "default": "./dist/common/components/web/index.js"
        },
        "./components/*": {
            "types": "./no-types.d.ts",
            "react-native": "./src/components/native/*.tsx",
            "import": "./dist/module/components/web/*.js",
            "default": "./dist/common/components/web/*.js"
        },
        "./metro": {
            "types": "./dist/metro/index.d.ts",
            "default": "./dist/metro/index.cjs"
        },
        "./vite": {
            "types": "./dist/vite/index.d.ts",
            "import": "./dist/vite/index.mjs",
            "default": "./dist/vite/index.cjs"
        },
        "./types": "./types.d.ts",
        "./package.json": "./package.json"
    },
    "files": [
        "src",
        "dist",
        "metro",
        "vite",
        "uniwind.css",
        "types.d.ts",
        "readme.md",
        "LICENSE"
    ],
    "dependencies": {
        "@tailwindcss/node": "4.3.0",
        "@tailwindcss/oxide": "4.3.0",
        "culori": "4.0.2",
        "lightningcss": "1.30.1"
    },
    "peerDependencies": {
        "react": ">=19.0.0",
        "react-native": ">=0.81.0",
        "tailwindcss": ">=4",
        "metro": "*",
        "metro-cache": "*",
        "@expo/metro-config": "*",
        "metro-transform-worker": "*"
    },
    "peerDependenciesMeta": {
        "@expo/metro-config": {
            "optional": true
        },
        "metro-transform-worker": {
            "optional": true
        }
    },
    "devDependencies": {
        "@playwright/test": "1.60.0",
        "@react-native/babel-preset": "0.85.3",
        "@react-native/jest-preset": "0.85.3",
        "@swc/core": "1.15.33",
        "@swc/jest": "0.2.39",
        "@testing-library/jest-dom": "6.9.1",
        "@testing-library/jest-native": "5.4.3",
        "@testing-library/react": "16.3.2",
        "@testing-library/react-native": "13.3.3",
        "@types/bun": "catalog:",
        "@types/culori": "4.0.1",
        "@types/jest": "29.5.14",
        "@types/react": "catalog:",
        "dpdm": "4.2.0",
        "git-cliff": "2.13.1",
        "jest": "29.7.0",
        "jest-environment-jsdom": "29.7.0",
        "metro": "0.84.4",
        "prettier": "3.8.3",
        "react-native-web": "catalog:",
        "react-test-renderer": "19.2.3",
        "release-it": "20.0.1",
        "typescript": "catalog:",
        "unbuild": "3.6.1",
        "vite": "catalog:"
    }
}
