Newer
Older
{
"name": "thealt-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.11.2",
"@auth/prisma-adapter": "^2.4.2",
"@emotion/react": "^11.13.0",
"@formatjs/intl-localematcher": "^0.5.4",
"@headlessui/react": "^2.1.2",
"@mantine/dates": "^7.11.2",
"@mantine/form": "^7.11.2",
"@mantine/next": "^6.0.22",
"@mantine/notifications": "^7.11.2",
"@mantine/tiptap": "^7.11.2",
"@prisma/client": "^5.17.0",
"@tabler/icons-react": "^3.11.0",
"@tiptap/extension-underline": "^2.5.8",
"@tiptap/react": "^2.5.8",
"@tiptap/starter-kit": "^2.5.8",
"graphql-scalars": "^1.23.0",
"graphql-yoga": "^5.6.2",
"html-react-parser": "^5.1.12",
"jsonwebtoken": "^9.0.2",
"negotiator": "^0.6.3",
"next": "14.2.5",
"next-auth": "^4.24.7",
"next-international": "^1.2.4",
"nodemailer": "^6.9.14",
"ol": "^10.0.0",
"prisma": "^5.17.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "^0.33.4"
},
"devDependencies": {
"@types/node": "22.1.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "5.5.4"