
* Update Sentry in CMS update turbo Add test logs for cms test sentry Update sentry config and next config * resolve conflict * Add changesets * Remove test code
63 lines
2 KiB
JSON
63 lines
2 KiB
JSON
{
|
|
"name": "saleor-app-search",
|
|
"version": "1.9.4",
|
|
"scripts": {
|
|
"build": "pnpm generate && next build",
|
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
|
"fetch-schema": "curl https://raw.githubusercontent.com/saleor/saleor/${npm_package_saleor_schemaVersion}/saleor/graphql/schema.graphql > graphql/schema.graphql",
|
|
"generate": "graphql-codegen",
|
|
"lint": "next lint",
|
|
"lint:fix": "eslint --fix .",
|
|
"start": "next start",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.1.0",
|
|
"@saleor/app-sdk": "0.40.1",
|
|
"@saleor/apps-shared": "workspace:*",
|
|
"@saleor/apps-ui": "workspace:*",
|
|
"@saleor/macaw-ui": "0.8.0-pre.95",
|
|
"@saleor/react-hook-form-macaw": "workspace:*",
|
|
"@sentry/nextjs": "7.55.2",
|
|
"@types/debug": "^4.1.7",
|
|
"@urql/exchange-auth": "^2.1.4",
|
|
"algoliasearch": "4.14.2",
|
|
"clsx": "^1.2.1",
|
|
"debug": "^4.3.4",
|
|
"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-helmet": "^6.1.0",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-query": "^3.39.3",
|
|
"urql": "^4.0.4",
|
|
"zod": "^3.20.2"
|
|
},
|
|
"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",
|
|
"@types/react": "18.2.5",
|
|
"@types/react-dom": "18.2.5",
|
|
"@vitejs/plugin-react": "4.0.0",
|
|
"eslint": "8.42.0",
|
|
"eslint-config-saleor": "workspace:*",
|
|
"node-mocks-http": "^1.12.2",
|
|
"typescript": "5.1.3",
|
|
"vite": "4.3.9",
|
|
"vitest": "0.31.3"
|
|
},
|
|
"private": true,
|
|
"saleor": {
|
|
"schemaVersion": "3.7"
|
|
}
|
|
}
|