@shopify/react-form
Version:
Manage react forms tersely and safely-typed with no magic using React hooks.
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "@shopify/react-form",
"version": "0.1.0",
"license": "MIT",
"description": "Manage react forms tersely and safely-typed with no magic using React hooks.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"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/README.md",
"peerDependencies": {
"react": ">=16.8.0 <17.0.0"
},
"devDependencies": {
"@shopify/react-testing": "^1.4.2",
"@types/faker": "^4.1.5",
"faker": "^4.1.0",
"typescript": "~3.2.1"
},
"files": [
"dist/*"
],
"dependencies": {
"@shopify/predicates": "^1.1.0",
"get-value": "^3.0.1"
}
}