a a vibe-coded abomination experiment of a fragrance review platform built on the atmosphere. drydown.social
at oauth-update 25 lines 594 B view raw
1{ 2 "name": "drydown", 3 "private": true, 4 "version": "0.0.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "tsc -b && vite build", 9 "preview": "vite preview", 10 "gen-api": "lex gen-api src/client src/lexicons/*" 11 }, 12 "dependencies": { 13 "@atproto/api": "^0.18.13", 14 "@atproto/oauth-client-browser": "^0.3.39", 15 "@taurean/stylebase": "^0.11.0", 16 "preact": "^10.27.2" 17 }, 18 "devDependencies": { 19 "@atproto/lex-cli": "^0.9.8", 20 "@preact/preset-vite": "^2.10.2", 21 "@types/node": "^24.10.1", 22 "typescript": "~5.9.3", 23 "vite": "^7.2.4" 24 } 25}