remix-validated-form
Version:
Form component and utils for easy form validation in remix
62 lines (61 loc) • 1.51 kB
JSON
{
"name": "remix-validated-form",
"version": "5.1.5",
"description": "Form component and utils for easy form validation in remix",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/airjp73/remix-validated-form"
},
"sideEffects": false,
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"prepublishOnly": "cp ../../README.md ./README.md && npm run build",
"postpublish": "rm ./README.md",
"typecheck": "tsc --noEmit"
},
"author": {
"name": "Aaron Pettengill",
"email": "pettengill.aaron@gmail.com",
"url": "https://github.com/airjp73"
},
"license": "MIT",
"keywords": [
"remix",
"remix.run",
"react",
"form",
"yup",
"zod",
"validation"
],
"peerDependencies": {
"@remix-run/node": ">= 1.16.1",
"@remix-run/react": ">= 1.15.0",
"@remix-run/server-runtime": ">= 1.16.1",
"react": "^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@testing-library/react": "^13.3.0",
"@types/lodash.get": "^4.4.7",
"@types/react": "^18.0.9",
"fetch-blob": "^3.1.3",
"set-get": "*",
"ts-toolbelt": "^9.6.0",
"tsconfig": "*",
"tsup-config": "*",
"typescript": "^4.8.4"
},
"dependencies": {
"immer": "^9.0.12",
"react": "^18.1.0",
"lodash.get": "^4.4.2",
"nanoid": "3.3.6",
"remeda": "^1.2.0",
"tiny-invariant": "^1.2.0",
"zustand": "^4.3.0"
}
}