{ "name": "saleor-app-cms", "version": "1.5.1", "private": true, "scripts": { "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", "build": "pnpm generate && next build", "start": "next start", "lint": "next lint", "lint:fix": "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", "test": "vitest" }, "saleor": { "schemaVersion": "3.7" }, "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", "@saleor/app-sdk": "0.38.0", "@saleor/apps-shared": "workspace:*", "@saleor/macaw-ui": "^0.7.2", "@sentry/nextjs": "^7.43.0", "@urql/exchange-auth": "^1.0.0", "clsx": "^1.2.1", "graphql": "^16.6.0", "graphql-tag": "^2.12.6", "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.39.1", "react-markdown": "^8.0.5", "urql": "^3.0.3", "usehooks-ts": "^2.9.1", "uuid": "^9.0.0", "vite": "^4.3.1", "zod": "^3.19.1" }, "devDependencies": { "@graphql-codegen/cli": "2.13.3", "@graphql-codegen/introspection": "2.2.1", "@graphql-codegen/typed-document-node": "^2.3.3", "@graphql-codegen/typescript": "2.7.3", "@graphql-codegen/typescript-operations": "2.5.3", "@graphql-codegen/typescript-urql": "^3.7.0", "@graphql-codegen/urql-introspection": "2.2.1", "@graphql-typed-document-node/core": "^3.1.1", "@testing-library/react": "^13.4.0", "@types/node": "^18.8.1", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/uuid": "^8.3.4", "@vitejs/plugin-react": "^3.1.0", "eslint": "8.25.0", "eslint-config-next": "12.3.1", "eslint-config-prettier": "^8.5.0", "jsdom": "^20.0.3", "prettier": "^2.7.1", "typescript": "5.0.4", "vitest": "^0.30.1" } }