saleor-apps-redis_apl/apps/invoices/package.json

70 lines
2.1 KiB
JSON
Raw Normal View History

2023-02-07 19:25:36 +00:00
{
2023-02-07 19:37:30 +00:00
"name": "saleor-app-invoices",
"version": "1.15.0",
2023-02-07 19:25:36 +00:00
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
2023-02-07 19:25:36 +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",
"lint": "next lint",
"lint:fix": "eslint --fix .",
"start": "next start",
"test": "vitest"
2023-02-07 19:25:36 +00:00
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@saleor/app-sdk": "0.41.0",
"@saleor/apps-shared": "workspace:*",
"@saleor/macaw-ui": "0.8.0-pre.95",
"@sentry/nextjs": "7.55.2",
"@tanstack/react-query": "^4.24.4",
"@trpc/client": "^10.10.0",
"@trpc/next": "^10.10.0",
"@trpc/react-query": "^10.10.0",
"@trpc/server": "^10.10.0",
"@urql/exchange-auth": "^2.1.4",
2023-02-07 19:25:36 +00:00
"@web-std/file": "^3.0.2",
"clsx": "^1.2.1",
2023-07-11 15:02:38 +00:00
"eslint": "8.44.0",
"graphql": "16.6.0",
2023-02-07 19:25:36 +00:00
"graphql-tag": "^2.12.6",
"microinvoice": "^1.0.6",
"next": "13.4.8",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
2023-02-07 19:25:36 +00:00
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.41.0",
"tiny-invariant": "^1.3.1",
"urql": "^4.0.4",
2023-02-07 19:25:36 +00:00
"usehooks-ts": "^2.9.1",
"zod": "^3.20.2"
2023-02-07 19:25:36 +00:00
},
"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",
2023-02-07 19:25:36 +00:00
"@types/rimraf": "^3.0.2",
"@vitejs/plugin-react": "4.0.0",
2023-02-07 19:37:30 +00:00
"@vitest/coverage-c8": "^0.28.4",
"dotenv": "^16.0.3",
"eslint-config-saleor": "workspace:*",
2023-02-07 19:25:36 +00:00
"jsdom": "^20.0.3",
"rimraf": "^3.0.2",
2023-07-11 15:02:38 +00:00
"typescript": "5.1.6",
"vite": "4.3.9",
"vitest": "0.31.3"
},
"private": true,
"saleor": {
"schemaVersion": "3.10"
2023-02-07 19:25:36 +00:00
}
}