{
  "name": "mixlea-ui-taro-react",
  "version": "0.0.10",
  "author": "Mixlea.com",
  "private": false,
  "description": "",
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/mixlea-ui-taro-react.d.ts",
      "import": "./dist/mixlea-ui-taro-react.mjs",
      "require": "./dist/mixlea-ui-taro-react.cjs"
    },
    "./*": "./*",
    "./style": "./dist/style.css"
  },
  "source": "src/index.ts",
  "main": "dist/mixlea-ui-taro-react.cjs",
  "module": "dist/mixlea-ui-taro-react.mjs",
  "types": "dist/mixlea-ui-taro-react.d.ts",
  "typings": "dist/mixlea-ui-taro-react.d.ts",
  "style": "dist/style.css",
  "scripts": {
    "postinstall": "weapp-tw patch",
    "build": "vite build",
    "dev": "vite build --watch",
    "format": "prettier --write \"src/**/*.{js,jsx,tsx,vue}\"",
    "push": "git add . & git commit -m 'update' & git push"
  },
  "peerDependencies": {
    "@tarojs/components": "4.1.3",
    "@tarojs/taro": "4.1.3",
    "mixlea-hooks-react": ">=0.0.11",
    "mixlea-utils-js": ">=0.1.57",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "dependencies": {
    "@tarojs/components": "4.1.3",
    "@tarojs/taro": "4.1.3",
    "mixlea-hooks-react": ">=0.0.11",
    "mixlea-utils-js": ">=0.1.57",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.4",
    "@babel/eslint-parser": "^7.27.5",
    "@babel/plugin-transform-class-properties": "7.25.9",
    "@babel/preset-react": "^7.24.1",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
    "@rushstack/eslint-patch": "^1.11.0",
    "@tarojs/cli": "4.1.3",
    "@tarojs/taro-loader": "4.1.3",
    "@tarojs/webpack5-runner": "4.1.3",
    "@tsconfig/node20": "^20.1.6",
    "@types/node": "^18",
    "@types/react": "^18.0.0",
    "@types/webpack-env": "^1.13.6",
    "@typescript-eslint/eslint-plugin": "^8.34.1",
    "@typescript-eslint/parser": "^8.34.1",
    "@vitejs/plugin-react": "^4.5.2",
    "autoprefixer": "^10.4.21",
    "babel-preset-taro": "4.1.3",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-config-taro": "4.1.3",
    "eslint-import-resolver-typescript": "^4.4.3",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-prettier": "^5.5.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^4.4.0",
    "postcss": "^8.4.38",
    "react-refresh": "^0.14.0",
    "sass": "^1.75.0",
    "stylelint": "^16.4.0",
    "tailwindcss": "3",
    "tsconfig-paths-webpack-plugin": "^4.1.0",
    "typescript": "^5.4.5",
    "unplugin-auto-import": "^19.3.0",
    "vite": "^4.5.14",
    "vite-plugin-dts": "^4.5.4",
    "weapp-tailwindcss": "^4.1.9",
    "webpack": "5.91.0"
  }
}
