UNPKG

@shopify/react-form

Version:

Manage React forms tersely and safely-typed with no magic using React hooks

54 lines (53 loc) 1.31 kB
{ "name": "@shopify/react-form", "version": "2.7.3", "license": "MIT", "description": "Manage React forms tersely and safely-typed with no magic using React hooks", "main": "index.js", "types": "./build/ts/index.d.ts", "sideEffects": false, "publishConfig": { "access": "public", "@shopify:registry": "https://registry.npmjs.org" }, "author": "Shopify Inc.", "repository": { "type": "git", "url": "git+https://github.com/Shopify/quilt.git", "directory": "packages/react-form" }, "bugs": { "url": "https://github.com/Shopify/quilt/issues" }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-form/README.md", "engines": { "node": ">=18.12.0" }, "peerDependencies": { "react": ">=18.0.0 <19.0.0" }, "files": [ "build/", "!build/*.tsbuildinfo", "!build/ts/**/tests/", "index.js", "index.mjs", "index.esnext" ], "dependencies": { "@shopify/predicates": "^3.1.0", "@shopify/react-hooks": "^4.1.2", "fast-deep-equal": "^3.1.3", "get-value": "^3.0.1" }, "module": "index.mjs", "esnext": "index.esnext", "exports": { ".": { "types": "./build/ts/index.d.ts", "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" } } }