{
  "name": "vite-plugin-taro",
  "version": "0.7.9",
  "author": "sep2",
  "description": "Vite 8 plugin for building one React/Taro codebase for WeChat, Alipay, TikTok, and H5 targets.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sep2/vite-plugin-taro.git",
    "directory": "packages/vite-plugin-taro"
  },
  "bugs": {
    "url": "https://github.com/sep2/vite-plugin-taro/issues"
  },
  "homepage": "https://vpt.js.org",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./client": {
      "types": "./client.d.ts"
    },
    "./types/native": {
      "types": "./dist/runtime/client/taro/native.d.ts"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "client.d.ts",
    "LICENSE",
    "README.md",
    "README.en.md"
  ],
  "keywords": [
    "vpt",
    "vite",
    "vite-plugin",
    "taro",
    "wechat",
    "alipay",
    "tiktok",
    "mini-program",
    "react"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^22.18.0 || >=24.11.0"
  },
  "dependencies": {
    "@tailwindcss/node": "4.3.3",
    "@tailwindcss/oxide": "4.3.3",
    "@tailwindcss/vite": "4.3.3",
    "@tarojs/shared": "4.2.1",
    "@vitejs/plugin-react": "^6.1.1",
    "core-js": "^3.50.0",
    "lightningcss": "1.33.0",
    "react-reconciler": "0.34.0",
    "rolldown": "1.2.9",
    "sval": "0.6.12",
    "tailwindcss": "^4.3.3",
    "vite-plugin-taro-runtime": "0.7.9"
  },
  "peerDependencies": {
    "react": "^19.3.0",
    "react-dom": "^19.3.0",
    "vite": "8.3.0"
  },
  "devDependencies": {
    "@babel/core": "^8.0.6",
    "@babel/generator": "^8.0.6",
    "@babel/plugin-transform-dynamic-import": "^8.0.1",
    "@babel/plugin-transform-modules-commonjs": "^8.0.1",
    "@babel/plugin-transform-modules-systemjs": "^8.0.1",
    "@oxc-project/types": "0.150.0",
    "@tailwindcss-mangle/engine": "0.2.0",
    "@types/node": "^26.6.2",
    "@types/react": "^19.3.0",
    "@types/react-dom": "^19.3.0",
    "@types/react-refresh": "^0.14.7",
    "@weapp-core/escape": "8.0.0",
    "@weapp-tailwindcss/postcss": "3.3.5",
    "c8": "^12.0.0",
    "oxc-walker": "1.1.1",
    "picocolors": "^1.1.1",
    "postcss-rule-unit-converter": "0.2.3",
    "rxjs": "^7.8.2",
    "typescript": "^7.0.2",
    "vite": "8.3.0"
  },
  "scripts": {
    "build": "node ../../scripts/sync-plugin-readme.ts && node ./scripts/build.ts",
    "test": "node --test --test-concurrency=2",
    "test:coverage": "c8 node --test --test-concurrency=2",
    "typecheck": "tsc --project tsconfig.json --noEmit"
  }
}