package.json•593 B
{
"name": "usemutation-test",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"convex": "convex dev",
"test": "playwright test",
"test:ui": "playwright test --ui"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@vitejs/plugin-react": "^4.5.2",
"convex": "^1.24.8",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"typescript": "^5.8.3",
"vite": "^6.3.5"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"playwright": "^1.49.1"
}
}