package.json•1.91 kB
{
"name": "web-ui",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test": "playwright test",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:e2e:debug": "playwright test --debug",
"collect-logs": "npx playwright test --config=test/scripts/playwright.config.ts test/scripts/collect-logs.ts --headed",
"test:login": "playwright test test-page-login.spec.ts --headed --timeout=60000 --workers=1 --reporter=line",
"test:login-headless": "playwright test test-page-login.spec.ts --timeout=60000 --workers=1 --reporter=line"
},
"dependencies": {
"@ant-design/icons": "^5.3.0",
"@ant-design/nextjs-registry": "^1.0.2",
"antd": "^5.15.0",
"convex": "^1.10.0",
"dotenv": "^16.5.0",
"firebase": "^10.14.1",
"firebase-admin": "^13.4.0",
"next": "14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@playwright/test": "^1.53.1",
"@tailwindcss/typography": "^0.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^20.12.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/ws": "^8.5.7",
"@vitejs/plugin-react": "^4.5.2",
"autoprefixer": "^10.4.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"jsdom": "^26.1.0",
"playwright": "^1.53.1",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.0",
"vitest": "^3.2.4",
"whatwg-fetch": "^3.6.2",
"ws": "^8.14.0"
}
}