{
    "name": "@timeax/form-palette",
    "private": false,
    "version": "0.2.1",
    "description": "This package extracts and standardizes the **form + input + variant system** from an existing Laravel/Inertia/React project into a **reusable, framework-friendly** library",
    "keywords": [
        "Form",
        "react-form",
        "react-forms",
        "form-palette",
        "inputfields",
        "inputs",
        "input"
    ],
    "homepage": "https://github.com/timeax/form-palette-root#readme",
    "bugs": {
        "url": "https://github.com/timeax/form-palette-root/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/timeax/form-palette-root.git"
    },
    "files": [
        "dist"
    ],
    "license": "MIT",
    "author": "David Okpako",
    "main": "dist/index.cjs",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.mjs",
            "require": "./dist/index.cjs"
        },
        "./adapters": {
            "types": "./dist/adapters.d.ts",
            "import": "./dist/adapters.mjs",
            "require": "./dist/adapters.cjs"
        },
        "./extra": {
            "types": "./dist/extra.d.ts",
            "import": "./dist/extra.mjs",
            "require": "./dist/extra.cjs"
        }
    },
    "sideEffects": false,
    "scripts": {
        "build": "tsup",
        "dev": "tsc -p tsconfig.json --watch",
        "prepublishOnly": "rm -rf dist && npm run build",
        "postpublish": "npm version patch --no-git-tag-version"
    },
    "peerDependencies": {
        "@inertiajs/core": "^2",
        "@inertiajs/react": "^2",
        "@radix-ui/react-checkbox": "^1.3.3",
        "@radix-ui/react-dialog": "^1.1.15",
        "@radix-ui/react-label": "^2.1.8",
        "@radix-ui/react-popover": "^1.1.15",
        "@radix-ui/react-radio-group": "^1.3.8",
        "@radix-ui/react-scroll-area": "^1.2.10",
        "@radix-ui/react-select": "^2.2.6",
        "@radix-ui/react-separator": "^1.1.8",
        "@radix-ui/react-slider": "^1.3.6",
        "@radix-ui/react-slot": "^1.2.4",
        "@radix-ui/react-switch": "^1.2.6",
        "@radix-ui/react-toggle": "^1.1.10",
        "@radix-ui/react-toggle-group": "^1.1.11",
        "@radix-ui/react-tooltip": "^1.2.8",
        "@toast-ui/editor": "^3.2.2",
        "@iconify/react": "^6.0.2",
        "react": "^18 || ^19",
        "react-dom": "^18 || ^19",
        "axios": "^1.13.2",
        "react-virtuoso": "^4.18.1",
        "react-draggable": "^4.5.0"
    },
    "peerDependenciesMeta": {
        "@inertiajs/core": {
            "optional": true
        },
        "@inertiajs/react": {
            "optional": true
        }
    },
    "devDependencies": {
        "@inertiajs/core": "^2",
        "@inertiajs/react": "^2",
        "tsup": "^8.5.1",
        "typescript": "^5.9.3"
    },
    "dependencies": {
        "ajv": "^8.17.1"
    }
}
