UNPKG

form-chain-effect-engine

Version:

A dependency-driven form effect engine for React + Ant Design

74 lines (73 loc) 2.24 kB
{ "name": "form-chain-effect-engine", "version": "2.0.4", "description": "A dependency-driven form effect engine for React + Ant Design", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "prepublishOnly": "npm run build && npm test", "build": "rollup -c", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\" \"*.js\"", "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,md}\" \"*.js\"", "lint": "eslint \"src/**/*.{ts,tsx}\" \"*.js\" --fix", "lint:check": "eslint \"src/**/*.{ts,tsx}\" \"*.js\"", "type-check": "tsc --noEmit" }, "repository": { "type": "git", "url": "git+https://github.com/whynotsnow/form-chain-effect-engine.git" }, "bugs": { "url": "https://github.com/whynotsnow/form-chain-effect-engine/issues" }, "homepage": "https://github.com/whynotsnow/form-chain-effect-engine#readme", "dependencies": { "antd": ">=4.0.0", "react": ">=17.0.0", "tslib": "^2.8.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.4", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react-hooks": "^8.0.1", "@types/jest": "^29.5.3", "@types/react": "^17.0.87", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.33.0", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.0.0", "rollup": "^4.16.4", "rollup-plugin-peer-deps-external": "^2.2.4", "ts-jest": "^29.4.0", "typescript": "^5.1.3" }, "peerDependencies": { "antd": ">=4.0.0", "react": ">=17.0.0" }, "keywords": [ "form", "chain", "effect", "engine", "react", "antd" ], "author": "whynotsnow<whynotsnow@163.com>(https://github.com/whynotsnow)", "license": "MIT" }