first version

This commit is contained in:
Gerhard Scheikl
2026-04-28 21:56:11 +02:00
parent 0f75dbaccb
commit 5b2aa5d62b
50 changed files with 5514 additions and 481 deletions
+9 -2
View File
@@ -25,6 +25,7 @@
},
"dependencies": {
"@prisma/client": "^6.16.3",
"@react-pdf/renderer": "^4.5.1",
"@react-router/dev": "^7.12.0",
"@react-router/fs-routes": "^7.12.0",
"@react-router/node": "^7.12.0",
@@ -32,8 +33,11 @@
"@shopify/app-bridge-react": "^4.2.4",
"@shopify/shopify-app-react-router": "^1.1.0",
"@shopify/shopify-app-session-storage-prisma": "^8.0.0",
"@types/nodemailer": "^8.0.0",
"isbot": "^5.1.31",
"nodemailer": "^8.0.7",
"prisma": "^6.16.3",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^7.12.0",
@@ -44,6 +48,7 @@
"@shopify/polaris-types": "^1.0.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.18.8",
"@types/qrcode": "^1.5.6",
"@types/react": "^18.3.25",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
@@ -56,6 +61,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"graphql-config": "^5.1.1",
"prettier": "^3.6.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^6.3.6"
},
@@ -66,7 +72,8 @@
"@shopify/plugin-cloudflare"
],
"overrides": {
"p-map": "^4.0.0"
"p-map": "^4.0.0",
"@shopify/shopify-api": "13.0.0"
},
"author": "gerhard"
}
}