2023-02-17 13:27:43 +00:00
|
|
|
{
|
|
|
|
"name": "saleor-app-products-feed",
|
2023-09-28 14:02:35 +00:00
|
|
|
"version": "1.12.2",
|
2023-02-17 13:27:43 +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-02-17 13:27:43 +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-02-17 13:27:43 +00:00
|
|
|
"test": "vitest"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-22 10:22:28 +00:00
|
|
|
"@aws-sdk/client-s3": "^3.332.0",
|
2023-09-08 13:35:57 +00:00
|
|
|
"@hookform/resolvers": "^3.3.1",
|
2023-09-06 12:26:04 +00:00
|
|
|
"@saleor/app-sdk": "0.43.1",
|
2023-03-07 15:21:46 +00:00
|
|
|
"@saleor/apps-shared": "workspace:*",
|
2023-06-01 11:33:07 +00:00
|
|
|
"@saleor/apps-ui": "workspace:*",
|
2023-08-29 08:47:50 +00:00
|
|
|
"@saleor/macaw-ui": "0.8.0-pre.127",
|
2023-06-07 07:25:39 +00:00
|
|
|
"@saleor/react-hook-form-macaw": "workspace:*",
|
2023-09-27 10:56:12 +00:00
|
|
|
"@saleor/webhook-utils": "workspace:*",
|
2023-09-06 08:24:45 +00:00
|
|
|
"@sentry/nextjs": "7.67.0",
|
2023-07-11 19:32:58 +00:00
|
|
|
"@tanstack/react-query": "4.29.19",
|
2023-09-06 13:24:18 +00:00
|
|
|
"@trpc/client": "10.38.1",
|
|
|
|
"@trpc/next": "10.38.1",
|
|
|
|
"@trpc/react-query": "10.38.1",
|
|
|
|
"@trpc/server": "10.38.1",
|
2023-06-19 13:59:27 +00:00
|
|
|
"@urql/exchange-auth": "^2.1.4",
|
2023-08-04 06:39:44 +00:00
|
|
|
"@vitejs/plugin-react": "4.0.4",
|
2023-09-27 10:56:12 +00:00
|
|
|
"dotenv": "^16.3.1",
|
2023-02-17 13:27:43 +00:00
|
|
|
"fast-xml-parser": "^4.0.15",
|
2023-07-24 09:50:44 +00:00
|
|
|
"graphql": "16.7.1",
|
2023-02-17 13:27:43 +00:00
|
|
|
"graphql-tag": "^2.12.6",
|
2023-08-07 14:33:01 +00:00
|
|
|
"handlebars": "^4.7.7",
|
2023-02-17 13:27:43 +00:00
|
|
|
"jsdom": "^20.0.3",
|
2023-07-04 10:43:57 +00:00
|
|
|
"next": "13.4.8",
|
2023-05-10 14:57:20 +00:00
|
|
|
"pino": "^8.14.1",
|
|
|
|
"pino-pretty": "^10.0.0",
|
2023-02-17 13:27:43 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-06-01 11:33:07 +00:00
|
|
|
"react-hook-form": "^7.43.9",
|
2023-02-17 13:27:43 +00:00
|
|
|
"react-is": "^18.2.0",
|
2023-06-19 13:59:27 +00:00
|
|
|
"urql": "^4.0.4",
|
2023-02-17 13:27:43 +00:00
|
|
|
"usehooks-ts": "^2.9.1",
|
2023-08-04 06:39:44 +00:00
|
|
|
"vite": "4.4.8",
|
|
|
|
"vitest": "0.34.1",
|
2023-07-18 08:19:21 +00:00
|
|
|
"zod": "3.21.4"
|
2023-02-17 13:27:43 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-13 09:04:10 +00:00
|
|
|
"@graphql-codegen/cli": "5.0.0",
|
2023-07-24 09:50:44 +00:00
|
|
|
"@graphql-codegen/introspection": "4.0.0",
|
|
|
|
"@graphql-codegen/schema-ast": "4.0.0",
|
|
|
|
"@graphql-codegen/typed-document-node": "5.0.1",
|
|
|
|
"@graphql-codegen/typescript": "4.0.1",
|
|
|
|
"@graphql-codegen/typescript-operations": "4.0.1",
|
2023-06-07 07:25:39 +00:00
|
|
|
"@graphql-codegen/typescript-urql": "3.7.3",
|
|
|
|
"@graphql-typed-document-node/core": "3.2.0",
|
2023-09-06 12:49:20 +00:00
|
|
|
"@testing-library/react": "^14.0.0",
|
2023-02-17 13:27:43 +00:00
|
|
|
"@testing-library/react-hooks": "^8.0.1",
|
2023-06-15 06:18:54 +00:00
|
|
|
"@types/react": "18.2.5",
|
|
|
|
"@types/react-dom": "18.2.5",
|
2023-08-04 06:39:44 +00:00
|
|
|
"eslint": "8.46.0",
|
2023-03-07 15:21:46 +00:00
|
|
|
"eslint-config-saleor": "workspace:*",
|
2023-07-11 15:02:38 +00:00
|
|
|
"typescript": "5.1.6"
|
2023-06-07 07:25:39 +00:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"saleor": {
|
|
|
|
"schemaVersion": "3.10"
|
2023-02-17 13:27:43 +00:00
|
|
|
}
|
|
|
|
}
|