saleor-apps-redis_apl/packages/shared/package.json
Lukasz Ostrowski 4c7c1c15d3
Release apps (#793)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-26 13:58:23 +02:00

42 lines
1,023 B
JSON

{
"name": "@saleor/apps-shared",
"version": "1.7.5",
"scripts": {
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@urql/exchange-auth": "^2.1.4",
"eslint": "8.44.0",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"semver": "^7.5.1",
"typescript": "5.1.6",
"urql": "^4.0.4"
},
"devDependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"@saleor/app-sdk": "0.41.1",
"@saleor/macaw-ui": "0.8.0-pre.106",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",
"@types/semver": "^7.5.0",
"clsx": "^1.2.1",
"eslint-config-saleor": "workspace:*",
"next": "13.4.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"vite": "4.3.9",
"vitest": "0.31.3"
},
"main": "index.ts",
"peerDependencies": {
"@saleor/app-sdk": "0.41.1",
"next": "13.3.0",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}