saleor-apps-redis_apl/packages/e2e/package.json

48 lines
1.5 KiB
JSON
Raw Normal View History

2023-04-14 07:00:50 +00:00
{
"name": "saleor-app-template",
"version": "1.0.0",
"private": true,
2023-04-14 07:50:51 +00:00
"type": "module",
2023-04-14 07:00:50 +00:00
"scripts": {
2023-04-14 07:50:51 +00:00
"dev": "pnpm generate && tsup src/cli.ts --watch",
"build": "tsup src/cli.ts",
2023-04-14 07:00:50 +00:00
"lint": "next lint",
"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.10"
},
"dependencies": {
"@urql/exchange-auth": "^1.0.0",
"@vitejs/plugin-react": "^3.0.1",
2023-04-14 07:50:51 +00:00
"commander": "^10.0.0",
2023-04-14 07:00:50 +00:00
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"jsdom": "^20.0.3",
2023-04-14 07:50:51 +00:00
"tsup": "^6.7.0",
2023-04-14 07:00:50 +00:00
"urql": "^3.0.3",
"vite": "^4.0.4",
2023-04-14 07:50:51 +00:00
"vitest": "^0.27.1",
"graphql-request": "^6.0.0",
"node-fetch": "^3.3.1"
2023-04-14 07:00:50 +00:00
},
"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",
"@testing-library/react-hooks": "^8.0.1",
"@types/node": "^18.11.18",
"eslint": "8.31.0",
2023-04-14 07:50:51 +00:00
"eslint-config-saleor": "workspace:*",
"typescript": "4.9.4"
2023-04-14 07:00:50 +00:00
}
}