{
  "name": "react-dculus-daisyui",
  "version": "2.0.28",
  "description": "react-dculus-daisyui - DaisyUI components built with React 🌼",
  "author": "daisyui",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/daisyui/react-dculus-daisyui.git"
  },
  "type": "module",
  "exports": {
    "import": "./dist/react-dculus-daisyui.modern.js",
    "require": "./dist/react-dculus-daisyui.cjs",
    "default": "./dist/react-dculus-daisyui.modern.js"
  },
  "main": "./dist/react-dculus-daisyui.cjs",
  "module": "./dist/react-dculus-daisyui.esm.js",
  "unpkg": "./dist/react-dculus-daisyui.umd.js",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "types": "./dist/index.d.ts",
  "scripts": {
    "start": "start-storybook -p 6006",
    "dist": "microbundle --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react --globals react/jsx-runtime=jsx --format modern,cjs,esm --css inline --compress false",
    "docs": "build-storybook -o ./docs -s ./public --no-manager-cache",
    "test": "jest",
    "format": "prettier --write ./src",
    "prepublishOnly": "npm run dist",
    "postpublish": "git push --no-verify && git push --tags",
    "version": "npm run docs && git add -A docs",
    "generate": "plop",
    "patch": "sh ./patch.sh"
  },
  "peerDependencies": {
    "dculusux": "^2.14.4",
    "react": ">=16",
    "react-dom": ">=16",
    "tailwindcss": "^3.0.23"
  },
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/plugin-proposal-class-properties": "^7.16.0",
    "@babel/plugin-proposal-export-default-from": "^7.16.0",
    "@babel/plugin-transform-react-jsx": "^7.16.0",
    "@babel/plugin-transform-runtime": "^7.16.4",
    "@babel/preset-env": "^7.16.4",
    "@babel/preset-react": "^7.16.0",
    "@babel/preset-typescript": "^7.16.0",
    "@storybook/addon-actions": "^6.4.1",
    "@storybook/addon-docs": "^6.4.19",
    "@storybook/addon-essentials": "^6.4.1",
    "@storybook/addon-links": "^6.4.1",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/addon-storysource": "^6.4.19",
    "@storybook/addon-viewport": "^6.4.22",
    "@storybook/react": "^6.4.1",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.0.0",
    "@testing-library/react-hooks": "^7.0.2",
    "@testing-library/user-event": "^13.2.1",
    "@types/jest": "^27.4.1",
    "@types/lodash.range": "^3.2.6",
    "@types/react": "^17.0.15",
    "@types/react-dom": "^17.0.9",
    "@vitejs/plugin-react": "^1.2.0",
    "autoprefixer": "^10.4.2",
    "babel-jest": "^27.3.1",
    "babel-loader": "^8.2.2",
    "clsx": "^1.1.1",
    "eslint-plugin-mdx": "^1.16.0",
    "jest": "^27.0.6",
    "microbundle": "^0.14.2",
    "plop": "^3.0.5",
    "postcss": "^8.4.8",
    "pre-commit": "^1.2.2",
    "prettier": "^2.3.2",
    "prism-react-renderer": "^1.3.1",
    "react-test-renderer": "^17.0.2",
    "storybook-addon-themes": "^6.1.0",
    "storybook-builder-vite": "^0.1.18",
    "styled-jsx": "^5.0.0",
    "tailwind-merge": "^1.2.0",
    "ts-jest": "^27.1.3",
    "typescript": "^4.3.5",
    "vite": "^2.8.6"
  },
  "pre-commit": [
    "patch"
  ],
  "dependencies": {
    "react-select": "^5.3.1"
  }
}
