Files
ballistic-builder/package.json
2025-01-29 08:13:07 -05:00

93 lines
2.6 KiB
JSON

{
"name": "balistics-builder",
"version": "0.2.0",
"private": "true",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.10.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@lucia-auth/adapter-drizzle": "^1.1.0",
"@mui/icons-material": "^6.1.7",
"@mui/joy": "^5.0.0-beta.48",
"@mui/material": "^6.1.7",
"@mui/styles": "^6.1.7",
"@mui/system": "^6.1.7",
"@mui/x-data-grid": "^7.22.2",
"@radix-ui/react-alert-dialog": "^1.1.5",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@react-email/components": "^0.0.32",
"@react-email/render": "^1.0.4",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^4.35.3",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"@types/bcryptjs": "^2.4.6",
"@types/js-cookie": "^3.0.6",
"arctic": "^3.2.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"fontsource-roboto": "^4.0.0",
"framer-motion": "^11.18.0",
"js-cookies": "^1.0.4",
"lucia": "^3.2.2",
"lucide-react": "^0.460.0",
"next": "15.1.0",
"next-themes": "^0.4.3",
"nodemailer": "^6.10.0",
"observable": "link:@trpc/server/observable",
"oslo": "^1.2.1",
"path": "^0.12.7",
"pg": "^8.13.1",
"postgres": "^3.4.5",
"prettier": "^3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"sonner": "^1.7.2",
"stripe": "^17.6.0",
"superjson": "^2.2.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@auth/drizzle-adapter": "^1.7.4",
"@types/bun": "^1.1.13",
"@types/node": "^20.17.10",
"@types/nodemailer": "^6.4.17",
"@types/pg": "^8.11.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"csv-parse": "^5.6.0",
"csv-parser": "^3.0.0",
"drizzle-kit": "^0.28.1",
"drizzle-orm": "^0.38.2",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"fs": "^0.0.1-security",
"next-auth": "^5.0.0-beta.25",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
}
}