{ "name": "web", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "lint": "eslint 'src/**/*.{ts,tsx,js,jsx}' --fix" }, "dependencies": { "@astrojs/node": "^9.5.2", "@astrojs/react": "^4.4.2", "@astrojs/tailwind": "^6.0.2", "@nanostores/react": "^1.0.0", "@tailwindcss/vite": "^4.1.18", "astro": "^5.17.1", "autoprefixer": "^10.4.24", "clsx": "^2.1.1", "date-fns": "^4.1.0", "lucide-react": "^0.563.0", "nanostores": "^1.1.0", "postcss": "^8.5.6", "react": "^19.2.4", "react-dom": "^19.2.4", "react-router-dom": "^7.13.0", "tailwind-merge": "^3.4.0", "tailwindcss": "^3.4.19" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/react": "^19.2.11", "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.54.0", "@typescript-eslint/parser": "^8.54.0", "eslint": "^10.0.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.0", "globals": "^17.3.0", "prettier": "^3.8.1", "react-icons": "^5.5.0", "typescript": "^5.9.3", "typescript-eslint": "^8.54.0" } }