a a vibe-coded abomination experiment of a fragrance review platform built on the atmosphere.
drydown.social
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 "@types/react-helmet": "^6.1.11",
17 "idb-keyval": "^6.2.2",
18 "preact": "^10.27.2",
19 "react-helmet": "^6.1.0",
20 "wouter": "^3.9.0"
21 },
22 "devDependencies": {
23 "@atproto/lex-cli": "^0.9.8",
24 "@preact/preset-vite": "^2.10.2",
25 "@types/node": "^24.10.1",
26 "typescript": "~5.9.3",
27 "vite": "^7.2.4"
28 }
29}