{
  "name": "shop_miniapp",
  "version": "0.1.0",
  "private": true,
  "description": "Telegram Web App (mini app) storefront for RaayaShop",
  "scripts": {
    "dev": "next dev -p 3100",
    "build": "next build",
    "start": "node app.js",
    "lint": "next lint"
  },
  "keywords": [],
  "author": "",
  "license": "UNLICENSED",
  "dependencies": {
    "express": "^4.19.2",
    "next": "15.5.7",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "eslint": "^9",
    "eslint-config-next": "15.5.4",
    "postcss": "^8.5.6",
    "tailwindcss": "^4.1.14"
  }
}
