60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"codegen": "graphql-codegen --config graphql.config.ts --watch"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "3.13.9",
|
|
"@graphql-codegen/cli": "5.0.7",
|
|
"@graphql-codegen/typescript": "4.1.6",
|
|
"@graphql-codegen/typescript-operations": "4.6.1",
|
|
"@graphql-codegen/typescript-react-apollo": "4.3.3",
|
|
"@hookform/resolvers": "5.2.1",
|
|
"@radix-ui/react-avatar": "1.1.10",
|
|
"@radix-ui/react-dropdown-menu": "2.1.15",
|
|
"@radix-ui/react-label": "2.1.7",
|
|
"@radix-ui/react-popover": "^1.1.14",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "1.2.3",
|
|
"@radix-ui/react-tooltip": "1.2.7",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"graphql": "16.11.0",
|
|
"html-react-parser": "^5.2.6",
|
|
"input-otp": "1.4.2",
|
|
"lucide-react": "0.534.0",
|
|
"next": "15.4.5",
|
|
"next-intl": "4.3.4",
|
|
"next-themes": "0.4.6",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1",
|
|
"react-hook-form": "7.61.1",
|
|
"sonner": "2.0.6",
|
|
"tailwind-merge": "3.3.1",
|
|
"zod": "4.0.14",
|
|
"zustand": "5.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "3.3.1",
|
|
"@next/eslint-plugin-next": "15.4.5",
|
|
"@parcel/watcher": "^2.5.1",
|
|
"@tailwindcss/postcss": "4.1.11",
|
|
"@types/node": "22.17.0",
|
|
"@types/react": "19.1.9",
|
|
"@types/react-dom": "19.1.7",
|
|
"eslint": "9.32.0",
|
|
"eslint-config-ksv741": "0.2.0",
|
|
"eslint-config-next": "15.4.4",
|
|
"tailwindcss": "4.1.11",
|
|
"ts-node": "10.9.2",
|
|
"tw-animate-css": "1.3.6",
|
|
"typescript": "5.8.3"
|
|
}
|
|
}
|