UNPKG

@shopify/react-form-state

Version:

Manage React forms tersely and type-safely with no magic

55 lines (54 loc) 1.32 kB
{ "name": "@shopify/react-form-state", "version": "2.1.1", "license": "MIT", "description": "Manage React forms tersely and type-safely with no magic", "main": "index.js", "types": "./build/ts/index.d.ts", "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-state" }, "bugs": { "url": "https://github.com/Shopify/quilt/issues" }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-form-state/README.md", "engines": { "node": "^14.17.0 || >=16.0.0" }, "dependencies": { "@shopify/predicates": "^3.0.1", "fast-deep-equal": "^3.1.3" }, "peerDependencies": { "react": ">=16.8.0 <19.0.0" }, "devDependencies": { "@shopify/react-testing": "^5.1.0" }, "sideEffects": false, "files": [ "build/", "!build/*.tsbuildinfo", "!build/ts/**/tests/", "index.js", "index.mjs", "index.esnext" ], "module": "index.mjs", "esnext": "index.esnext", "exports": { ".": { "types": "./build/ts/index.d.ts", "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" } } }