{
  "name": "shopify-reorder-app",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "node server.js",
    "dev:tunnel": "cloudflared tunnel --url http://localhost:3000",
    "dev:shopify": "npm-run-all --parallel dev dev:tunnel",
    "build": "next build",
    "start": "NODE_ENV=production node server.js",
    "lint": "next lint",
    "db:migrate": "drizzle-kit migrate",
    "db:generate": "drizzle-kit generate",
    "test": "jest --no-coverage --runInBand",
    "test:pbt": "jest __tests__/modular-dashboard --no-coverage --runInBand"
  },
  "dependencies": {
    "@shopify/app-bridge-react": "^4.1.6",
    "@shopify/polaris": "^13.3.0",
    "dotenv": "^16.4.5",
    "drizzle-kit": "^0.22.7",
    "drizzle-orm": "^0.31.2",
    "jose": "^5.6.3",
    "mysql2": "^3.11.0",
    "next": "14.2.5",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-icons": "^5.6.0",
    "typescript": "^5.5.3",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.2.2",
    "@types/jest": "^30.0.0",
    "@types/node": "^20.14.10",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "autoprefixer": "^10.4.27",
    "eslint": "^8.57.0",
    "eslint-config-next": "14.2.5",
    "fast-check": "^3.20.0",
    "jest": "^30.3.0",
    "npm-run-all": "^4.1.5",
    "tailwindcss": "^4.2.2",
    "ts-jest": "^29.4.6"
  }
}
