forked from PaulvdDool/shopify-nextjs-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 883 Bytes
/
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
{
"name": "shopify-session-tokens-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"ngrok": "ngrok http 3000"
},
"dependencies": {
"@apollo/client": "^3.3.21",
"@shopify/app-bridge": "^1.27.2",
"@shopify/app-bridge-react": "^1.27.2",
"@shopify/app-bridge-utils": "^1.27.2",
"@shopify/polaris": "^5.10.0",
"@shopify/shopify-api": "^1.4.1",
"axios": "^0.21.0",
"firebase": "^8.8.0",
"graphql": "^15.5.1",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"next": "^11.0.1",
"nonce": "^1.0.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"shopify-nextjs-toolbox": "0.1.12"
},
"devDependencies": {
"@types/node": "^16.4.2",
"@types/react": "^17.0.15",
"typescript": "^4.3.5"
}
}