{ "name": "dif-chat", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build --turbopack", "start": "next start", "lint": "eslint", "preinstall": "npx only-allow pnpm", "analyze": "ANALYZE=true pnpm build", "knip": "knip" }, "dependencies": { "@remixicon/react": "^4.7.0", "@tanstack/react-query": "^5.90.3", "@tanstack/react-query-devtools": "^5.90.2", "@types/lodash-es": "^4.17.12", "class-variance-authority": "^0.7.1", "classnames": "^2.5.1", "js-cookie": "^3.0.5", "ky": "^1.12.0", "lodash-es": "^4.17.21", "next": "15.5.4", "next-themes": "^0.4.6", "react": "19.1.1", "react-dom": "19.1.1", "react-i18next": "^16.0.1", "tailwind-merge": "^3.3.1", "use-context-selector": "^2.0.0" }, "devDependencies": { "@eslint/eslintrc": "^3", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.5.5", "tailwindcss": "^4", "typescript": "^5" } }