Initial commit: Saleor Core Extensions app with order email notifications

This commit is contained in:
Unchained
2026-03-26 11:27:25 +02:00
parent 70ddc8a4dc
commit bd8d941b1c
15 changed files with 16764 additions and 10028 deletions
+5 -5
View File
@@ -1,15 +1,14 @@
{
"name": "saleor-app-template",
"name": "saleor-core-extensions",
"version": "1.0.0",
"private": true,
"license": "(BSD-3-Clause AND CC-BY-4.0)",
"license": "UNLICENSED",
"type": "module",
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"build": "npm run generate && next build",
"start": "next start",
"lint": "next lint",
"fetch-schema": "curl https://raw.githubusercontent.com/saleor/saleor/${npm_package_config_saleor_schemaVersion}/saleor/graphql/schema.graphql > graphql/schema.graphql",
"test": "vitest",
"check-types": "tsc --noEmit",
"generate": "pnpm run /generate:.*/",
@@ -33,7 +32,8 @@
"next": "15.5.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"urql": "^4.0.2"
"urql": "^4.0.2",
"resend": "^3.0.0"
},
"packageManager": "pnpm@10.28.1",
"devDependencies": {