{
  "name": "tailwindcss-theme-variants",
  "version": "2.0.0-beta.0",
  "description": "Media-query- or JavaScript-based theme variants with fallback for Tailwind CSS",
  "keywords": [
    "plugin",
    "tailwind",
    "tailwindcss",
    "tailwindcss-plugin",
    "tailwindcss-theme",
    "tailwindcss-themes"
  ],
  "author": "Navith <navithnavithnavith+git@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/JakeNavith/tailwindcss-theme-variants.git"
  },
  "bugs": "https://github.com/JakeNavith/tailwindcss-theme-variants/issues",
  "homepage": "https://github.com/JakeNavith/tailwindcss-theme-variants",
  "files": [
    "index.js",
    "index.d.ts",
    "media-queries.js",
    "media-queries.d.ts",
    "selectors.js",
    "selectors.d.ts",
    "supports.js",
    "supports.d.ts",
    "theme-and-variable-converters.js",
    "theme-and-variable-converters.d.ts"
  ],
  "type": "commonjs",
  "types": "index.d.ts",
  "dependencies": {
    "lodash": "^4.17.21",
    "postcss-selector-parser": "^6.0.11",
    "tailwindcss": "^3.3.1"
  },
  "devDependencies": {
    "@navith/tailwindcss-plugin-author-types": "1.8.1-0.1",
    "@types/lodash": "^4.14.192",
    "@types/node": "^14.18.42",
    "esbuild": "^0.11.23",
    "postcss": "^8.4.21",
    "typescript": "^4.9.5"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "build": "node --experimental-json-modules build.mjs"
  }
}