{
  "name": "taro-ink",
  "version": "4.0.0-beta.0",
  "description": "UI KIT for Taro",
  "main": "dist/index.js",
  "main:h5": "dist-h5/index.js",
  "esnext": "dist/index.esm.js",
  "esnext:h5": "dist-h5/index.esm.js",
  "module": "dist/index.esm.js",
  "module:h5": "dist-h5/index.esm.js",
  "source": "src/index.ts",
  "source:h5": "src/index.h5.ts",
  "sideEffects": [
    "*.scss",
    "*.css"
  ],
  "types": "./dist/index.d.ts",
  "keywords": [
    "taro",
    "taro-ui",
    "ui"
  ],
  "files": [
    "lib",
    "dist"
  ],
  "author": "O2Team <aotu.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/vdfor/taro-ink.git"
  },
  "bugs": {
    "url": "https://github.com/vdfor/taro-ink/issues"
  },
  "homepage": "https://github.com/vdfor/taro-ink#readme",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "yarn run dev:rollup & yarn run dev:rollup-h5",
    "dev:rollup": "rollup --config ./rollup.config.js --watch",
    "dev:rollup-h5": "cross-env PLATFORM_ENV=h5 yarn run dev:rollup",
    "build": "yarn run build:rollup & yarn run build:rollup-h5",
    "build:rollup": "rollup --config ./rollup.config.js",
    "build:rollup-h5": "cross-env PLATFORM_ENV=h5 yarn run build:rollup",
    "changelog": "conventional-changelog -p angular",
    "clean": "rimraf node_modules .temp dist lib coverage src/.umi",
    "test": "umi-test --coverage"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "dayjs": "^1.7.7",
    "lodash-es": "^4.17.21",
    "react-autosize-textarea": "^7.1.0"
  },
  "devDependencies": {
    "@rollup/plugin-alias": "^3.1.2",
    "@rollup/plugin-commonjs": "^13.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^8.0.1",
    "@tarojs/components": "3.2.15",
    "@tarojs/react": "3.2.15",
    "@tarojs/taro": "3.2.15",
    "@types/classnames": "^2.2.9",
    "@types/enzyme": "^3.10.8",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/jest": "^26.0.21",
    "@types/lodash-es": "^4.17.5",
    "@types/node": "^13.11.1",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.2",
    "@umijs/test": "^3.3.3",
    "cross-env": "^7.0.2",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.5",
    "enzyme-to-json": "^3.6.1",
    "jest": "26",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "rollup": "^2.16.1",
    "rollup-plugin-copy": "^3.3.0",
    "rollup-plugin-typescript2": "^0.31.0",
    "rollup-plugin-visualizer": "^4.0.4",
    "ts-jest": "26",
    "tslib": "^2.1.0",
    "typescript": "^4.2.3"
  },
  "peerDependencies": {
    "@tarojs/components": ">=3.2.6",
    "@tarojs/react": ">=3.2.6",
    "@tarojs/taro": ">=3.2.6",
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "gitHead": "0579147d8fcbedb0cb2bea4ef6833beedc6092ea"
}
