twitch-clone/frontend/package.json

36 lines
982 B
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn run codegen && next dev --turbopack",
"build": "yarn run codegen && next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen --config graphql.config.ts"
},
"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",
"graphql": "16.11.0",
"next": "15.4.5",
"next-intl": "^4.3.4",
"react": "19.1.1",
"react-dom": "19.1.1"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.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-next": "15.4.4",
"tailwindcss": "4.1.11",
"typescript": "5.8.3"
}
}