{
    "name": "easy-flowable-react",
    "version": "1.1.4",
    "description": "快速搭建属于自己的流程引擎",
    "license": "MIT",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "father build",
        "build:watch": "father dev",
        "dev": "dumi dev",
        "docs:build": "dumi build",
        "docs:preview": "dumi preview",
        "doctor": "father doctor",
        "lint": "npm run lint:es && npm run lint:css",
        "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
        "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
        "prepare": "husky install && dumi setup",
        "prepublishOnly": "father doctor && father build",
        "start": "npm run dev"
    },
    "commitlint": {
        "extends": [
            "@commitlint/config-conventional"
        ]
    },
    "lint-staged": {
        "*.{md,json}": [
            "prettier --write --no-error-on-unmatched-pattern"
        ],
        "*.{css,less}": [
            "stylelint --fix",
            "prettier --write"
        ],
        "*.{js,jsx}": [
            "eslint --fix",
            "prettier --write"
        ],
        "*.{ts,tsx}": [
            "eslint --fix",
            "prettier --parser=typescript --write"
        ]
    },
    "dependencies": {
        "@babel/runtime": "^7.25.7",
        "prismjs": "^1.29.0",
        "react-simple-code-editor": "^0.14.1"
    },
    "devDependencies": {
        "@commitlint/cli": "^17.1.2",
        "@commitlint/config-conventional": "^17.1.0",
        "@types/prismjs": "^1.26.4",
        "@types/react": "^18.0.0",
        "@types/react-dom": "^18.0.0",
        "@umijs/lint": "^4.0.0",
        "dumi": "^2.3.0",
        "eslint": "^8.23.0",
        "father": "^4.1.0",
        "husky": "^8.0.1",
        "lint-staged": "^13.0.3",
        "prettier": "^2.7.1",
        "prettier-plugin-organize-imports": "^3.0.0",
        "prettier-plugin-packagejson": "^2.2.18",
        "react": "^18.0.0",
        "react-dom": "^18.0.0",
        "stylelint": "^14.9.1"
    },
    "peerDependencies": {
        "@ant-design/icons": "^5.5.1",
        "antd": "^5.21.1",
        "bpmn-js": "^17.11.1",
        "react": ">=16.9.0",
        "react-dom": ">=16.9.0"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    },
    "repository": {
        "type": "github",
        "url": "https://github.com/iajie/easy-flowable-react"
    },
    "keywords": [
        "easyflowable",
        "easy-flowable",
        "antd+bpmn",
        "antd",
        "bpmn.js"
    ],
    "authors": [
        "Mojie",
        "easyflowable@yeah.net"
    ]
}
