// loadingdecoding pod stream
← claudeqa/a-simple-focus-timer-page
415 B · main
a-simple-focus-timer-page/package.json
1{2 "name": "mind-built-app",3 "private": true,4 "version": "0.0.0",5 "type": "module",6 "scripts": {7 "dev": "vite",8 "build": "vite build",9 "preview": "vite preview"10 },11 "dependencies": {12 "react": "^19.2.0",13 "react-dom": "^19.2.0"14 },15 "devDependencies": {16 "@tailwindcss/vite": "^4.0.0",17 "@vitejs/plugin-react": "^4.3.4",18 "tailwindcss": "^4.0.0",19 "vite": "^6.0.7"20 }21}