{
  "name": "@windstream/react-shared-components",
  "version": "0.2.44",
  "type": "module",
  "description": "Shared React components for Kinetic applications",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "typesVersions": {
    "*": {
      "core": [
        "./dist/core.d.ts"
      ],
      "utils": [
        "./dist/utils/index.d.ts"
      ],
      "contentful": [
        "./dist/contentful/index.d.ts"
      ],
      "next": [
        "./dist/next/index.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js"
    },
    "./core": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js"
    },
    "./utils": {
      "types": "./dist/utils/index.d.ts",
      "import": "./dist/utils/index.esm.js",
      "require": "./dist/utils/index.js"
    },
    "./contentful": {
      "types": "./dist/contentful/index.d.ts",
      "import": "./dist/contentful/index.esm.js",
      "require": "./dist/contentful/index.js"
    },
    "./next": {
      "types": "./dist/next/index.d.ts",
      "import": "./dist/next/index.esm.js",
      "require": "./dist/next/index.js"
    },
    "./tailwind.config": {
      "types": "./tailwind.config.cjs",
      "require": "./tailwind.config.cjs",
      "import": "./tailwind.config.cjs",
      "default": "./tailwind.config.cjs"
    },
    "./tailwind.config.cjs": {
      "require": "./tailwind.config.cjs",
      "import": "./tailwind.config.cjs",
      "default": "./tailwind.config.cjs"
    },
    "./styles": {
      "default": "./dist/styles.css"
    },
    "./styles.css": {
      "default": "./dist/styles.css"
    },
    "./src/*": {
      "default": "./src/*"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "tailwind.config.cjs"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "clean": "rimraf dist",
    "prebuild": "npm run clean",
    "prepack": "npm run build",
    "lint": "eslint src --ext .ts,.tsx",
    "lint:fix": "eslint src --ext .ts,.tsx --fix",
    "format": "prettier --write \"src/**/*.(js|jsx|ts|tsx|css)\" | grep -v \"changed\" || true",
    "format:check": "prettier --check .",
    "test": "npm run lint:tests && jest",
    "test:unit": "jest --ci --coverage --watchAll=false",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "type-check": "tsc --noEmit",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "peerDependencies": {
    "next": ">=13.0.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "peerDependenciesMeta": {
    "next": {
      "optional": true
    }
  },
  "dependencies": {
    "@contentful/rich-text-react-renderer": "^16.1.6",
    "@contentful/rich-text-types": "^17.2.5",
    "@radix-ui/react-dialog": "1.0.5",
    "@types/react-modal": "3.16.3",
    "@types/react-transition-group": "4.4.12",
    "clsx": "2.1.1",
    "framer-motion": "10.12.16",
    "js-base64": "^3.7.7",
    "js-cookie": "^3.0.5",
    "react-modal": "3.16.3",
    "react-select": "5.10.2",
    "react-transition-group": "4.4.5"
  },
  "optionalDependencies": {
    "@types/js-cookie": "^3.0.6"
  },
  "devDependencies": {
    "@ianvs/prettier-plugin-sort-imports": "4.7.0",
    "@rollup/plugin-commonjs": "28.0.6",
    "@rollup/plugin-node-resolve": "16.0.1",
    "@rollup/plugin-terser": "0.4.4",
    "@rollup/plugin-typescript": "12.1.4",
    "@storybook/addon-docs": "9.1.3",
    "@storybook/addon-onboarding": "9.1.3",
    "@storybook/blocks": "^9.0.0-alpha.17",
    "@storybook/react": "9.1.3",
    "@storybook/react-vite": "9.1.3",
    "@tailwindcss/typography": "^0.5.19",
    "@testing-library/jest-dom": "6.6.4",
    "@testing-library/react": "16.3.0",
    "@types/jest": "^29.5.14",
    "@types/react": "18.3.23",
    "@types/react-dom": "18.3.7",
    "@types/react-select": "5.0.1",
    "@typescript-eslint/eslint-plugin": "8.39.0",
    "@typescript-eslint/parser": "8.39.0",
    "autoprefixer": "10.4.21",
    "eslint": "8.57.1",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-jsx-a11y": "6.10.2",
    "eslint-plugin-prettier": "5.5.4",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "5.2.0",
    "eslint-plugin-storybook": "9.1.3",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "next": "^16.1.6",
    "postcss": "8.5.6",
    "postcss-loader": "8.1.1",
    "prettier": "3.6.2",
    "prettier-plugin-tailwindcss": "0.6.14",
    "rimraf": "^6.1.2",
    "rollup": "4.49.0",
    "rollup-plugin-dts": "6.2.3",
    "rollup-plugin-peer-deps-external": "2.2.4",
    "rollup-plugin-postcss": "4.0.2",
    "rollup-plugin-preserve-directives": "^0.4.0",
    "storybook": "9.1.3",
    "tailwind-merge": "3.3.1",
    "tailwindcss": "3.4.17",
    "tailwindcss-radix": "^4.0.2",
    "ts-jest": "^29.4.9",
    "ts-node": "^10.9.2",
    "typescript": "5.3.3"
  },
  "keywords": [
    "react",
    "components",
    "ui",
    "kinetic",
    "windstream",
    "typescript"
  ],
  "author": "Kinetic Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kinetic/react-shared-components.git"
  },
  "bugs": {
    "url": "https://github.com/kinetic/react-shared-components/issues"
  },
  "homepage": "https://github.com/kinetic/react-shared-components#readme"
}
