{
  "name": "icon-picker-react",
  "private": false,
  "version": "3.0.0",
  "prepublish": "tsc",
  "scripts": {
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "prepare": "npm run build",
    "dev": "vite"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "styled-components": "^6.1.15"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "@types/react-icons": "^2.2.7",
    "@types/styled-components": "^5.1.26",
    "@vitejs/plugin-react": "^4.3.4",
    "tslib": "^2.8.1",
    "typescript": "^5.7.3",
    "vite": "^6.1.0"
  },
  "keywords": [
    "icone",
    "icon",
    "picker",
    "picker-icon",
    "select-icon",
    "react",
    "ts",
    "typescript",
    "styled-components",
    "react-icons"
  ],
  "description": "Componente de seleção de ícones dinamicamente",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CarlosZanchet/cz-icon-picker.git"
  },
  "author": "CarlosZanchet",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/CarlosZanchet/cz-icon-picker/issues"
  },
  "homepage": "https://github.com/CarlosZanchet/cz-icon-picker#readme",
  "dependencies": {
    "@types/node": "^22.13.4",
    "babel-plugin-styled-components": "^2.0.7",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "camelize": "^1.0.0",
    "css-color-keywords": "^1.0.0",
    "css-to-react-native": "^3.0.0",
    "lodash": "^4.17.21",
    "loose-envify": "^1.4.0",
    "picomatch": "^4.0.2",
    "postcss-value-parser": "^4.2.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-icons": "^5.4.0",
    "react-is": "^19.0.0",
    "scheduler": "^0.25.0",
    "shallowequal": "^1.1.0",
    "styled-components": "^6.1.15"
  }
}
