{
    "name": "react-easy-render",
    "version": "0.0.57",
    "description": "easy-render",
    "scripts": {
        "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
        "test": "umi-test",
        "test:coverage": "umi-test --coverage",
        "dev": "npx father-build --watch",
        "build": "npx father-build",
        "pub": "npm run build && npm version prerelease && npm publish"
    },
    "main": "lib/index.js",
    "module": "es/index.js",
    "types": "lib/index.d.ts",
    "gitHooks": {
        "pre-commit": "lint-staged"
    },
    "lint-staged": {
        "*.{js,jsx,less,md,json}": [
            "prettier --write"
        ],
        "*.ts?(x)": [
            "prettier --parser=typescript --write"
        ]
    },
    "dependencies": {
        "async-validator": "^3.5.1",
        "axios": "^1.2.1",
        "color": "^3.1.2",
        "decimal.js": "^10.4.3",
        "jsep": "^1.3.8",
        "lodash-es": "^4.17.21",
        "monaco-editor": "^0.34.1",
        "nanoid": "^3.1.20",
        "rc-color-picker": "^1.2.6",
        "smooth-scroll": "^16.1.3",
        "virtualizedtableforantd4": "^1.1.2"
    },
    "peerDependencies": {
        "@ant-design/icons": "^4.0.2",
        "@ant-design/pro-components": ">=2.3.47",
        "antd": "4.x",
        "query-string": "^8.1.0",
        "rc-field-form": "^1.22.0",
        "react": ">=16.9.0",
        "react-dom": ">=16.9.0",
        "dayjs": ">=1.11.10"
    },
    "devDependencies": {
        "@types/react": "^18.2.20",
        "@typescript-eslint/eslint-plugin": "^6.15.0",
        "@typescript-eslint/parser": "^6.15.0",
        "babel-plugin-import": "^1.13.5",
        "deep-equal": "^2.0.3",
        "eslint": "^8.56.0",
        "eslint-plugin-react-hooks": "^4.6.0",
        "father-build": "^1.22.5",
        "rollup-plugin-copy": "^3.4.0"
    },
    "author": "liusheng96gentle",
    "license": "ISC",
    "files": [
        "es",
        "lib",
        "package.json"
    ]
}
