UNPKG

input-with-tag

Version:

Based on AntD Input, enhanced it with Tag,support for Form embedded.

39 lines (38 loc) 1.03 kB
{ "name": "input-with-tag", "version": "1.0.4", "description": "Based on AntD Input, enhanced it with Tag,support for Form embedded.", "module": "es/index.js", "typings": "es/index.d.ts", "scripts": { "build": "rollup -c" }, "keywords": ["AntD", "Input", " Tag", "Form"], "author": "matrixyf", "license": "MIT", "files": ["es"], "dependencies": {}, "devDependencies": { "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-strip": "^3.0.2", "@rollup/plugin-typescript": "^11.0.0", "@types/lodash-es": "^4.17.7", "@types/react": "^18.0.28", "antd": "^5.3.2", "cssnano": "^5.1.15", "postcss": "^8.4.21", "react": "^18.2.0", "rollup": "^3.20.1", "rollup-plugin-node-externals": "^5.1.2", "rollup-plugin-postcss": "^4.0.2", "sass": "^1.59.3", "tslib": "^2.5.0", "typescript": "^5.0.2" }, "peerDependencies": { "antd": "^5.3.2", "react": "^18.2.0", "react-dom": "^18.2.0" } }