{
"name": "tunein",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@tabler/icons-react": "^3.44.0",
"@tanstack/react-query": "^5.101.2",
"@tanstack/react-router": "^1.132.0",
"graphql": "^16.11.0",
"graphql-request": "^7.2.0",
"jotai": "^2.20.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hook-form": "^7.64.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"happy-dom": "^20.10.6",
"oxlint": "^1.71.0",
"tailwindcss": "^4.3.2",
"typescript": "~6.0.2",
"vite": "^8.1.1",
"vitest": "^4.1.9"
}
}