smooth-otp
Version:
A fast and small OTP input component for React/Nextjs - Debraj
54 lines (53 loc) • 1.33 kB
JSON
{
"name": "smooth-otp",
"version": "2.0.9",
"description": "A fast and small OTP input component for React/Nextjs - Debraj",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Debraj550/smooth-otp"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"lint": "eslint 'src/**/*.{js,ts,tsx}'",
"test": "jest"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"keywords": [
"react otp",
"nextjs otp",
"react otp input",
"smooth-otp",
"smooth-otp-input",
"react-otp-input",
"next-otp-input"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.15.0",
"jest": "^28.1.0",
"postcss": "^8.4.13",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rollup": "^2.72.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.0.24",
"tslib": "^2.8.1",
"typescript": "^4.6.4"
},
"files": [
"dist"
]
}