{
  "name": "daisyui",
  "version": "3.9.4",
  "description": "daisyUI - Tailwind CSS Components",
  "author": "Pouya Saadeghi",
  "license": "MIT",
  "homepage": "https://daisyui.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saadeghi/daisyui.git"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/daisyui"
  },
  "bugs": {
    "url": "https://github.com/saadeghi/daisyui/issues"
  },
  "keywords": [
    "design-system",
    "tailwindcss",
    "components",
    "ui-library",
    "component",
    "framework",
    "tailwind",
    "daisyui",
    "theming",
    "postcss",
    "design",
    "css",
    "ui"
  ],
  "main": "src/index.js",
  "typings": "src/index.d.ts",
  "types": "src/index.d.ts",
  "files": [
    "src/lib/**/*.js",
    "dist/*.js",
    "dist/{themes,styled,unstyled,full}.css",
    "!dist/*.rtl.css",
    "src/index.js",
    "src/theming/*.js",
    "src/theming/*.d.ts",
    "src/index.d.ts"
  ],
  "engines": {
    "node": ">=16.9.0"
  },
  "browserslist": [
    "> 7%"
  ],
  "publishConfig": {
    "access": "public",
    "branches": [
      "master"
    ]
  },
  "scripts": {
    "init": "npm install && npm run build && cd src/docs && npm install && cd src/experiments/playground && npm install",
    "prettier": "prettier --write '**/*.{js,svelte,md,json,html,css}' --config src/.prettierrc.yaml --ignore-path src/.prettierignore",
    "build": "node src/build",
    "build:skipfullcss": "node src/build --skipfullcss",
    "dev": "cd src/docs && npm run dev",
    "add": "touch src/components/unstyled/$npm_config_name.css && touch src/components/styled/$npm_config_name.css",
    "postadd": "open src/components/unstyled/$npm_config_name.css && open src/components/styled/$npm_config_name.css",
    "playground": "cd src/experiments/playground && npm run dev",
    "release": "rm -f package-lock.json && standard-version",
    "release:patch": "rm -f package-lock.json && standard-version --release-as patch",
    "release:minor": "rm -f package-lock.json && standard-version --release-as minor",
    "release:major": "rm -f package-lock.json && standard-version --release-as major"
  },
  "devDependencies": {
    "autoprefixer": "^10",
    "postcss-cli": "10.1.0",
    "postcss-import": "15.1.0",
    "prejss-cli": "0.3.3",
    "prettier": "^3.0.3",
    "prettier-plugin-svelte": "^3.0.3",
    "prettier-plugin-tailwindcss": "^0.5.5",
    "rtlcss": "4.1.1",
    "standard-version": "^9.5.0"
  },
  "dependencies": {
    "colord": "^2.9",
    "css-selector-tokenizer": "^0.8",
    "postcss": "^8",
    "postcss-js": "^4",
    "tailwindcss": "^3.1"
  }
}
