xph-form
Version:
This is a configurable form component that supports React
61 lines (60 loc) • 1.4 kB
JSON
{
"name": "xph-form",
"version": "1.3.8",
"description": "This is a configurable form component that supports React",
"keywords": [
"react",
"ant-design",
"form",
"component",
"configurable-form"
],
"files": [
"dist",
"README.md"
],
"main": "dist/index.js",
"scripts": {
"build": "gulp",
"dev": "cd example && npm run dev"
},
"dependencies": {
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@types/gulp": "^4.0.17",
"@types/lodash-es": "^4.17.12",
"del": "6.1.1",
"gulp": "^4.0.2",
"gulp-postcss": "^10.0.0",
"gulp-typescript": "6.0.0-alpha.1",
"postcss": "^8.4.35",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"react": "^18.2.0",
"@ant-design/icons": "5.3.2",
"antd": "^5.14.2",
"dayjs": "^1.11.13"
},
"peerDependencies ": {
"react": "^18.2.0",
"@ant-design/icons": "5.3.2",
"antd": "^5.14.2",
"dayjs": "^1.11.13"
},
"license": "ISC",
"author": "XiaoPiHong",
"homepage": "https://github.com/XiaoPiHong/xph-form",
"bugs": {
"url": "https://github.com/XiaoPiHong/xph-form/issues",
"email": "260094892@qq.com"
},
"repository": {
"type": "git",
"url": "https://github.com/XiaoPiHong/xph-form.git"
},
"engines": {
"node": ">=16"
}
}