UNPKG

@innoways/drip-form

Version:

drip-form表单渲染core

66 lines (65 loc) 1.37 kB
{ "name": "@innoways/drip-form", "version": "8.0.11", "description": "drip-form表单渲染core", "keywords": [ "drip-form", "core", "drip" ], "files": [ "dist" ], "sideEffects": [ "dist/*" ], "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js", "distExports": { "dist": "./dist", "build-info": "./build-info" }, "repository": { "type": "github", "url": "https://github.com/JDFED/drip-form/" }, "author": "JDFED", "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "scripts": { "link": "yarn link", "build": "rollup --config --sourcemap", "watch": "rollup --config --watch" }, "engines": { "node": ">=13.14.0", "yarn": ">=1.0.0" }, "devDependencies": { "stylus": "^0.54.7" }, "dependencies": { "@babel/runtime": "^7.10.2", "@dnd-kit/core": "^4.0.0", "@dnd-kit/modifiers": "^4.0.0", "@dnd-kit/sortable": "^5.0.0", "@dnd-kit/utilities": "^3.0.0", "@innoways/ajv": "^8.0.11", "@innoways/hooks": "^8.0.11", "@innoways/utils": "^8.0.11", "ajv": "^8.6.2", "classnames": "^2.2.6", "immer": "^9.0.5", "react-tooltip": "^4.2.21", "use-immer": "^0.6.0" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0", "react-dom": "^16.13.1 || ^17.0.0" }, "gitHead": "1416735284b5c9f0d76c7271117fb8723a2300ec" }