UNPKG

@antdp/fuzzy-query

Version:

基于antd封装的组件 模糊查询 自定义提示

53 lines (52 loc) 1.16 kB
{ "name": "@antdp/fuzzy-query", "version": "2.1.2", "description": "基于antd封装的组件 模糊查询 自定义提示", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", "module": "es/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "homepage": "https://antdpro.github.io/antdp", "repository": "https://github.com/antdpro/antdp/tree/master/packages/antdp-edit-table", "keywords": [ "antdp-ui", "antdp", "antd" ], "publishConfig": { "access": "public", "provenance": true }, "files": [ "lib", "esm", "src" ], "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/antdpro/antdp/issues" }, "peerDependencies": { "antd": ">=4.16.13", "react": ">=17.x", "react-dom": ">=17.x" }, "dependencies": { "@babel/runtime": "~7.20.1", "lodash": "4.17.21" }, "devDependencies": { "@types/lodash": "~4.14.181", "@types/react": "~18.2.0", "@types/react-dom": "~18.2.0", "antd": "5.6.1", "react": "^18.2.0", "react-dom": "^18.2.0" } }