49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "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": {
|
|
"@apollo/client": "catalog:",
|
|
"@repo/ui": "workspace:*",
|
|
"@telegram-apps/sdk-react": "catalog:",
|
|
"graphql": "catalog:",
|
|
"lucide-react": "catalog:",
|
|
"next": "catalog:",
|
|
"next-intl": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "catalog:",
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/lint-staged-config": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@repo/graphql": "workspace:*",
|
|
"@testing-library/react": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"@vitejs/plugin-react": "catalog:",
|
|
"autoprefixer": "catalog:",
|
|
"eruda": "catalog:",
|
|
"jsdom": "catalog:",
|
|
"lint-staged": "catalog:",
|
|
"postcss": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite-tsconfig-paths": "catalog:",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|