Files
ballistic-builder/package.json

96 lines
2.7 KiB
JSON
Raw Normal View History

2024-11-14 12:45:58 -05:00
{
"name": "balistics-builder",
"version": "0.2.0",
2024-11-20 13:34:17 -05:00
"private": "true",
2024-11-14 12:45:58 -05:00
"scripts": {
"dev": "next dev --turbopack",
2024-11-14 12:45:58 -05:00
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
2024-11-20 14:54:05 -05:00
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
2025-01-25 00:08:51 -05:00
"@lucia-auth/adapter-drizzle": "^1.1.0",
"@mui/material": "^6.4.3",
"@mui/x-tree-view": "^7.25.0",
2025-01-31 00:35:44 -05:00
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
2025-01-28 15:09:06 -05:00
"@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",
2024-11-22 10:01:33 -05:00
"@radix-ui/react-slot": "^1.1.0",
2025-01-28 15:09:06 -05:00
"@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",
2025-01-29 08:13:07 -05:00
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
2024-12-15 08:23:18 -05:00
"@types/bcryptjs": "^2.4.6",
2025-01-29 08:13:07 -05:00
"@types/js-cookie": "^3.0.6",
2025-01-28 15:09:06 -05:00
"arctic": "^3.2.1",
2024-12-15 08:23:18 -05:00
"bcryptjs": "^2.4.3",
2024-11-22 10:01:33 -05:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
2024-12-11 23:26:14 -05:00
"dotenv": "^16.4.7",
2024-11-14 17:46:13 -05:00
"fontsource-roboto": "^4.0.0",
"framer-motion": "^11.18.0",
2025-01-29 08:13:07 -05:00
"js-cookies": "^1.0.4",
2025-01-25 00:08:51 -05:00
"lucia": "^3.2.2",
2024-11-22 10:01:33 -05:00
"lucide-react": "^0.460.0",
2024-12-18 13:51:12 -05:00
"next": "15.1.0",
2024-11-20 14:54:05 -05:00
"next-themes": "^0.4.3",
2025-01-28 15:09:06 -05:00
"nodemailer": "^6.10.0",
2025-01-31 16:14:00 -05:00
"observable": "@trpc/server/observable",
2025-01-25 00:08:51 -05:00
"oslo": "^1.2.1",
2024-12-20 09:49:54 -05:00
"path": "^0.12.7",
2025-01-30 17:00:22 -05:00
"perf_hooks": "^0.0.1",
"pg": "^8.13.1",
2025-01-28 15:09:06 -05:00
"postgres": "^3.4.5",
"prettier": "^3.4.2",
2025-02-04 14:13:01 -05:00
"react": "19.0.0",
"react-dom": "19.0.0",
2024-11-22 10:01:33 -05:00
"react-icons": "^5.3.0",
2025-01-31 16:14:00 -05:00
"sha2": "@oslojs/crypto/sha2",
2025-01-28 15:09:06 -05:00
"sonner": "^1.7.2",
"stripe": "^17.6.0",
"superjson": "^2.2.2",
2024-11-22 10:01:33 -05:00
"tailwind-merge": "^2.5.4",
2024-12-20 09:49:54 -05:00
"tailwindcss-animate": "^1.0.7",
2025-01-30 17:00:22 -05:00
"tls": "^0.0.1",
2025-01-28 15:09:06 -05:00
"uuid": "^11.0.3",
"zod": "^3.24.1"
2024-11-14 12:45:58 -05:00
},
"devDependencies": {
2024-12-16 17:28:57 -05:00
"@auth/drizzle-adapter": "^1.7.4",
2024-11-22 14:56:37 -05:00
"@types/bun": "^1.1.13",
2024-12-20 09:49:54 -05:00
"@types/node": "^20.17.10",
2025-01-29 08:13:07 -05:00
"@types/nodemailer": "^6.4.17",
"@types/pg": "^8.11.10",
2024-11-14 12:45:58 -05:00
"@types/react": "^18",
"@types/react-dom": "^18",
2024-12-20 09:49:54 -05:00
"@types/uuid": "^10.0.0",
2025-02-01 23:47:45 -05:00
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"autoprefixer": "^10.4.20",
2024-12-20 09:49:54 -05:00
"csv-parse": "^5.6.0",
"csv-parser": "^3.0.0",
"drizzle-kit": "^0.28.1",
2025-01-31 16:14:00 -05:00
"drizzle-orm": "^0.38.4",
2024-11-14 17:46:13 -05:00
"eslint": "^8",
"eslint-config-next": "15.0.3",
2025-02-01 23:47:45 -05:00
"eslint-plugin-drizzle": "^0.2.3",
2025-01-30 17:00:22 -05:00
"fs": "0.0.1-security",
2024-12-16 17:28:57 -05:00
"next-auth": "^5.0.0-beta.25",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
2024-11-15 15:58:34 -05:00
"tsx": "^4.19.2",
"typescript": "^5.6.3"
2024-11-14 12:45:58 -05:00
}
}