@innoways/hooks
Version:
drip-form通用hooks
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "@innoways/hooks",
"version": "8.0.15",
"description": "drip-form通用hooks",
"keywords": [
"hooks",
"drip-form"
],
"author": "JDFED",
"homepage": "https://github.com/JDFED/drip-form/",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"distExports": {
"dist": "./dist",
"build-info": "./build-info"
},
"scripts": {
"link": "yarn link",
"build": "rollup --config --sourcemap",
"watch": "rollup --config --watch"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "github",
"url": "https://github.com/JDFED/drip-form/"
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"@innoways/utils": "^8.0.15",
"ahooks": "^2.10.12",
"ajv": "^8.6.2",
"immer": "^9.0.5",
"moment": "^2.26.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
},
"gitHead": "1416735284b5c9f0d76c7271117fb8723a2300ec"
}