58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "dotenv -e ../../.env.local next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"check-types": "tsc --noEmit",
|
|
"lint-staged": "lint-staged",
|
|
"test:unit": "vitest",
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@playwright/test": "^1.49.1",
|
|
"@repo/graphql": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@repo/ui": "workspace:*",
|
|
"@repo/utils": "workspace:",
|
|
"@tanstack/react-query": "^5.64.1",
|
|
"@telegram-apps/sdk-react": "^2.0.19",
|
|
"@testing-library/react": "^16.1.0",
|
|
"@types/node": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"autoprefixer": "catalog:",
|
|
"dayjs": "catalog:",
|
|
"eruda": "^3.4.1",
|
|
"graphql": "catalog:",
|
|
"jsdom": "^25.0.1",
|
|
"lucide-react": "catalog:",
|
|
"next-auth": "^4.24.11",
|
|
"next-intl": "^3.26.0",
|
|
"next-themes": "^0.4.4",
|
|
"next": "15.3.4",
|
|
"postcss": "catalog:",
|
|
"radashi": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"typescript": "catalog:",
|
|
"use-debounce": "^10.0.4",
|
|
"vite-tsconfig-paths": "catalog:",
|
|
"vitest": "catalog:",
|
|
"zod": "catalog:",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/lint-staged-config": "workspace:*",
|
|
"dotenv-cli": "catalog:",
|
|
"lint-staged": "catalog:"
|
|
}
|
|
}
|