UNPKG

antcloud-react-crons

Version:

antcloud-react-crons 定时表达式(forked from chensongtao/react-cron)

38 lines (37 loc) 877 B
{ "name": "antcloud-react-crons", "version": "1.7.7", "description": "antcloud-react-crons 定时表达式(forked from chensongtao/react-cron)", "keywords": [ "antcloud-react-crons", "cron", "定时任务" ], "homepage": "https://chensongtao.github.io/react-cron/src-index", "main": "dist/index.js", "module": "dist/index.esm.js", "authors": { "name": "elliotxx", "email": "951376975@qq.com" }, "repository": { "type": "git", "url": "https://github.com/elliotxx/react-cron.git" }, "scripts": { "dev": "umi-lib doc dev", "build": "umi-lib build", "deploy": "father doc build && father doc deploy" }, "peerDependencies": { "react": "16.x", "antd": "3.x", "classnames": "2.x" }, "license": "MIT", "dependencies": { "antd": "^3.23.2", "react": "^16.9.0" }, "devDependencies": {} }