{ "name": "@stackframe/stack-server", "version": "2.4.24", "private": true, "scripts": { "clean": "rimraf .next && rimraf node_modules", "typecheck": "tsc --noEmit", "with-env": "dotenv -c development --", "with-env:prod": "dotenv -c --", "dev": "concurrently \"next dev --port 8101\" \"npm run watch-docs\"", "build": "npm run codegen && next build", "analyze-bundle": "ANALYZE_BUNDLE=1 npm run build", "start": "next start --port 8101", "codegen": "npm run prisma -- generate && npm run generate-docs", "psql": "npm run with-env -- bash -c 'psql $DATABASE_CONNECTION_STRING'", "prisma": "npm run with-env -- prisma", "lint": "next lint", "watch-docs": "npm run with-env -- chokidar --silent '../../**/*' -i '../../docs/**' -i '../../**/node_modules/**' -i '../../**/.next/**' -i '../../**/dist/**' -c 'tsx scripts/generate-docs.ts'", "generate-docs": "npm run with-env -- tsx scripts/generate-docs.ts", "generate-keys": "npm run with-env -- tsx scripts/generate-keys.ts" }, "prisma": { "seed": "npm run with-env -- tsx prisma/seed.ts" }, "dependencies": { "@hookform/resolvers": "^3.3.4", "@mdx-js/loader": "^3", "@mdx-js/react": "^3.0.0", "@next/bundle-analyzer": "^14.0.3", "@next/mdx": "^14", "@node-oauth/oauth2-server": "^5.1.0", "@prisma/client": "^5.9.1", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-aspect-ratio": "^1.0.3", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-collapsible": "^1.0.3", "@radix-ui/react-context-menu": "^2.1.5", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-hover-card": "^1.0.7", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-menubar": "^1.0.4", "@radix-ui/react-navigation-menu": "^1.1.4", "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-progress": "^1.0.3", "@radix-ui/react-radio-group": "^1.1.3", "@radix-ui/react-scroll-area": "^1.0.5", "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-slider": "^1.1.2", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-toast": "^1.1.5", "@radix-ui/react-toggle": "^1.0.3", "@radix-ui/react-toggle-group": "^1.0.4", "@radix-ui/react-tooltip": "^1.0.7", "@react-email/components": "^0.0.14", "@react-email/render": "^0.0.12", "@react-email/tailwind": "^0.0.14", "@sentry/nextjs": "^7.105.0", "@stackframe/stack": "workspace:*", "@stackframe/stack-shared": "workspace:*", "@tanstack/react-table": "^8.17.0", "@types/mdx": "^2", "@vercel/analytics": "^1.2.2", "bcrypt": "^5.1.1", "bright": "^0.8.4", "canvas-confetti": "^1.9.2", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "cmdk": "^1.0.0", "date-fns": "^3.6.0", "dotenv-cli": "^7.3.0", "geist": "^1", "handlebars": "^4.7.8", "highlight.js": "^11.9.0", "input-otp": "^1.2.4", "jose": "^5.2.2", "lodash": "^4.17.21", "lucide-react": "^0.378.0", "next": "^14.1", "next-themes": "^0.2.1", "nodemailer": "^6.9.10", "openid-client": "^5.6.4", "pg": "^8.11.3", "posthog-js": "^1.138.1", "prettier": "^3.2.5", "react": "^18.2", "react-colorful": "^5.6.1", "react-day-picker": "^8.10.1", "react-dom": "^18", "react-email": "2.1.0", "react-hook-form": "^7.51.4", "react-icons": "^5.0.1", "react-resizable-panels": "^2.0.19", "rehype-katex": "^7", "remark-gfm": "^4", "remark-heading-id": "^1.0.1", "remark-math": "^6", "server-only": "^0.0.1", "sharp": "^0.32.6", "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", "yaml": "^2.4.5", "yup": "^1.4.0", "zod": "^3.23.8", "zustand": "^4.5.2" }, "devDependencies": { "@types/bcrypt": "^5.0.2", "@types/canvas-confetti": "^1.6.4", "@types/lodash": "^4.17.4", "@types/node": "^20.8.10", "@types/nodemailer": "^6.4.14", "@types/react": "^18.2.66", "@types/react-dom": "^18", "autoprefixer": "^10.4.17", "postcss": "^8.4.38", "prisma": "^5.9.1", "rimraf": "^5.0.5", "tailwindcss": "^3.4.1", "tsx": "^4.7.2" } }