{
    "name": "react-iro",
    "version": "0.1.8",
    "description": "React Wrapper for iro.js",
    "main": "dist/cjs/index.js",
    "module": "dist/esm/index.js",
    "files": [
        "dist"
    ],
    "types": "dist/index.d.ts",
    "repository": {
        "type": "git",
        "url": "https://github.com/LidiaKovac/react-iro.git"
    },
    "keywords": [
        "iro.js",
        "react-iro",
        "react wrapper",
        "react color picker",
        "react",
        "components",
        "ui"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "rm -rf dist && rollup -c -w"
    },
    "author": "",
    "license": "ISC",
    "dependencies": {
        "@jaames/iro": "^5.5.2",
        "@tailwindcss/postcss": "^4.2.1",
        "postcss": "^8.5.8"
    },
    "peerDependencies": {
        "react": ">=17.0.0",
        "react-dom": ">=17.0.0"
    },
    "devDependencies": {
        "@babel/core": "^7.22.10",
        "@babel/preset-env": "^7.22.10",
        "@babel/preset-react": "^7.22.5",
        "@rollup/plugin-babel": "^6.0.3",
        "@rollup/plugin-commonjs": "^25.0.3",
        "@rollup/plugin-node-resolve": "^15.1.0",
        "@rollup/plugin-replace": "^5.0.2",
        "@rollup/plugin-typescript": "^11.1.2",
        "@types/react": ">=17.0.0",
        "babel": "^5.8.38",
        "rollup": "^3.28.0",
        "rollup-plugin-dts": "^5.3.1",
        "rollup-plugin-peer-deps-external": "^2.2.4",
        "tslib": "^2.6.1",
        "typescript": "^5.9.3"
    }
}
