{ "name": "saleor-app-klaviyo", "version": "1.3.3", "private": true, "packageManager": "pnpm@7.18.1", "scripts": { "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", "build": "pnpm generate && next build", "start": "next start", "lint": "pnpm generate && prettier --loglevel warn --write . && 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" }, "saleor": { "schemaVersion": "3.10" }, "dependencies": { "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", "@material-ui/lab": "4.0.0-alpha.61", "@saleor/app-sdk": "0.37.1", "@saleor/apps-shared": "workspace:*", "@saleor/macaw-ui": "^0.7.2", "@sentry/nextjs": "^7.36.0", "@urql/exchange-auth": "^1.0.0", "clsx": "^1.2.1", "graphql": "^16.6.0", "graphql-tag": "^2.12.6", "next": "13.1.6", "node-fetch": "^3.2.6", "react": "18.2.0", "react-dom": "18.2.0", "react-helmet": "^6.1.0", "urql": "^3.0.3" }, "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", "@types/node": "18.0.1", "@types/react": "18.0.14", "@types/react-dom": "18.0.6", "autoprefixer": "^10.4.7", "clean-publish": "^4.0.1", "eslint": "8.15.0", "eslint-config-saleor": "workspace:*", "husky": "^8.0.1", "postcss": "^8.4.14", "prettier": "^2.7.1", "pretty-quick": "^3.1.3", "typescript": "4.9.5" } }