saleor-apps-redis_apl/apps/search/package.json
Lukasz Ostrowski fc7a70f598
Search redesign to Macaw 2.0 (#420)
* Redesign

* Better form

* Remove searchKey

* Update macaw

* Test setup

* fix build

* Create curly-jars-doubt.md

* Unify vitest to (hopefully) fix build

* fix lock

* update macaw and review fixes

* fix build
2023-04-25 18:20:20 +02:00

65 lines
2 KiB
JSON

{
"name": "saleor-app-search",
"version": "1.6.0",
"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"
},
"saleor": {
"schemaVersion": "3.7"
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@saleor/app-sdk": "0.37.3",
"@saleor/apps-shared": "workspace:*",
"@saleor/macaw-ui": "^0.8.0-pre.76",
"@sentry/nextjs": "^7.46.0",
"@types/debug": "^4.1.7",
"@urql/exchange-auth": "^1.0.0",
"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",
"next-urql": "4.0.0",
"pino": "^8.8.0",
"pino-pretty": "^9.1.1",
"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": "^3.0.3",
"zod": "^3.21.4"
},
"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-codegen/urql-introspection": "2.2.1",
"@graphql-typed-document-node/core": "^3.1.2",
"@types/node": "^18.11.9",
"@types/react": "~18.0.38",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-config-saleor": "workspace:*",
"prettier": "^2.7.1",
"typescript": "4.8.4",
"vite": "^4.3.1",
"vitest": "^0.30.1"
}
}