{ "name": "another-nuzlocke-tracker", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "oxlint src/", "format": "oxfmt --write src/", "format:check": "oxfmt --check src/", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui" }, "dependencies": { "@dnd-kit/core": "6.3.1", "@dnd-kit/sortable": "10.0.0", "@dnd-kit/utilities": "3.2.2", "@supabase/supabase-js": "^2.99.3", "@tailwindcss/typography": "^0.5.19", "@tanstack/react-query": "5.94.4", "react": "19.2.4", "react-dom": "19.2.4", "react-markdown": "^10.1.0", "react-router-dom": "7.13.1", "remark-gfm": "^4.0.1", "sonner": "2.0.7" }, "devDependencies": { "@axe-core/playwright": "4.11.1", "@playwright/test": "1.58.2", "@tailwindcss/vite": "4.2.2", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/node": "25.5.0", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "6.0.1", "jsdom": "^29.0.0", "oxfmt": "0.41.0", "oxlint": "1.56.0", "tailwindcss": "4.2.2", "typescript": "5.9.3", "vite": "8.0.1", "vitest": "4.1.0" } }