
* Add Sentry config to Emails & Messages app * Add Sentry config to Product Feed app * Add Sentry config to CRM app * ADd changeset * Clean up sentry boilderplate
84 lines
2.7 KiB
JSON
84 lines
2.7 KiB
JSON
{
|
|
"name": "saleor-app-emails-and-messages",
|
|
"version": "1.5.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
|
"build": "pnpm generate && next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"lint:fix": "eslint --fix .",
|
|
"fetch-schema": "curl https://raw.githubusercontent.com/saleor/saleor/${npm_package_saleor_schemaVersion}/saleor/graphql/schema.graphql > graphql/schema.graphql",
|
|
"generate": "graphql-codegen",
|
|
"test": "vitest"
|
|
},
|
|
"saleor": {
|
|
"schemaVersion": "3.11.7"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.12.4",
|
|
"@material-ui/icons": "^4.11.3",
|
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
"@monaco-editor/react": "^4.4.6",
|
|
"@saleor/app-sdk": "0.38.0",
|
|
"@saleor/apps-shared": "workspace:*",
|
|
"@saleor/macaw-ui": "^0.7.2",
|
|
"@sendgrid/client": "^7.7.0",
|
|
"@sendgrid/mail": "^7.7.0",
|
|
"@sentry/nextjs": "^7.52.1",
|
|
"@tanstack/react-query": "^4.24.4",
|
|
"@trpc/client": "^10.13.0",
|
|
"@trpc/next": "^10.13.0",
|
|
"@trpc/react-query": "^10.13.0",
|
|
"@trpc/server": "^10.13.0",
|
|
"@urql/exchange-auth": "^1.0.0",
|
|
"@vitejs/plugin-react": "^3.0.1",
|
|
"clsx": "^1.2.1",
|
|
"graphql": "^16.6.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"handlebars": "^4.7.7",
|
|
"html-to-text": "^9.0.3",
|
|
"jsdom": "^20.0.3",
|
|
"mjml": "^4.13.0",
|
|
"next": "13.3.0",
|
|
"next-urql": "^4.0.3",
|
|
"nodemailer": "^6.9.1",
|
|
"pino": "^8.14.1",
|
|
"pino-pretty": "^10.0.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.43.0",
|
|
"react-is": "^18.2.0",
|
|
"react-query": "^3.39.3",
|
|
"urql": "^3.0.3",
|
|
"usehooks-ts": "^2.9.1",
|
|
"vite": "^4.3.1",
|
|
"vitest": "^0.30.1",
|
|
"zod": "^3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "3.2.2",
|
|
"@graphql-codegen/introspection": "3.0.1",
|
|
"@graphql-codegen/schema-ast": "^3.0.1",
|
|
"@graphql-codegen/typed-document-node": "3.0.2",
|
|
"@graphql-codegen/typescript": "3.0.2",
|
|
"@graphql-codegen/typescript-operations": "3.0.2",
|
|
"@graphql-codegen/typescript-urql": "^3.7.3",
|
|
"@graphql-codegen/urql-introspection": "2.2.1",
|
|
"@graphql-typed-document-node/core": "^3.1.2",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/react-hooks": "^8.0.1",
|
|
"@types/html-to-text": "^9.0.0",
|
|
"@types/mjml": "^4.7.0",
|
|
"@types/node": "^18.11.18",
|
|
"@types/nodemailer": "^6.4.7",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.10",
|
|
"eslint": "8.31.0",
|
|
"eslint-config-next": "13.1.2",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-config-saleor": "workspace:*",
|
|
"prettier": "^2.8.2",
|
|
"typescript": "4.9.4"
|
|
}
|
|
}
|