UNPKG

contact-input-component

Version:

![Tag Input Component Demo](https://github.com/ViniciusBenfica/contact-input-component/raw/main/demo.png)

77 lines (76 loc) 1.57 kB
{ "version": "1.0.2", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "keywords": [ "contact", "input", "form", "component", "react", "email", "phone", "ui" ], "scripts": { "start": "tsdx watch", "teste": "npm start", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why", "deploy": "npm version patch && npm publish" }, "peerDependencies": { "react": ">=17" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "contact-input-component", "author": "Vinicius Benfica", "module": "dist/contact-input-component.esm.js", "size-limit": [ { "path": "dist/contact-input-component.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/contact-input-component.esm.js", "limit": "10 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^11.1.4", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "husky": "^9.0.11", "react": "^18.3.1", "react-dom": "^18.3.1", "size-limit": "^11.1.4", "tsdx": "^0.14.1", "tslib": "^2.6.2", "typescript": "^5.4.5" }, "dependencies": { "rollup-plugin-postcss": "^4.0.2" } }