zapishis-client/apps/web/package.json
2025-01-06 17:59:44 +03:00

53 lines
1.4 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": {
"@repo/ui": "workspace:*",
"@telegram-apps/sdk-react": "catalog:",
"graphql": "catalog:",
"lucide-react": "catalog:",
"next": "catalog:",
"next-auth": "^4.24.11",
"next-intl": "catalog:",
"next-themes": "^0.4.4",
"react": "catalog:",
"react-dom": "catalog:",
"use-debounce": "^10.0.4",
"zod": "catalog:"
},
"devDependencies": {
"@playwright/test": "catalog:",
"@repo/eslint-config": "workspace:*",
"@repo/graphql": "workspace:*",
"@repo/lint-staged-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@testing-library/react": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vitejs/plugin-react": "catalog:",
"autoprefixer": "catalog:",
"dotenv-cli": "catalog:",
"eruda": "catalog:",
"jsdom": "catalog:",
"lint-staged": "catalog:",
"postcss": "catalog:",
"tailwindcss": "catalog:",
"typescript": "catalog:",
"vite-tsconfig-paths": "catalog:",
"vitest": "catalog:"
}
}