2023-04-06 07:26:56 +00:00
|
|
|
{
|
|
|
|
"name": "saleor-app-crm",
|
2023-06-12 12:09:15 +00:00
|
|
|
"version": "1.5.2",
|
2023-04-06 07:26:56 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "pnpm generate && next build",
|
2023-06-07 07:25:39 +00:00
|
|
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
2023-04-06 07:26:56 +00:00
|
|
|
"fetch-schema": "curl https://raw.githubusercontent.com/saleor/saleor/${npm_package_saleor_schemaVersion}/saleor/graphql/schema.graphql > graphql/schema.graphql",
|
|
|
|
"generate": "graphql-codegen",
|
2023-06-07 07:25:39 +00:00
|
|
|
"lint": "next lint",
|
|
|
|
"lint:fix": "eslint --fix .",
|
|
|
|
"start": "next start",
|
2023-04-06 07:26:56 +00:00
|
|
|
"test": "vitest"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@mailchimp/mailchimp_marketing": "^3.0.80",
|
2023-06-14 14:05:36 +00:00
|
|
|
"@saleor/app-sdk": "0.40.1",
|
2023-04-06 07:26:56 +00:00
|
|
|
"@saleor/apps-shared": "workspace:*",
|
2023-06-09 09:42:40 +00:00
|
|
|
"@saleor/macaw-ui": "0.8.0-pre.95",
|
2023-05-21 16:28:17 +00:00
|
|
|
"@sentry/nextjs": "^7.52.1",
|
2023-04-06 07:26:56 +00:00
|
|
|
"@tanstack/react-query": "^4.28.0",
|
|
|
|
"@trpc/client": "^10.18.0",
|
|
|
|
"@trpc/next": "^10.18.0",
|
|
|
|
"@trpc/react-query": "^10.18.0",
|
|
|
|
"@trpc/server": "^10.18.0",
|
2023-06-19 13:59:27 +00:00
|
|
|
"@urql/exchange-auth": "^2.1.4",
|
2023-06-01 08:36:20 +00:00
|
|
|
"@vitejs/plugin-react": "4.0.0",
|
2023-04-06 07:26:56 +00:00
|
|
|
"clsx": "^1.2.1",
|
2023-06-07 07:25:39 +00:00
|
|
|
"graphql": "16.6.0",
|
2023-04-06 07:26:56 +00:00
|
|
|
"graphql-tag": "^2.12.6",
|
|
|
|
"jsdom": "^20.0.3",
|
2023-04-14 09:27:25 +00:00
|
|
|
"next": "13.3.0",
|
2023-05-10 14:57:20 +00:00
|
|
|
"pino": "^8.14.1",
|
|
|
|
"pino-pretty": "^10.0.0",
|
2023-04-06 07:26:56 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-hook-form": "^7.43.0",
|
|
|
|
"react-is": "^18.2.0",
|
2023-06-19 13:59:27 +00:00
|
|
|
"urql": "^4.0.4",
|
2023-04-06 07:26:56 +00:00
|
|
|
"usehooks-ts": "^2.9.1",
|
2023-06-01 08:36:20 +00:00
|
|
|
"vite": "4.3.9",
|
|
|
|
"vitest": "0.31.3",
|
2023-04-06 07:26:56 +00:00
|
|
|
"zod": "^3.20.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@graphql-codegen/cli": "3.2.2",
|
|
|
|
"@graphql-codegen/introspection": "3.0.1",
|
2023-06-07 07:25:39 +00:00
|
|
|
"@graphql-codegen/typed-document-node": "3.0.2",
|
2023-04-06 07:26:56 +00:00
|
|
|
"@graphql-codegen/typescript": "3.0.2",
|
|
|
|
"@graphql-codegen/typescript-operations": "3.0.2",
|
2023-06-07 07:25:39 +00:00
|
|
|
"@graphql-codegen/typescript-urql": "3.7.3",
|
|
|
|
"@graphql-typed-document-node/core": "3.2.0",
|
2023-04-06 07:26:56 +00:00
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
"@testing-library/react-hooks": "^8.0.1",
|
|
|
|
"@types/mailchimp__mailchimp_marketing": "^3.0.7",
|
2023-06-15 06:18:54 +00:00
|
|
|
"@types/react": "18.2.5",
|
|
|
|
"@types/react-dom": "18.2.5",
|
2023-06-07 07:25:39 +00:00
|
|
|
"eslint": "8.42.0",
|
2023-04-06 07:26:56 +00:00
|
|
|
"eslint-config-saleor": "workspace:*",
|
2023-04-25 16:57:17 +00:00
|
|
|
"node-mocks-http": "^1.12.2",
|
2023-06-07 07:25:39 +00:00
|
|
|
"typescript": "5.1.3"
|
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"saleor": {
|
|
|
|
"schemaVersion": "3.10"
|
2023-04-06 07:26:56 +00:00
|
|
|
}
|
|
|
|
}
|