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 "web-haptics": "^0.0.6",
21 "wouter": "^3.9.0"
22 },
23 "devDependencies": {
24 "@atproto/lex-cli": "^0.9.8",
25 "@preact/preset-vite": "^2.10.2",
26 "@types/node": "^24.10.1",
27 "typescript": "~5.9.3",
28 "vite": "^7.2.4"
29 }
30}