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 "lint": "eslint . --ext .ts,.tsx --fix",
12 "lint:check": "eslint . --ext .ts,.tsx",
13 "lint:html": "eslint . --ext .ts,.tsx --rule 'jsx-a11y/*: error' --fix",
14 "lint:tailwind": "eslint . --ext .ts,.tsx --rule 'tailwindcss/*: warn' --fix",
15 "format": "prettier --write \"src/**/*.{ts,tsx,css}\"",
16 "format:check": "prettier --check \"src/**/*.{ts,tsx,css}\"",
17 "test": "vitest run",
18 "test:watch": "vitest"
19 },
20 "dependencies": {
21 "@atlast/shared": "workspace:*",
22 "@icons-pack/react-simple-icons": "^13.8.0",
23 "@tanstack/react-virtual": "^3.13.13",
24 "actor-typeahead": "^0.1.2",
25 "date-fns": "^4.1.0",
26 "jszip": "^3.10.1",
27 "lucide-react": "^0.544.0",
28 "react": "^18.3.1",
29 "react-dom": "^18.3.1",
30 "react-router-dom": "^7.11.0",
31 "zustand": "^5.0.9"
32 },
33 "devDependencies": {
34 "@eslint/js": "^9.39.0",
35 "@types/jszip": "^3.4.0",
36 "@types/react": "^19.1.14",
37 "@types/react-dom": "^19.1.9",
38 "@typescript-eslint/eslint-plugin": "^8.20.0",
39 "@typescript-eslint/parser": "^8.20.0",
40 "@vitejs/plugin-react": "^4.2.1",
41 "autoprefixer": "^10.4.21",
42 "eslint": "^9.19.0",
43 "eslint-plugin-jsx-a11y": "^6.10.2",
44 "eslint-plugin-react": "^7.37.2",
45 "eslint-plugin-react-hooks": "^5.1.0",
46 "eslint-plugin-tailwindcss": "^3.17.5",
47 "postcss": "^8.5.6",
48 "prettier": "^3.4.2",
49 "prettier-plugin-tailwindcss": "^0.6.11",
50 "tailwindcss": "^3.4.0",
51 "typescript": "^5.3.3",
52 "vite": "^5.4.0",
53 "vite-plugin-svgr": "^4.5.0",
54 "vitest": "^3.2.4"
55 }
56}