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 "zustand": "^5.0.9"
23 },
24 "devDependencies": {
25 "@types/jszip": "^3.4.0",
26 "@types/react": "^19.1.14",
27 "@types/react-dom": "^19.1.9",
28 "@vitejs/plugin-react": "^4.2.1",
29 "autoprefixer": "^10.4.21",
30 "postcss": "^8.5.6",
31 "tailwindcss": "^3.4.0",
32 "typescript": "^5.3.3",
33 "vite": "^5.4.0",
34 "vite-plugin-svgr": "^4.5.0"
35 }
36}