UNPKG

@shopify/react-form-state

Version:
41 lines (40 loc) 1.06 kB
{ "name": "@shopify/react-form-state", "version": "0.11.8", "license": "MIT", "description": "Manage react forms tersely and type-safe with no magic.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc --p tsconfig.build.json", "prepublishOnly": "yarn run build" }, "publishConfig": { "access": "public", "@shopify:registry": "https://registry.npmjs.org" }, "author": "Shopify Inc.", "repository": { "type": "git", "url": "git+https://github.com/Shopify/quilt.git" }, "bugs": { "url": "https://github.com/shopify/quilt/issues" }, "homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-form-state/README.md", "dependencies": { "@shopify/predicates": "^1.2.0", "fast-deep-equal": "^2.0.1", "tslib": "^1.9.3" }, "peerDependencies": { "react": "^16.4.1" }, "devDependencies": { "@shopify/enzyme-utilities": "^2.1.2", "@types/enzyme": "^3.1.10", "faker": "^4.1.0", "typescript": "~3.2.1" }, "sideEffects": false }