* web/packages: upgrade next * fix(api/orders): update master validation logic to handle optional masters * fix(api/notify, api/orders): enhance notification messages and update order state handling for masters * fix react typings * refactor(order-buttons, action-panel): streamline button handlers and add return functionality * fix(contacts, orders): replace empty state messages with DataNotFound component for better user feedback * feat(bot): add share bot command and update environment configuration for BOT_URL * fix: pnpm-lock.yaml * feat(bot): implement add contact wizard scene and enhance contact handling logic * feat(profile): add BookContactButton component to enhance booking functionality * fix(order-buttons): update cancel and confirm button logic based on order state * feat(service-select): share services list for all enhance service card display with duration formatting and improve layout
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:"
|
|
}
|
|
}
|