You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/packages/meta-form/package.json

45 lines
946 B
JSON

{
"name": "meta-form",
"version": "1.0.0",
"description": "基于Meta信息快速构建Form表单",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"prepare": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/msgbyte/tailchat.git"
},
"keywords": [
"meta",
"form",
"react",
"formik"
],
"author": "moonrailgun <moonrailgun@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/msgbyte/tailchat/issues"
},
"homepage": "https://github.com/msgbyte/tailchat#readme",
"devDependencies": {
"@types/lodash": "^4.14.170",
"@types/react": "^17.0.39",
"react": "17.0.2",
"typescript": "^4.5.2"
},
"dependencies": {
"formik": "^2.2.9",
"lodash": "^4.17.21",
"yup": "^0.32.9"
},
"peerDependencies": {
"react": "17.0.2"
}
}