Files
nuzlocke-tracker/frontend/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2026-02-04 17:13:58 +01:00
{
"name": "another-nuzlocke-tracker",
2026-02-04 17:13:58 +01:00
"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"
2026-02-04 17:13:58 +01:00
},
"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.5",
"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"
2026-02-04 17:13:58 +01:00
},
"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",
2026-03-20 15:02:02 +00:00
"oxfmt": "0.41.0",
"oxlint": "1.56.0",
"tailwindcss": "4.2.2",
"typescript": "6.0.3",
"vite": "8.0.1",
"vitest": "4.1.0"
2026-02-04 17:13:58 +01:00
}
}