UNPKG

@modular-web/rc-form

Version:

Un componente de formulario flexible y personalizable construido con React, TypeScript y TailwindCSS.

69 lines (68 loc) 1.79 kB
{ "name": "@modular-web/rc-form", "version": "1.1.1", "description": "Un componente de formulario flexible y personalizable construido con React, TypeScript y TailwindCSS.", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.umd.js" } }, "repository": { "type": "git", "url": "https://github.com/AngelLopez03/proyects/tree/main" }, "homepage": "https://github.com/AngelLopez03/proyects/tree/main/form-component", "license": "MIT", "keywords": [ "modular", "web", "paquete", "npm", "React", "TailwindCSS" ], "type": "module", "scripts": { "dev": "vite", "copy_types": "cp ./src/types.d.ts dist/src/types.d.ts", "build": "tsc -b && vite build && npm run copy_types", "prepare": "npm run build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "classnames": "^2.5.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@typescript-eslint/eslint-plugin": "^8.19.0", "@typescript-eslint/parser": "^8.19.0", "@vitejs/plugin-react-swc": "^3.5.0", "autoprefixer": "^10.4.20", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "~5.6.2", "typescript-eslint": "^8.18.2", "vite": "^6.0.5", "vite-plugin-dts": "^4.4.0" }, "files": [ "/dist" ], "publishConfig": { "access": "public" } }