banatie-service/apps/studio/package.json

39 lines
1.0 KiB
JSON

{
"name": "@banatie/studio",
"version": "1.0.0",
"description": "Banatie Studio - SaaS platform for managing AI image generation subscriptions",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"next": "^14.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"typescript": "^5.9.2",
"@supabase/supabase-js": "^2.45.0",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"stripe": "^16.0.0",
"@stripe/stripe-js": "^4.0.0"
},
"devDependencies": {
"tailwindcss": "^3.4.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.0"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
}
}