
* Add createGraphQLClient util to shared package * Update urql version and use createGraphQLClient from shared package * Update urql version and use createGraphQLClient from shared package - data importer * Update urql version and use createGraphQLClient from shared package - cms * Update CRM * Update invoices * Update klaviyo * Update slack * Update products feed * Update search * Remove unused urql next * Update monitoring * Update taxes * Remove multipart since no longer used * Update the lockfile * Removed urql introspection since none of our apps used it * Add changeset
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "saleor-app-monitoring",
|
|
"version": "0.6.6",
|
|
"scripts": {
|
|
"build": "pnpm generate && next build",
|
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
|
"generate": "graphql-codegen",
|
|
"lint": "next lint",
|
|
"lint:fix": "eslint --fix .",
|
|
"start": "next start",
|
|
"test": "vitest"
|
|
},
|
|
"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.40.1",
|
|
"@saleor/apps-shared": "workspace:*",
|
|
"@saleor/macaw-ui": "^0.7.2",
|
|
"@urql/exchange-auth": "^2.1.4",
|
|
"@vitejs/plugin-react": "4.0.0",
|
|
"clsx": "^1.2.1",
|
|
"graphql": "16.6.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"jsdom": "^20.0.3",
|
|
"next": "13.3.0",
|
|
"pino": "^8.14.1",
|
|
"pino-pretty": "^10.0.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.42.1",
|
|
"urql": "^4.0.4",
|
|
"vite": "4.3.9",
|
|
"vitest": "0.31.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-typed-document-node/core": "3.2.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/react-hooks": "^8.0.1",
|
|
"@types/react": "18.2.5",
|
|
"@types/react-dom": "18.2.5",
|
|
"eslint": "8.42.0",
|
|
"eslint-config-saleor": "workspace:*",
|
|
"typescript": "5.1.3"
|
|
},
|
|
"private": true,
|
|
"saleor": {
|
|
"schemaVersion": "3.10"
|
|
}
|
|
}
|