-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json.local
More file actions
27 lines (27 loc) · 694 Bytes
/
package.json.local
File metadata and controls
27 lines (27 loc) · 694 Bytes
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
{
"name": "shopify-session-tokens-nextjs",
"version": "0.2.0-beta.7",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@shopify/app-bridge": "^2.0.3",
"@shopify/app-bridge-react": "^2.0.3",
"@shopify/app-bridge-utils": "^2.0.3",
"@shopify/polaris": "^6.6.0",
"axios": "^0.21.0",
"global": "^4.4.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"next": "10.0.0",
"nonce": "^1.0.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"shopify-nextjs-toolbox": "file:.yalc/shopify-nextjs-toolbox",
"yalc": "^1.0.0-pre.53"
}
}