saleor-apps-redis_apl/packages/shared/package.json
Lukasz Ostrowski 1dead1e54f
Add logo to apps (#552)
* Add logo to manifest

* dirty fix build

fix image

update image to high res

Update sdk

Add logos to manifests

Update sdk

update sdk

* fix package in cms

* fix lock

* remove sdk from macaw binding package

* update sdk
2023-06-14 16:05:36 +02:00

40 lines
967 B
JSON

{
"name": "@saleor/apps-shared",
"version": "1.7.1",
"scripts": {
"lint:fix": "eslint --fix ."
},
"dependencies": {
"eslint": "8.42.0",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"semver": "^7.5.1",
"typescript": "5.1.3"
},
"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.40.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"
},
"main": "index.ts",
"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"
}
}