72 lines
2.2 KiB
JSON
72 lines
2.2 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",
|
|
"@hello-pangea/dnd": "18.0.1",
|
|
"@hookform/resolvers": "5.2.1",
|
|
"@pbe/react-yandex-maps": "1.2.5",
|
|
"@radix-ui/react-alert-dialog": "1.1.14",
|
|
"@radix-ui/react-avatar": "1.1.10",
|
|
"@radix-ui/react-dialog": "1.1.14",
|
|
"@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-select": "2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "1.2.3",
|
|
"@radix-ui/react-switch": "1.2.5",
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
"@radix-ui/react-tooltip": "1.2.7",
|
|
"@tanstack/react-table": "8.21.3",
|
|
"apollo-upload-client": "18.0.1",
|
|
"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",
|
|
"react-icons": "5.5.0",
|
|
"sonner": "2.0.6",
|
|
"subscriptions-transport-ws": "0.11.0",
|
|
"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/apollo-upload-client": "18.0.0",
|
|
"@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"
|
|
}
|
|
}
|