2023-05-16 17:36:53 +00:00
|
|
|
{
|
|
|
|
"name": "@saleor/apps-ui",
|
2023-07-26 11:58:23 +00:00
|
|
|
"version": "1.1.5",
|
2023-06-07 07:25:39 +00:00
|
|
|
"scripts": {
|
|
|
|
"lint:fix": "eslint --fix ."
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-04 06:39:44 +00:00
|
|
|
"eslint": "8.46.0",
|
2023-07-11 15:02:38 +00:00
|
|
|
"typescript": "5.1.6"
|
2023-06-07 07:25:39 +00:00
|
|
|
},
|
2023-05-16 17:36:53 +00:00
|
|
|
"devDependencies": {
|
2023-07-13 15:38:04 +00:00
|
|
|
"@saleor/app-sdk": "0.41.1",
|
2023-07-24 14:45:45 +00:00
|
|
|
"@saleor/macaw-ui": "0.8.0-pre.106",
|
2023-06-15 06:18:54 +00:00
|
|
|
"@types/react": "18.2.5",
|
|
|
|
"@types/react-dom": "18.2.5",
|
2023-05-16 17:36:53 +00:00
|
|
|
"eslint-config-saleor": "workspace:*",
|
2023-07-04 10:43:57 +00:00
|
|
|
"next": "13.4.8",
|
2023-06-15 06:18:54 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"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-07-13 15:38:04 +00:00
|
|
|
"@saleor/app-sdk": "0.41.1",
|
2023-06-15 06:18:54 +00:00
|
|
|
"next": "13.3.0",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0"
|
2023-06-07 07:25:39 +00:00
|
|
|
}
|
2023-05-16 17:36:53 +00:00
|
|
|
}
|