{ "name": "codered-astra", "type": "module", "private": true, "scripts": { "build": "vite build", "dev": "vite --host 0.0.0.0 --port 3000", "host": "vite --host 0.0.0.0 --port 3000", "preview": "vite preview --host 0.0.0.0 --port 3000", "format": "prettier --write \"**/*.{ts,tsx,md}\"", "clean-dist": "find apps/ -type d -name 'dist' -print0 | xargs -r0 -- rm -r", "clean-all": "find apps/ -type d -name 'dist' -print0 | xargs -r0 -- rm -r && find . -path ./node_modules -prune -o -name 'node_modules' | xargs rm -rf " }, "license": "ISC", "dependencies": { "@google/genai": "^1.25.0", "@tailwindcss/postcss": "^4.1.14", "@tailwindcss/vite": "^4.1.14", "@vitejs/plugin-react-swc": "^3.7.0", "bootstrap": "^5.3.8", "bootstrap-icons": "^1.13.1", "class-variance-authority": "^0.7.1", "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.1.0", "helmet": "^8.1.0", "lucide-react": "^0.546.0", "motion": "^12.23.24", "node-fetch": "^3.3.2", "pg": "^8.16.3", "react": "^19.2.0", "react-bootstrap": "^2.10.10", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", "react-router": "^7.9.4", "react-router-dom": "^7.9.4", "shadcn-ui": "^0.9.5", "vite-jsconfig-paths": "^2.0.1" }, "packageManager": ">=npm@10.9.0", "devDependencies": { "@eslint/js": "^9.38.0", "daisyui": "^5.4.7", "eslint": "^9.38.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.0", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.4.0", "nodemon": "^3.1.10", "prettier": "^3.6.2", "tailwindcss": "^4.1.14", "vite": "^7.1.10" } }