WIP. A little custom music server
at main 59 lines 1.7 kB view raw
1{ 2 "name": "web-tanstack", 3 "private": true, 4 "type": "module", 5 "scripts": { 6 "dev": "vite dev --port 3000", 7 "build": "vite build", 8 "serve": "vite preview", 9 "test": "vitest run", 10 "lint": "eslint", 11 "format": "bunx oxfmt .", 12 "check": "bunx oxfmt . && eslint --fix" 13 }, 14 "dependencies": { 15 "@elysiajs/eden": "^1.4.4", 16 "@modelcontextprotocol/sdk": "^1.17.0", 17 "@radix-ui/react-slider": "^1.3.6", 18 "@radix-ui/react-slot": "^1.2.4", 19 "@tailwindcss/vite": "^4.0.6", 20 "@tanstack/react-devtools": "^0.7.0", 21 "@tanstack/react-query": "^5.66.5", 22 "@tanstack/react-query-devtools": "^5.84.2", 23 "@tanstack/react-router": "^1.132.0", 24 "@tanstack/react-router-devtools": "^1.132.0", 25 "@tanstack/react-router-ssr-query": "^1.131.7", 26 "@tanstack/react-start": "^1.132.0", 27 "@tanstack/router-plugin": "^1.132.0", 28 "@unpic/react": "^1.0.2", 29 "class-variance-authority": "^0.7.1", 30 "clsx": "^2.1.1", 31 "date-fns": "^4.1.0", 32 "effect": "^3.19.0", 33 "elysia": "^1.4.15", 34 "lucide-react": "^0.544.0", 35 "react": "^19.2.0", 36 "react-dom": "^19.2.0", 37 "tailwind-merge": "^3.0.2", 38 "tailwindcss": "^4.0.6", 39 "tw-animate-css": "^1.3.6", 40 "vite-tsconfig-paths": "^5.1.4", 41 "zod": "4.1.11", 42 "zustand": "^5.0.8" 43 }, 44 "devDependencies": { 45 "@tanstack/eslint-config": "^0.3.0", 46 "@testing-library/dom": "^10.4.0", 47 "@testing-library/react": "^16.2.0", 48 "@types/node": "^22.10.2", 49 "@types/react": "^19.2.0", 50 "@types/react-dom": "^19.2.0", 51 "@vitejs/plugin-react": "^5.0.4", 52 "babel-plugin-react-compiler": "^1.0.0", 53 "jsdom": "^27.0.0", 54 "typescript": "^5.7.2", 55 "vite": "^7.1.7", 56 "vitest": "^3.0.5", 57 "web-vitals": "^5.1.0" 58 } 59}