-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
45 lines (45 loc) · 1.33 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
{
"name": "shopify-app-node-react",
"version": "1.0.0",
"description": "Shopify Application built with React, Node.js, Next.js, and GraphQL",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaayperez/shopify-app-node-react.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaayperez/shopify-app-node-react/issues"
},
"homepage": "https://github.com/jaayperez/shopify-app-node-react#readme",
"dependencies": {
"@shopify/app-bridge": "^1.21.4",
"@shopify/app-bridge-react": "^1.28.0",
"@shopify/koa-shopify-auth": "^3.1.63",
"@shopify/koa-shopify-graphql-proxy": "^4.0.4",
"@shopify/koa-shopify-webhooks": "^2.4.2",
"@shopify/polaris": "^5.10.1",
"@zeit/next-css": "^1.0.1",
"apollo-boost": "^0.4.9",
"dotenv": "^8.2.0",
"graphql": "^15.4.0",
"isomorphic-fetch": "^3.0.0",
"js-cookie": "^2.2.1",
"koa": "^2.13.0",
"koa-router": "^8.0.8",
"koa-session": "^6.1.0",
"next": "^12.1.0",
"react": "^17.0.1",
"react-apollo": "^3.1.5",
"react-dom": "^17.0.1",
"store-js": "^2.0.4"
}
}