@marlon-chaviano/field-kit
Version:
A collection of reusable and accessible form components built with React, TailwindCSS, and fully integrated with React Hook Form...
78 lines • 1.86 kB
JSON
{
"name": "@marlon-chaviano/field-kit",
"version": "1.0.15",
"description": "A collection of reusable and accessible form components built with React, TailwindCSS, and fully integrated with React Hook Form...",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"keywords": [
"react",
"form",
"input",
"react-hook-form",
"tailwindcss",
"components",
"form-components",
"ui-kit",
"custom-inputs",
"react-form",
"field-kit",
"form-library",
"headless-ui",
"accessible-components",
"radix-ui"
],
"author": "Marlon Chaviano",
"license": "ISC",
"dependencies": {
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.537.0",
"react-day-picker": "^9.8.1",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.6"
},
"devDependencies": {
"@types/react": "^19.1.9",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-hook-form": "^7.0.0",
"tailwindcss": "^4.0.0",
"lucide-react": "^0.500.0",
"postcss": "^8.4.35"
},
"peerDependenciesMeta": {
"tailwindcss": {
"optional": true
},
"lucide-react": {
"optional": true
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
}
}