This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
73 lines (73 loc) · 1.9 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@satel/formik-polaris",
"version": "1.1.1",
"license": "MIT",
"main": "dist/index.js",
"umd:main": "dist/formik-polaris.umd.production.js",
"module": "dist/formik-polaris.es.production.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"homepage": "https://github.com/SatelCreative/formik-polaris",
"bugs": {
"url": "https://github.com/SatelCreative/formik-polaris/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/SatelCreative/formik-polaris.git"
},
"description": "Connector for formik and @shopify/polaris",
"keywords": [
"formik",
"polaris",
"shopify",
"react",
"form",
"hooks"
],
"author": {
"name": "Quinn Blenkinsop",
"email": "[email protected]",
"url": "https://github.com/qw-in"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --env=jest-environment-jsdom-sixteen",
"lint": "eslint src/*.ts*",
"release": "env-cmd env release-it"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"@shopify/polaris": ">=4.12",
"formik": ">=2.1",
"react": ">=16.8"
},
"devDependencies": {
"@satel/eslint-config-ts-react": "3.3.1",
"@shopify/jest-dom-mocks": "2.9.0",
"@shopify/polaris": "4.25.0",
"@testing-library/dom": "7.10.1",
"@testing-library/jest-dom": "5.9.0",
"@testing-library/react": "10.2.0",
"@testing-library/user-event": "11.2.1",
"@types/jest": "25.2.3",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
"auto-changelog": "1.16.2",
"env-cmd": "10.1.0",
"eslint": "6.8.0",
"formik": "2.1.4",
"jest-environment-jsdom-sixteen": "1.0.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"release-it": "12.4.3",
"tsdx": "0.13.2",
"tslib": "1.11.1",
"typescript": "3.9.5"
}
}