Initial commit: Saleor Core Extensions app with order email notifications
This commit is contained in:
+5
-5
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user