{
  "name": "@tarojs/taro",
  "version": "4.0.12",
  "description": "Taro framework",
  "author": "O2Team",
  "license": "MIT",
  "main": "index.js",
  "typings": "types/index.d.ts",
  "files": [
    "index.js",
    "types",
    "html.css",
    "html5.css"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NervJS/taro.git"
  },
  "keywords": [
    "taro"
  ],
  "engines": {
    "node": ">= 18"
  },
  "dependencies": {
    "@types/postcss-url": "^10.0.4",
    "@tarojs/api": "4.0.12",
    "@tarojs/runtime": "4.0.12"
  },
  "devDependencies": {
    "@types/react": "^18.3.1",
    "html-webpack-plugin": "^5.6.0",
    "postcss": "^8.4.38",
    "webpack": "5.91.0",
    "webpack-chain": "^6.5.1",
    "webpack-dev-server": "^4.15.2",
    "rollup": "^3.29.4",
    "@tarojs/shared": "4.0.12",
    "@tarojs/components": "4.0.12",
    "@tarojs/helper": "4.0.12"
  },
  "peerDependencies": {
    "@types/react": "^18",
    "html-webpack-plugin": "^5",
    "rollup": "^3",
    "postcss": "^8",
    "vue": "^3",
    "webpack": "^5",
    "webpack-chain": "^6",
    "webpack-dev-server": "^4",
    "@tarojs/shared": "4.0.12",
    "@tarojs/components": "4.0.12",
    "@tarojs/helper": "4.0.12"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "html-webpack-plugin": {
      "optional": true
    },
    "rollup": {
      "optional": true
    },
    "vue": {
      "optional": true
    },
    "webpack": {
      "optional": true
    },
    "webpack-chain": {
      "optional": true
    },
    "webpack-dev-server": {
      "optional": true
    }
  }
}