2023-03-16 10:17:00 +00:00
|
|
|
{
|
|
|
|
"name": "saleor-app-cms",
|
2023-06-12 12:09:15 +00:00
|
|
|
"version": "1.5.4",
|
2023-03-16 10:17:00 +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-03-16 10:17:00 +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-03-16 10:17:00 +00:00
|
|
|
"test": "vitest"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@datocms/cma-client-node": "^1.2.4",
|
|
|
|
"@hookform/resolvers": "^2.9.10",
|
|
|
|
"@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-04-12 14:10:32 +00:00
|
|
|
"@saleor/apps-shared": "workspace:*",
|
2023-04-13 11:27:06 +00:00
|
|
|
"@saleor/macaw-ui": "^0.7.2",
|
2023-03-20 09:25:36 +00:00
|
|
|
"@sentry/nextjs": "^7.43.0",
|
2023-06-19 13:59:27 +00:00
|
|
|
"@urql/exchange-auth": "^2.1.4",
|
2023-03-16 10:17:00 +00:00
|
|
|
"clsx": "^1.2.1",
|
2023-06-07 07:25:39 +00:00
|
|
|
"graphql": "16.6.0",
|
2023-03-16 10:17:00 +00:00
|
|
|
"graphql-tag": "^2.12.6",
|
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-03-16 10:17:00 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-hook-form": "^7.39.1",
|
2023-03-20 11:21:19 +00:00
|
|
|
"react-markdown": "^8.0.5",
|
2023-06-19 13:59:27 +00:00
|
|
|
"urql": "^4.0.4",
|
2023-03-16 10:17:00 +00:00
|
|
|
"usehooks-ts": "^2.9.1",
|
|
|
|
"uuid": "^9.0.0",
|
2023-06-01 08:36:20 +00:00
|
|
|
"vite": "4.3.9",
|
2023-06-15 06:18:54 +00:00
|
|
|
"zod": "^3.20.2"
|
2023-03-16 10:17:00 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-07 07:25:39 +00:00
|
|
|
"@graphql-codegen/cli": "3.2.2",
|
|
|
|
"@graphql-codegen/introspection": "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",
|
2023-03-16 10:17:00 +00:00
|
|
|
"@testing-library/react": "^13.4.0",
|
2023-06-15 06:18:54 +00:00
|
|
|
"@types/react": "18.2.5",
|
|
|
|
"@types/react-dom": "18.2.5",
|
2023-03-16 10:17:00 +00:00
|
|
|
"@types/uuid": "^8.3.4",
|
2023-06-01 08:36:20 +00:00
|
|
|
"@vitejs/plugin-react": "4.0.0",
|
2023-06-07 07:25:39 +00:00
|
|
|
"eslint": "8.42.0",
|
2023-03-16 11:13:16 +00:00
|
|
|
"jsdom": "^20.0.3",
|
2023-06-07 07:25:39 +00:00
|
|
|
"typescript": "5.1.3",
|
2023-06-01 08:36:20 +00:00
|
|
|
"vitest": "0.31.3"
|
2023-06-07 07:25:39 +00:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"saleor": {
|
|
|
|
"schemaVersion": "3.7"
|
2023-03-16 10:17:00 +00:00
|
|
|
}
|
|
|
|
}
|