UNPKG

1.42 kBJSONView Raw
1{
2 "name": "@shopify/react-form-state",
3 "version": "0.0.8-sknext-beta.8",
4 "license": "MIT",
5 "description": "Manage React forms tersely and type-safely with no magic",
6 "main": "index.js",
7 "types": "index.d.ts",
8 "scripts": {
9 "build": "tsc --p tsconfig.json"
10 },
11 "publishConfig": {
12 "access": "public",
13 "@shopify:registry": "https://registry.npmjs.org"
14 },
15 "author": "Shopify Inc.",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/Shopify/quilt.git",
19 "directory": "packages/react-form-state"
20 },
21 "bugs": {
22 "url": "https://github.com/Shopify/quilt/issues"
23 },
24 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-form-state/README.md",
25 "dependencies": {
26 "@shopify/predicates": "0.0.8-sknext-beta.8",
27 "fast-deep-equal": "^2.0.1",
28 "tslib": "^1.9.3"
29 },
30 "peerDependencies": {
31 "react": "^16.4.1"
32 },
33 "devDependencies": {
34 "@shopify/enzyme-utilities": "0.0.8-sknext-beta.8",
35 "@shopify/useful-types": "0.0.8-sknext-beta.8",
36 "faker": "^4.1.0"
37 },
38 "sideEffects": false,
39 "files": [
40 "build/*",
41 "!tsconfig.tsbuildinfo",
42 "index.js",
43 "index.mjs",
44 "index.esnext",
45 "index.d.ts"
46 ],
47 "module": "index.mjs",
48 "esnext": "index.esnext",
49 "exports": {
50 "./": "./",
51 "./index": {
52 "import": "./index.mjs",
53 "require": "./index.js",
54 "esnext": "./index.esnext"
55 }
56 }
57}