@shopify/react-form-state
Version:
Manage React forms tersely and type-safely with no magic
57 lines (56 loc) • 1.37 kB
JSON
{
"name": "@shopify/react-form-state",
"version": "1.1.4",
"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": ">=12.14.0"
},
"dependencies": {
"@shopify/predicates": "^2.0.3",
"fast-deep-equal": "^3.1.3"
},
"peerDependencies": {
"react": ">=16.8.0 <18.0.0"
},
"devDependencies": {
"@shopify/useful-types": "^3.0.4",
"faker": "^4.1.0"
},
"sideEffects": false,
"files": [
"build/",
"!build/*.tsbuildinfo",
"!build/ts/**/tests/",
"index.js",
"index.mjs",
"index.esnext"
],
"module": "index.mjs",
"esnext": "index.esnext",
"exports": {
"./": "./",
".": {
"import": "./index.mjs",
"require": "./index.js",
"esnext": "./index.esnext"
}
},
"gitHead": "80f3bf1a062fa2d432e63fe797716f9c0b226195"
}