UNPKG

sysrot-hub

Version:

CLI de nueva generación para proyectos Next.js 14+ con IA multi-modelo, Web3 integration, internacionalización completa y roadmap realista 2025-2026

105 lines (104 loc) 3.4 kB
{ "name": "sysrot-hub-ecommerce", "version": "1.0.10", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "db:generate": "prisma generate", "db:push": "prisma db push", "db:migrate": "prisma migrate dev", "db:seed": "prisma db seed", "db:studio": "prisma studio", "db:reset": "prisma migrate reset --force && npm run db:seed", "db:seed:saas": "tsx prisma/seed-saas.ts", "db:seed:chat": "tsx prisma/seed-chat.ts", "db:seed:chatbot": "tsx prisma/seed-chatbot.ts", "stripe:listen": "stripe listen --forward-to localhost:3000/api/webhooks/stripe", "setup:saas": "npm run db:push && npm run db:seed:saas", "setup:chat": "npm run db:push && npm run db:seed:chat", "setup:chatbot": "npm run db:push && npm run db:seed:chatbot", "setup:videos": "npm run db:push && tsx prisma/seed-videos.ts", "type-check": "tsc --noEmit" }, "prisma": { "seed": "tsx prisma/seed.ts" }, "dependencies": { "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.0.18", "@hookform/resolvers": "^3.3.2", "@next-auth/prisma-adapter": "^1.0.7", "@prisma/client": "^5.7.1", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-slot": "^1.0.2", "@stripe/react-stripe-js": "^2.4.0", "@stripe/stripe-js": "^2.4.0", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", "@types/node": "^20.10.6", "@types/react": "^18.2.46", "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.16", "bcryptjs": "^2.4.3", "chart.js": "^4.4.1", "class-variance-authority": "^0.7.0", "cloudinary": "^1.41.3", "clsx": "^2.0.0", "date-fns": "^3.0.6", "framer-motion": "^10.16.16", "js-cookie": "^3.0.5", "lucide-react": "^0.303.0", "micro": "^10.0.1", "next": "14.0.4", "next-auth": "^4.24.5", "next-cloudinary": "^5.20.0", "next-themes": "^0.2.1", "nodemailer": "^6.9.7", "openai": "^4.24.7", "postcss": "^8.4.32", "prisma": "^5.7.1", "react": "^18.2.0", "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.48.2", "react-hot-toast": "^2.4.1", "react-intersection-observer": "^9.5.3", "react-markdown": "^9.0.1", "socket.io": "^4.7.4", "socket.io-client": "^4.7.4", "stripe": "^14.12.0", "uuid": "^9.0.1", "@google/generative-ai": "^0.2.1", "@anthropic-ai/sdk": "^0.13.1", "tailwind-merge": "^2.2.0", "tailwindcss": "^3.4.0", "tsx": "^4.7.0", "typescript": "^5.3.3", "zod": "^3.22.4", "zustand": "^4.4.7", "recharts": "^2.8.0", "crypto-js": "^4.2.0", "webpack-bundle-analyzer": "^4.10.1" }, "repository": { "type": "git", "url": "https://github.com/rotosaurio/sysrot.git" }, "homepage": "https://github.com/rotosaurio/sysrot#readme", "bugs": { "url": "https://github.com/rotosaurio/sysrot/issues" }, "devDependencies": { "@types/bcryptjs": "^2.4.6", "@types/crypto-js": "^4.2.1", "@types/js-cookie": "^3.0.6", "@types/nodemailer": "^6.4.14", "@types/uuid": "^9.0.7", "eslint": "^8.56.0", "eslint-config-next": "14.0.4" } }