-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 717 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 717 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
28
29
30
31
{
"name": "shopify-non-embedded-app-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.2",
"@shopify/cli-kit": "^3.0.24",
"@shopify/shopify-api": "^3.0.1",
"chalk": "^4.1.2",
"envfile": "^6.17.0",
"graphql": "^16.5.0",
"localtunnel": "^2.0.2",
"next": "12.1.6",
"ngrok": "^4.3.1",
"react": "18.1.0",
"react-dom": "18.1.0"
},
"devDependencies": {
"@types/node": "^17.0.32",
"@types/react": "^18.0.9",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"typescript": "^4.6.4"
}
}