{ "name": "@yetanother/web", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint src/", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "clean": "rm -rf .turbo node_modules dist" }, "dependencies": { "react": "^19.1.0", "react-dom": "^19.1.0", "react-router-dom": "^7.6.0", "@yetanother/ui": "workspace:*", "@yetanother/utils": "workspace:*", "@yetanother/hooks": "workspace:*", "@yetanother/types": "workspace:*", "zustand": "^5.0.0", "@tanstack/react-query": "^5.75.0", "jotai": "^2.12.0" }, "devDependencies": { "@yetanother/tsconfig": "workspace:*", "@yetanother/eslint-config": "workspace:*", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.0", "typescript": "^5.8.0", "vite": "^6.3.0", "@vitejs/plugin-react": "^4.4.0", "vitest": "^3.1.0", "@testing-library/react": "^16.3.0", "@testing-library/jest-dom": "^6.6.0", "jsdom": "^26.0.0", "eslint": "^9.25.0", "tailwindcss": "^4.1.0", "@tailwindcss/vite": "^4.1.0" } }