2023-05-16 17:36:53 +00:00
|
|
|
{
|
|
|
|
"name": "@saleor/apps-ui",
|
2023-06-12 12:09:15 +00:00
|
|
|
"version": "1.1.1",
|
2023-06-07 07:25:39 +00:00
|
|
|
"scripts": {
|
|
|
|
"lint:fix": "eslint --fix ."
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"eslint": "8.42.0",
|
|
|
|
"typescript": "5.1.3"
|
|
|
|
},
|
2023-05-16 17:36:53 +00:00
|
|
|
"devDependencies": {
|
2023-06-14 14:05:36 +00:00
|
|
|
"@saleor/app-sdk": "0.40.1",
|
2023-06-09 09:42:40 +00:00
|
|
|
"@saleor/macaw-ui": "0.8.0-pre.95",
|
2023-05-16 17:36:53 +00:00
|
|
|
"@types/react": "^18.0.27",
|
|
|
|
"@types/react-dom": "^18.0.10",
|
|
|
|
"eslint-config-saleor": "workspace:*",
|
|
|
|
"next": "^13.3.0",
|
|
|
|
"react": "^18.2.0",
|
2023-06-07 07:25:39 +00:00
|
|
|
"react-dom": "^18.2.0"
|
2023-05-16 17:36:53 +00:00
|
|
|
},
|
2023-06-07 07:25:39 +00:00
|
|
|
"main": "index.ts",
|
2023-05-16 17:36:53 +00:00
|
|
|
"peerDependencies": {
|
2023-06-07 07:25:39 +00:00
|
|
|
"@saleor/app-sdk": "0.39.1",
|
2023-05-16 17:36:53 +00:00
|
|
|
"next": "^13.3.0",
|
|
|
|
"react": "^18.2.0",
|
2023-05-24 14:08:12 +00:00
|
|
|
"react-dom": "^18.2.0"
|
2023-06-07 07:25:39 +00:00
|
|
|
}
|
2023-05-16 17:36:53 +00:00
|
|
|
}
|