{
  "name": "shopify-pwyw-app",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "shopify app dev",
    "deploy": "shopify app deploy",
    "build": "shopify app build && vite build",
    "start": "NODE_ENV=production node server.cjs"
  },
  "dependencies": {
    "@remix-run/express": "^2.17.5",
    "@remix-run/node": "latest",
    "@remix-run/react": "latest",
    "@shopify/app-bridge-react": "latest",
    "@shopify/polaris": "latest",
    "@shopify/shopify_function": "~2.0.0",
    "@shopify/shopify-app-remix": "latest",
    "@shopify/shopify-app-session-storage-memory": "^6.0.1",
    "@shopify/shopify-app-session-storage-prisma": "latest",
    "compression": "^1.8.1",
    "express": "^4.22.2",
    "isbot": "latest",
    "morgan": "^1.11.0",
    "react": "latest",
    "react-dom": "latest",
    "vite": "latest"
  },
  "devDependencies": {
    "@remix-run/dev": "^2.17.5",
    "@shopify/cli": "latest",
    "@shopify/theme": "latest"
  }
}
