2023-02-22 11:23:04 +00:00
|
|
|
{
|
|
|
|
"name": "saleor-app-monitoring",
|
2023-06-12 12:09:15 +00:00
|
|
|
"version": "0.6.6",
|
2023-02-22 11:23:04 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "pnpm generate && next build",
|
2023-06-07 07:25:39 +00:00
|
|
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
|
|
|
"generate": "graphql-codegen",
|
2023-02-22 11:23:04 +00:00
|
|
|
"lint": "next lint",
|
2023-04-18 13:10:00 +00:00
|
|
|
"lint:fix": "eslint --fix .",
|
2023-06-07 07:25:39 +00:00
|
|
|
"start": "next start",
|
2023-02-22 11:23:04 +00:00
|
|
|
"test": "vitest"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@material-ui/core": "^4.12.4",
|
|
|
|
"@material-ui/icons": "^4.11.3",
|
|
|
|
"@material-ui/lab": "4.0.0-alpha.61",
|
2023-06-14 14:05:36 +00:00
|
|
|
"@saleor/app-sdk": "0.40.1",
|
2023-03-07 15:21:46 +00:00
|
|
|
"@saleor/apps-shared": "workspace:*",
|
2023-02-22 11:23:04 +00:00
|
|
|
"@saleor/macaw-ui": "^0.7.2",
|
|
|
|
"@urql/exchange-auth": "^1.0.0",
|
2023-06-01 08:36:20 +00:00
|
|
|
"@vitejs/plugin-react": "4.0.0",
|
2023-03-07 15:21:46 +00:00
|
|
|
"clsx": "^1.2.1",
|
2023-06-07 07:25:39 +00:00
|
|
|
"graphql": "16.6.0",
|
2023-02-22 11:23:04 +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-02-22 11:23:04 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-03-07 15:21:46 +00:00
|
|
|
"react-hook-form": "^7.42.1",
|
2023-02-22 11:23:04 +00:00
|
|
|
"urql": "^3.0.3",
|
2023-06-01 08:36:20 +00:00
|
|
|
"vite": "4.3.9",
|
|
|
|
"vitest": "0.31.3"
|
2023-02-22 11:23:04 +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-02-22 11:23:04 +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-22 11:23:04 +00:00
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
"@testing-library/react-hooks": "^8.0.1",
|
|
|
|
"@types/react": "^18.0.26",
|
|
|
|
"@types/react-dom": "^18.0.10",
|
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-06-07 07:25:39 +00:00
|
|
|
"typescript": "5.1.3"
|
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"saleor": {
|
|
|
|
"schemaVersion": "3.10"
|
2023-02-22 11:23:04 +00:00
|
|
|
}
|
|
|
|
}
|