UNPKG

@korautils/forms

Version:

![image](https://github.com/user-attachments/assets/ccad1514-7b15-4952-9856-fd03b971403a)

95 lines (94 loc) 2.76 kB
{ "name": "@korautils/forms", "private": false, "version": "0.0.3-alpha.24", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "start": "vite --host --port=8282", "dev": "vite --port=8282 --host", "prod": "vite --host --port=8282", "build": "tsc && vite build", "preview": "vite preview", "bundle": "tsup", "bundle:lib": "npm run build:esm && npm run build:cjs", "build:esm": "ttsc", "build:cjs": "ttsc --module commonjs --outDir lib/cjs" }, "devDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@hookform/resolvers": "3.3.2", "@korautils/alias-fixer": "^1.0.8", "@mui/icons-material": "^5.14.3", "@mui/lab": "5.0.0-alpha.170", "@mui/material": "^5.14.5", "@mui/x-data-grid": "^7.17.0", "@mui/x-date-pickers": "^7.7.0", "@mui/x-date-pickers-pro": "^7.7.0", "@mui/x-tree-view": "^7.13.0", "@types/node": "^22.9.0", "@types/object-path": "^0.11.4", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/react-input-mask": "^3.0.6", "@vitejs/plugin-react": "^3.1.0", "axios": "^1.7.2", "classnames": "^2.3.2", "dayjs": "^1.11.12", "libphonenumber-js": "1.10.56", "object-path": "^0.11.8", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "7.48.2", "react-input-mask": "^2.0.4", "react-number-format": "5.3.1", "sass": "^1.77.6", "sweetalert2": "^11.12.0", "tsup": "^8.0.2", "ttypescript": "^1.5.15", "typescript": "^4.9.3", "typescript-transform-paths": "^3.5.2", "uuid": "^11.0.2", "vite": "^4.2.0", "yup": "^1.3.2" }, "peerDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@hookform/resolvers": "3.3.2", "@mui/icons-material": "^5.14.3", "@mui/lab": "5.0.0-alpha.170", "@mui/material": "^5.14.5", "@mui/x-data-grid": "^7.17.0", "@mui/x-date-pickers": "^7.7.0", "@mui/x-date-pickers-pro": "^7.7.0", "@mui/x-tree-view": "^7.13.0", "axios": "^1.7.2", "classnames": "^2.3.2", "dayjs": "^1.11.12", "libphonenumber-js": "1.10.56", "object-path": "^0.11.8", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "7.48.2", "react-input-mask": "^2.0.4", "react-number-format": "5.3.1", "sweetalert2": "^11.12.0", "uuid": "^11.0.2", "yup": "^1.3.2" }, "author": "John Jaider Vanegas", "license": "MIT", "keywords": [ "Easy Forms", "Design patterns", "Forms with design patterns", "FormBuilder", "ElementBuilder" ], "homepage": "https://github.com/korautils/forms", "github": { "url": "https://github.com/korautils/forms" } }