This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.22 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
74
{
"scripts": {
"start": "next dev",
"gen": "graphql-codegen --config codegen.yml",
"gen:shopify": "env-cmd graphql-codegen --config codegen-shopify.yml"
},
"dependencies": {
"@apollo/client": "3.0.0-beta.44",
"@apollo/link-error": "2.0.0-beta.3",
"@satel/formik-polaris": "1.1.0",
"@sentry/browser": "5.15.5",
"@sentry/integrations": "5.15.5",
"@sentry/node": "5.15.5",
"@sentry/types": "5.15.5",
"@shopify/app-bridge": "1.21.2",
"@shopify/app-bridge-react": "^1.21.4",
"@shopify/polaris": "4.21.0",
"@shopify/polaris-icons": "^3.10.0",
"@shopify/react-hooks": "^1.9.1",
"@types/safe-compare": "1.1.0",
"@types/yup": "0.28.0",
"@zeit/next-source-maps": "0.0.3",
"apollo-link-context": "1.0.20",
"apollo-link-error": "1.1.13",
"apollo-link-http": "1.5.17",
"apollo-server-micro": "2.12.0",
"body-parser": "1.19.0",
"cookie": "0.4.1",
"cors": "2.8.5",
"date-fns": "^2.13.0",
"dotenv": "8.2.0",
"formik": "2.1.4",
"graphql": "14.6.0",
"graphql-tag": "2.10.3",
"graphql-tools": "5.0.0",
"isomorphic-unfetch": "3.0.0",
"js-cookie": "2.2.1",
"jsonwebtoken": "8.5.1",
"mongoose": "5.9.10",
"next": "9.3.5",
"pusher": "3.0.1",
"pusher-js": "6.0.0",
"querystring": "0.2.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"safe-compare": "1.1.4",
"screenshotscloud": "1.0.5",
"shortid": "2.2.15",
"slugify": "^1.4.0",
"use-debounce": "3.4.2",
"yup": "0.28.5"
},
"devDependencies": {
"@graphql-codegen/add": "1.13.4",
"@graphql-codegen/cli": "1.13.4",
"@graphql-codegen/fragment-matcher": "1.13.4",
"@graphql-codegen/schema-ast": "1.13.5",
"@graphql-codegen/typescript": "1.13.4",
"@graphql-codegen/typescript-operations": "1.13.4",
"@graphql-codegen/typescript-resolvers": "1.13.4",
"@satel/eslint-config-ts-react": "3.3.1",
"@types/cookie": "0.3.3",
"@types/date-fns": "^2.6.0",
"@types/jsonwebtoken": "8.3.9",
"@types/mongoose": "5.7.14",
"@types/node": "12",
"@types/pusher-js": "4.2.2",
"@types/react": "16.9.34",
"@types/shortid": "0.0.29",
"env-cmd": "10.1.0",
"eslint": "6.8.0",
"typescript": "3.8.3"
}
}