{
    "name": "@wowpic/xform-react",
    "version": "2.8.3",
    "description": "xform react",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "scripts": {
        "watch": "tsc --declaration --watch",
        "build": "tsc --declaration && lessc ./src/index.less > ./lib/xform.css && lessc ./src/index.less > ./lib/index.css"
    },
    "author": "teshoudong",
    "license": "MIT",
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "c8b45a0a1e60df18af347c412f9cac5a0830e780",
    "dependencies": {
        "@wowpic/xform-core": "^2.8.3",
        "@wowpic/xform-types": "^2.8.3",
        "react-sortable-hoc": "^2.0.0"
    },
    "peerDependencies": {
        "@ant-design/icons": "^4.2.1",
        "@types/react": "^16.9.44",
        "antd": "^4.7.0",
        "react": "^17.0.2"
    },
    "maintainers": [
        {
            "name": "chengpeng",
            "email": "chengpeng@wowpic.com"
        }
    ]
}
