-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
64 lines (64 loc) · 1.93 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "marketplace-app",
"private": true,
"scripts": {
"build": "NODE_ENV=production remix build",
"predev": "prisma generate && prisma migrate deploy",
"dev": "shopify app dev",
"deploy": "shopify app deploy",
"config:link": "shopify app config link",
"config:push": "shopify app config push",
"generate": "shopify app generate",
"config:use": "shopify app config use",
"env": "shopify app env",
"start": "remix-serve build",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"shopify": "shopify",
"prisma": "prisma",
"graphql-codegen": "graphql-codegen",
"setup": "prisma generate && prisma migrate deploy"
},
"dependencies": {
"@preact/signals": "^1.1.5",
"@prisma/client": "^5.4.2",
"@remix-run/node": "^2.0.0",
"@remix-run/react": "^2.0.0",
"@remix-run/serve": "^2.0.0",
"@remix-run/web-fetch": "^4.4.2",
"@remix-run/web-form-data": "^3.1.0",
"@shopify/app": "^3.50.0",
"@shopify/cli": "^3.50.0",
"@shopify/polaris": "^12.10.0",
"@shopify/shopify-api": "^8.1.1",
"@shopify/shopify-app-remix": "^2.1.0",
"@shopify/shopify-app-session-storage-prisma": "^2.0.0",
"@vercel/remix": "^2.4.0",
"cross-env": "^7.0.3",
"isbot": "^3.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "^6.6.0",
"resend": "^2.0.0",
"shopify-orm": "^0.0.1"
},
"devDependencies": {
"@remix-run/dev": "^2.0.0",
"@remix-run/eslint-config": "^2.0.0",
"@shopify/api-codegen-preset": "^0.0.1",
"@shopify/app-bridge-types": "^0.0.3",
"@types/eslint": "^8.40.0",
"@types/node": "^20.6.3",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^3.1.1",
"typescript": "^5.2.2"
},
"workspaces": {
"packages": [
"extensions/*"
]
},
"author": "alexandroskoukis"
}