{
    "name": "@taror/components",
    "version": "2.1.5",
    "description": "React-based Taro3 components implementation",
    "license": "MIT",
    "files": [
        "dist",
        "lib",
        "es"
    ],
    "main": "lib/index.js",
    "module": "es/index.js",
    "unpkg": "dist/taror.min.js",
    "typings": "lib/index.d.ts",
    "scripts": {
        "prepublishOnly": "yarn build",
        "start": "dumi dev",
        "docs:build": "dumi build",
        "docs:deploy": "gh-pages -f -d docs-dist",
        "deploy": "yarn run docs:build && yarn run docs:deploy",
        "build": "yarn compile && yarn dist",
        "compile": "yarn clean && taror-tools run compile",
        "dist": "taror-tools run dist",
        "clean": "taror-tools run clean && rm -rf es lib coverage dist report.html"
    },
    "devDependencies": {
        "@taror/tools": "^0.0.6",
        "@umijs/plugin-sass": "^1.1.1",
        "babel-plugin-import": "^1.13.5",
        "dumi": "^1.1.46",
        "dumi-theme-mobile": "^1.1.24",
        "gh-pages": "^4.0.0"
    },
    "dependencies": {
        "@babel/runtime": "^7.0.0",
        "@react-spring/web": "9.5.2",
        "@use-gesture/react": "^10.2.0",
        "classnames": "^2.2.5",
        "lodash": "^4.17.21",
        "react-is": "^18.1.0",
        "swiper": "^6.8.0",
        "weui": "^1.1.2"
    },
    "peerDependencies": {
        "react": ">=16.9.0",
        "react-dom": ">=16.9.0"
    }
}
