{ "name": "learning-planner", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "oxlint", "test": "vitest run", "test:watch": "vitest", "test:e2e": "playwright test", "test:e2e:chrome": "playwright test --project=chrome", "test:e2e:chromium": "playwright test --project=chromium", "test:e2e:firefox": "playwright test --project=firefox", "evidence:capture": "playwright test e2e/evidence.spec.ts", "check": "npm run lint && npm run test && npm run build", "preview": "vite preview" }, "dependencies": { "react": "^19.2.8", "react-dom": "^19.2.8" }, "devDependencies": { "@playwright/test": "^1.62.1", "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.4", "@types/node": "^24.13.3", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.4", "jsdom": "^30.0.1", "oxlint": "^1.75.0", "typescript": "~6.0.2", "vite": "^8.2.0", "vitest": "^4.1.10" } }