{
    "private": true,
    "type": "module",
    "scripts": {
        "dev": "shopify app dev",
        "build": "shopify app build",
        "deploy": "shopify app deploy"
    },
    "devDependencies": {
        "@shopify/cli": "latest",
        "@shopify/app": "latest",
        "axios": "^1.6.4"
    },
    "dependencies": {
        "@shopify/ui-extensions": "2025.4.0",
        "@shopify/ui-extensions-react": "2025.4.0",
        "react": "^18.3.1",
        "react-reconciler": "0.29.0"
    }
}
