{
  "name": "@uni-helper/vite-plugin-uni-tailwind",
  "version": "0.15.2",
  "description": "支持在 uni-app 中使用 TailwindCSS@3 原有语法开发",
  "keywords": [
    "vite",
    "transform",
    "tailwind",
    "tailwindcss",
    "vite-plugin",
    "uni-app",
    "uniapp",
    "miniprogram",
    "mini-program"
  ],
  "homepage": "https://github.com/uni-helper/vite-plugin-uni-tailwind",
  "bugs": {
    "url": "https://github.com/uni-helper/vite-plugin-uni-tailwind/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uni-helper/vite-plugin-uni-tailwind.git",
    "directory": "packages/core"
  },
  "funding": "https://github.com/sponsors/modyqyw",
  "license": "MIT",
  "author": {
    "name": "ModyQyW",
    "email": "wurui.dev@gmail.com",
    "url": "https://modyqyw.top"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@babel/core": "^7.26.0",
    "@uni-helper/uni-env": "^0.1.5",
    "@vivaxy/wxml": "^2.1.0",
    "postcss": "^8.4.47"
  },
  "devDependencies": {
    "@types/babel__core": "^7.20.5",
    "tailwindcss": "^3.4.14"
  },
  "peerDependencies": {
    "rollup": "^2.0.0 || ^3.0.0 || ^4.0.0",
    "tailwindcss": "^3.0.0",
    "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
  },
  "peerDependenciesMeta": {
    "rollup": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=14.18"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub"
  }
}