react-cron-ts
Version:
基于React+Antd的Cron编辑器插件
33 lines (32 loc) • 748 B
JSON
{
"name": "react-cron-ts",
"version": "1.0.5",
"description": "基于React+Antd的Cron编辑器插件",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "陈嘉豪",
"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"
}
}