saleor-apps-redis_apl/package.json
Lukasz Ostrowski 9f843b2d31
Extract TitleBar and AppIcon to shared package and implement it in apps (#134)
* Update imports from apps-shared package

* Extract main bar and app icon

* Remove graphql generated

* Implement AppIcon and MainBar in data importer and invoices

* Change name to TitleBar

* Use TitleBar and AppIcon from shared package

* Use title bar from shared in search

* Refactor slack to use TitleBar from shared package

* Make TitleBar sticky

* Run codegen before cicd tests

* Add generate script
2023-02-09 18:41:23 +01:00

30 lines
No EOL
665 B
JSON

{
"name": "saleor-apps",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*",
"templates/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"test:ci": "turbo run test:ci",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"generate": "turbo run generate"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"eslint-config-saleor": "workspace:*",
"prettier": "^2.8.3",
"turbo": "^1.7.4",
"eslint": "^8.33.0"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@7.26.2"
}