-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "shopify-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@shopify/app-bridge": "^1.27.2",
"@shopify/app-bridge-react": "^1.27.2",
"@shopify/app-bridge-utils": "^1.27.2",
"@shopify/koa-shopify-graphql-proxy": "^4.1.2",
"@shopify/koa-shopify-webhooks": "^2.6.2",
"@shopify/polaris": "^5.15.1",
"axios": "^0.21.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"mongodb": "^3.6.4",
"next": "10.0.0",
"node-fetch": "^2.6.1",
"nonce": "^1.0.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"shopify-nextjs-toolbox": "0.1.12",
"swr": "^0.5.3"
},
"devDependencies": {
"@types/node": "^14.14.34",
"@types/node-fetch": "^2.5.8",
"@types/react": "^17.0.3",
"typescript": "^4.2.3"
}
}