A demon compendium, deterministically derived from DIDs + PDS records. haunt.at
atmosphere atproto
0

Configure Feed

Select the types of activity you want to include in your feed.

haunt / package.json
1.2 kB 40 lines
1{ 2 "name": "haunt", 3 "version": "0.1.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "build": "bun run generate:og && tsc --noEmit && vite build", 8 "check": "eslint . && tsc --noEmit", 9 "dev": "vite", 10 "generate:og": "bun scripts/generate-og-image.tsx", 11 "format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache", 12 "format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache", 13 "lint": "eslint .", 14 "lint:fix": "eslint . --fix", 15 "preview": "vite preview", 16 "typecheck": "tsc --noEmit" 17 }, 18 "dependencies": { 19 "@fontsource-variable/space-grotesk": "^5.3.0", 20 "react": "^19.2.8", 21 "react-dom": "^19.2.8" 22 }, 23 "devDependencies": { 24 "@resvg/resvg-js": "^2.6.2", 25 "@tailwindcss/postcss": "^4.3.3", 26 "@types/node": "^20.19.43", 27 "@types/react": "^19.2.17", 28 "@types/react-dom": "^19.2.3", 29 "@vitejs/plugin-react": "^6.0.4", 30 "eslint": "^9.39.5", 31 "postcss": "^8.5.22", 32 "prettier": "^3.9.6", 33 "prettier-plugin-tailwindcss": "^0.6.14", 34 "satori": "^0.28.2", 35 "tailwindcss": "^4.3.3", 36 "typescript": "^5.9.3", 37 "typescript-eslint": "^8.65.0", 38 "vite": "^8.1.5" 39 } 40}