ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
1{
2 "name": "@atlast/web",
3 "version": "0.0.1",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "vite --mode mock",
8 "dev:full": "vite",
9 "build": "vite build",
10 "preview": "vite preview"
11 },
12 "dependencies": {
13 "@atlast/shared": "workspace:*",
14 "@icons-pack/react-simple-icons": "^13.8.0",
15 "@tanstack/react-virtual": "^3.13.13",
16 "actor-typeahead": "^0.1.2",
17 "date-fns": "^4.1.0",
18 "jszip": "^3.10.1",
19 "lucide-react": "^0.544.0",
20 "react": "^18.3.1",
21 "react-dom": "^18.3.1",
22 "react-router-dom": "^7.11.0",
23 "zustand": "^5.0.9"
24 },
25 "devDependencies": {
26 "@types/jszip": "^3.4.0",
27 "@types/react": "^19.1.14",
28 "@types/react-dom": "^19.1.9",
29 "@vitejs/plugin-react": "^4.2.1",
30 "autoprefixer": "^10.4.21",
31 "postcss": "^8.5.6",
32 "tailwindcss": "^3.4.0",
33 "typescript": "^5.3.3",
34 "vite": "^5.4.0",
35 "vite-plugin-svgr": "^4.5.0"
36 }
37}