-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
46
47
48
49
50
51
52
53
{
"name": "script-tag-app",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@koa/cors": "^3.0.0",
"@koa/router": "^8.0.8",
"@shopify/app-bridge-react": "^1.16.0",
"@shopify/koa-shopify-auth": "^3.1.56",
"@shopify/koa-shopify-graphql-proxy": "^3.3.1",
"@shopify/polaris": "^4.13.0",
"@zeit/next-css": "^1.0.1",
"apollo-boost": "^0.4.7",
"axios": "^0.19.2",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"form-data": "^3.0.0",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.2.1",
"json-bigint": "^1.0.0",
"koa": "^2.11.0",
"koa-body": "^4.1.1",
"koa-bodyparser": "^4.2.1",
"koa-cors": "0.0.16",
"koa-router": "^8.0.8",
"koa-session": "^5.13.1",
"koa-static": "^5.0.0",
"log": "^6.0.0",
"next": "^9.5.1",
"node-fetch": "^2.6.0",
"nodemon": "^2.0.4",
"react": "^16.12.0",
"react-apollo": "^3.1.3",
"react-dom": "^16.12.0",
"react-router": "^5.2.0",
"requirejs": "^2.3.6",
"store-js": "^2.0.4"
},
"proxy": "https://305b659c.ngrok.io"
}