react-otp-input-tailwind
Version:
A very easy to use react otp package that can be utilized seamlessly in your own project.
49 lines (48 loc) • 1.22 kB
JSON
{
"name": "react-otp-input-tailwind",
"private": false,
"version": "1.1.2",
"description": "A very easy to use react otp package that can be utilized seamlessly in your own project.",
"main": "dist/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c"
},
"keywords": [
"Otp",
"React",
"Tailwind"
],
"author": "Akinniyi Ezekiel Wonderful",
"license": "ISC",
"type": "module",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/react": "^18.2.46",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"postcss-modules": "^6.0.0",
"react": "^18.2.0",
"rollup": "^4.9.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.4.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"rollup-plugin-typescript2": "^0.36.0",
"tailwind-merge": "^2.2.0"
}
}