2023-02-09 09:41:54 +00:00
|
|
|
{
|
|
|
|
"name": "saleor-app-klaviyo",
|
2023-06-06 10:59:16 +00:00
|
|
|
"version": "1.6.5",
|
2023-02-09 09:41:54 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "pnpm generate && next build",
|
2023-06-07 07:25:39 +00:00
|
|
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
|
|
|
"fetch-schema": "curl https://raw.githubusercontent.com/saleor/saleor/${npm_package_saleor_schemaVersion}/saleor/graphql/schema.graphql > graphql/schema.graphql",
|
|
|
|
"generate": "graphql-codegen",
|
2023-04-18 13:10:00 +00:00
|
|
|
"lint": "next lint",
|
|
|
|
"lint:fix": "eslint --fix .",
|
2023-06-07 07:25:39 +00:00
|
|
|
"start": "next start"
|
2023-02-09 09:41:54 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@material-ui/core": "^4.12.4",
|
|
|
|
"@material-ui/icons": "^4.11.3",
|
|
|
|
"@material-ui/lab": "4.0.0-alpha.61",
|
2023-05-24 14:08:12 +00:00
|
|
|
"@saleor/app-sdk": "0.39.1",
|
2023-03-07 15:21:46 +00:00
|
|
|
"@saleor/apps-shared": "workspace:*",
|
2023-02-09 09:41:54 +00:00
|
|
|
"@saleor/macaw-ui": "^0.7.2",
|
2023-02-09 17:41:23 +00:00
|
|
|
"@sentry/nextjs": "^7.36.0",
|
2023-02-09 09:41:54 +00:00
|
|
|
"@urql/exchange-auth": "^1.0.0",
|
|
|
|
"clsx": "^1.2.1",
|
2023-06-07 07:25:39 +00:00
|
|
|
"graphql": "16.6.0",
|
2023-02-09 09:41:54 +00:00
|
|
|
"graphql-tag": "^2.12.6",
|
2023-04-14 09:27:25 +00:00
|
|
|
"next": "13.3.0",
|
2023-02-09 09:41:54 +00:00
|
|
|
"node-fetch": "^3.2.6",
|
2023-05-10 14:57:20 +00:00
|
|
|
"pino": "^8.14.1",
|
|
|
|
"pino-pretty": "^10.0.0",
|
2023-02-09 09:41:54 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-helmet": "^6.1.0",
|
2023-04-25 16:20:20 +00:00
|
|
|
"urql": "^3.0.3",
|
2023-06-01 08:36:20 +00:00
|
|
|
"vite": "4.3.9",
|
|
|
|
"vitest": "0.31.3"
|
2023-02-09 09:41:54 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-16 09:22:33 +00:00
|
|
|
"@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",
|
2023-06-07 07:25:39 +00:00
|
|
|
"@graphql-codegen/typescript-urql": "3.7.3",
|
2023-03-16 09:22:33 +00:00
|
|
|
"@graphql-codegen/urql-introspection": "2.2.1",
|
2023-06-07 07:25:39 +00:00
|
|
|
"@graphql-typed-document-node/core": "3.2.0",
|
2023-02-09 09:41:54 +00:00
|
|
|
"@types/react": "18.0.14",
|
|
|
|
"@types/react-dom": "18.0.6",
|
|
|
|
"autoprefixer": "^10.4.7",
|
|
|
|
"clean-publish": "^4.0.1",
|
2023-06-07 07:25:39 +00:00
|
|
|
"eslint": "8.42.0",
|
2023-03-07 15:21:46 +00:00
|
|
|
"eslint-config-saleor": "workspace:*",
|
2023-02-09 09:41:54 +00:00
|
|
|
"postcss": "^8.4.14",
|
|
|
|
"pretty-quick": "^3.1.3",
|
2023-06-07 07:25:39 +00:00
|
|
|
"typescript": "5.1.3"
|
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"saleor": {
|
|
|
|
"schemaVersion": "3.10"
|
2023-02-09 09:41:54 +00:00
|
|
|
}
|
|
|
|
}
|