
* 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
19 lines
496 B
JSON
19 lines
496 B
JSON
{
|
|
"name": "@saleor/apps-shared",
|
|
"version": "1.0.1",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint-config-saleor": "workspace:*",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@material-ui/core": "^4.12.4",
|
|
"@material-ui/icons": "^4.11.3",
|
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
"@saleor/app-sdk": "0.26.1",
|
|
"@saleor/macaw-ui": "^0.7.2",
|
|
"clsx": "^1.2.1"
|
|
},
|
|
"main": "index.ts"
|
|
}
|