saleor-apps-redis_apl/packages/shared/package.json
Lukasz Ostrowski 57fec74663
Release apps (#520)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-06 12:59:16 +02:00

38 lines
916 B
JSON

{
"name": "@saleor/apps-shared",
"version": "1.7.0",
"dependencies": {
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"semver": "^7.5.1"
},
"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.39.1",
"@saleor/macaw-ui": "^0.7.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/semver": "^7.5.0",
"clsx": "^1.2.1",
"eslint-config-saleor": "workspace:*",
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "4.3.9",
"vitest": "0.31.3"
},
"peerDependencies": {
"@saleor/app-sdk": "0.39.1",
"next": "^13.3.0",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"lint:fix": "eslint --fix ."
},
"main": "index.ts"
}