UNPKG

alps-react-cron

Version:
33 lines (32 loc) 829 B
{ "name": "alps-react-cron", "version": "1.0.8", "description": "基于React+Antd的Cron编辑器插件", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Alps", "license": "MIT", "typings": "index.d.ts", "keywords": [ "cron", "react", "antd", "react-cron" ], "homepage": "https://chenjiahao1229.github.io/react-cron-ts/", "repository": { "type": "git", "url": "git@github.com:ChenJiaHao1229/react-cron-ts.git" }, "bugs": { "url": "https://github.com/ChenJiaHao1229/react-cron-ts/issues" }, "dependencies": { "@ant-design/icons": "^5.0.1", "antd": "^5.3.3", "react": "^18.2.0", "react-dom": "^18.2.0" } }