ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
1{
2 "name": "@atlast/root",
3 "homepage": "https://byarielm.github.io/ATlast",
4 "private": true,
5 "version": "0.0.1",
6 "type": "module",
7 "scripts": {
8 "dev": "npx netlify-cli dev --filter @atlast/web",
9 "dev:mock": "pnpm --filter @atlast/web dev",
10 "dev:full": "npx netlify-cli dev --filter @atlast/web",
11 "build": "pnpm --filter @atlast/web build",
12 "init-db": "tsx scripts/init-local-db.ts",
13 "generate-key": "tsx scripts/generate-encryption-key.ts"
14 },
15 "dependencies": {
16 "@atcute/identity": "^1.1.0",
17 "@atcute/identity-resolver": "^1.1.3",
18 "@atproto/api": "^0.17.0",
19 "@atproto/identity": "^0.4.9",
20 "@atproto/jwk-jose": "^0.1.10",
21 "@atproto/oauth-client-node": "^0.3.8",
22 "@icons-pack/react-simple-icons": "^13.8.0",
23 "@neondatabase/serverless": "^1.0.2",
24 "@netlify/functions": "^4.2.7",
25 "@tanstack/react-virtual": "^3.13.13",
26 "actor-typeahead": "^0.1.2",
27 "cookie": "^1.0.2",
28 "date-fns": "^4.1.0",
29 "jose": "^6.1.0",
30 "jszip": "^3.10.1",
31 "lucide-react": "^0.544.0",
32 "react": "^18.3.1",
33 "react-dom": "^18.3.1",
34 "zod": "^4.2.1",
35 "zustand": "^5.0.9"
36 },
37 "devDependencies": {
38 "@types/jszip": "^3.4.0",
39 "@types/node": "^24.6.2",
40 "@types/react": "^19.1.14",
41 "@types/react-dom": "^19.1.9",
42 "@vitejs/plugin-react": "^4.2.1",
43 "autoprefixer": "^10.4.21",
44 "baseline-browser-mapping": "^2.8.31",
45 "gh-pages": "^6.3.0",
46 "postcss": "^8.5.6",
47 "tailwindcss": "^3.4.0",
48 "typescript": "^5.3.3",
49 "vite": "^5.4.0",
50 "vite-plugin-svgr": "^4.5.0"
51 }
52}