-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
37 lines (37 loc) · 869 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
36
37
{
"name": "nextjs-shopify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8081",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@bluebeela/nextjs-shopify-auth": "^1.0.0",
"@shopify/app-bridge-react": "^1.15.0",
"@shopify/polaris": "^5.3.1",
"apollo-boost": "^0.4.4",
"cookie": "^0.4.1",
"cross-env": "^7.0.2",
"dotenv": "^10.0.0",
"graphql": "^15.5.0",
"isomorphic-fetch": "^3.0.0",
"js-cookie": "^2.2.1",
"next": "^10.2.3",
"node-fetch": "^2.6.1",
"nookies": "^2.5.0",
"react": "^17.0.1",
"react-apollo": "^3.1.3",
"react-dom": "^17.0.1",
"store-js": "^2.0.4"
},
"devDependencies": {
"@shopify/app-cli-node-generator-helper": "^1.1.2",
"prettier": "^2.1.2"
},
"engines": {
"node": ">=14",
"npm": ">=7"
}
}