{
  "name": "@rulecms/source-components-react",
  "type": "module",
  "version": "20.21.0",
  "description": "React source components for RuleCMS",
  "main": "dist/index.esm.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.esm.js"
    },
    "./icon-registry": {
      "types": "./dist/icon-registry.d.ts",
      "import": "./dist/icon-registry.esm.js",
      "require": "./dist/icon-registry.cjs",
      "default": "./dist/icon-registry.esm.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "private": false,
  "files": [
    "dist",
    "LICENSE",
    "THIRD_PARTY_NOTICES"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:bundle": "npm run build && vitest run --config vite.bundle.config.ts",
    "test:coverage": "vitest run --coverage",
    "test:snapshot": "vitest run --reporter=verbose",
    "test:snapshot:update": "vitest run -u",
    "storybook": "storybook dev -p 6008",
    "build-storybook": "storybook build",
    "lint": "eslint . --ext .ts,.tsx",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run test && npm run lint && npm run typecheck && npm run test:bundle",
    "version:patch": "npm version patch",
    "version:minor": "npm version minor",
    "version:major": "npm version major",
    "release": "npm run test && npm run lint && npm run typecheck && npm run test:bundle && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rulecms/source-components-react.git"
  },
  "keywords": [
    "rulecms",
    "source",
    "components",
    "react",
    "cms"
  ],
  "author": "RuleCMS, LLC",
  "license": "UNLICENSED",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "lucide-static": "1.28.0",
    "styled-components": "^6.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-alias": "^5.1.1",
    "@rollup/plugin-commonjs": "^28.0.0",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-terser": "^0.4.0",
    "@rollup/plugin-typescript": "^12.0.0",
    "@rulecms/widget-react": "^22.26.0",
    "@storybook/addon-docs": "^10.0.0-beta.2",
    "@storybook/addon-links": "^10.0.0-beta.2",
    "@storybook/react": "^10.0.0-beta.2",
    "@storybook/react-vite": "^10.0.0-beta.2",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^16.0.0",
    "@testing-library/user-event": "^14.5.2",
    "@types/node": "^22.0.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "@vitejs/plugin-react": "^4.0.0",
    "@vitest/coverage-v8": "^2.1.9",
    "@vitest/ui": "^2.1.3",
    "eslint": "^8.0.0",
    "eslint-plugin-react": "^7.0.0",
    "eslint-plugin-react-hooks": "^4.0.0",
    "eslint-plugin-storybook": "^10.0.0-beta.2",
    "jsdom": "^25.0.0",
    "postcss": "^8.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "rollup": "^4.0.0",
    "rollup-plugin-dts": "^6.0.0",
    "rollup-plugin-peer-deps-external": "^2.0.0",
    "rollup-plugin-postcss": "^4.0.0",
    "sass": "^1.0.0",
    "storybook": "^10.0.0-beta.2",
    "tslib": "^2.0.0",
    "typescript": "^5.0.0",
    "vite": "^5.0.0",
    "vitest": "^2.1.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
