← back to Handbag Auth Nextjs

package.json

59 lines

{
  "name": "handbag-auth-nextjs",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "eslint",
    "poll-rss": "ts-node --esm scripts/pollHandbagRss.ts",
    "price-snapshot": "ts-node --esm scripts/snapshotPrices.ts collect",
    "price-history": "ts-node --esm scripts/snapshotPrices.ts",
    "crawl-affiliates": "ts-node --esm scripts/crawlAffiliateSites_v2.ts",
    "affiliates:list": "ts-node --esm scripts/manageHandbagAffiliates.ts list",
    "affiliates:import": "ts-node --esm scripts/manageHandbagAffiliates.ts import-csv",
    "affiliates:signup": "ts-node --esm scripts/handbagAffiliateSignup.ts",
    "affiliates:signup-all": "ts-node --esm scripts/signupAllAffiliates.ts"
  },
  "dependencies": {
    "@google/generative-ai": "^0.24.1",
    "@prisma/client": "^6.19.0",
    "@tanstack/react-query": "^5.90.9",
    "@tanstack/react-table": "^8.21.3",
    "axios": "^1.13.2",
    "bcryptjs": "^3.0.3",
    "better-sqlite3": "^12.4.1",
    "cheerio": "^1.1.2",
    "date-fns": "^4.1.0",
    "framer-motion": "^12.23.24",
    "jsonwebtoken": "^9.0.2",
    "next": "16.0.3",
    "openai": "^6.9.0",
    "prisma": "^6.19.0",
    "puppeteer": "^24.30.0",
    "react": "19.2.0",
    "react-dom": "19.2.0",
    "react-hot-toast": "^2.6.0",
    "recharts": "^3.4.1",
    "rss-parser": "^3.13.0",
    "sharp": "^0.34.5",
    "zod": "^4.1.12",
    "zustand": "^5.0.8"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/bcryptjs": "^2.4.6",
    "@types/better-sqlite3": "^7.6.13",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/node": "^20.19.25",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9",
    "eslint-config-next": "16.0.3",
    "playwright": "^1.56.1",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}