{ "name": "@atlast/root", "homepage": "https://byarielm.github.io/ATlast", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "npx netlify-cli dev --filter @atlast/web", "dev:mock": "pnpm --filter @atlast/web dev", "dev:full": "npx netlify-cli dev --filter @atlast/web", "build": "pnpm --filter @atlast/web build", "init-db": "tsx scripts/init-local-db.ts", "generate-key": "tsx scripts/generate-encryption-key.ts" }, "dependencies": { "@atcute/identity": "^1.1.0", "@atcute/identity-resolver": "^1.1.3", "@atproto/api": "^0.17.0", "@atproto/identity": "^0.4.9", "@atproto/jwk-jose": "^0.1.10", "@atproto/oauth-client-node": "^0.3.8", "@icons-pack/react-simple-icons": "^13.8.0", "@neondatabase/serverless": "^1.0.2", "@netlify/functions": "^4.2.7", "@tanstack/react-virtual": "^3.13.13", "actor-typeahead": "^0.1.2", "cookie": "^1.0.2", "date-fns": "^4.1.0", "jose": "^6.1.0", "jszip": "^3.10.1", "lucide-react": "^0.544.0", "react": "^18.3.1", "react-dom": "^18.3.1", "zod": "^4.2.1", "zustand": "^5.0.9" }, "devDependencies": { "@types/jszip": "^3.4.0", "@types/node": "^24.6.2", "@types/react": "^19.1.14", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.21", "baseline-browser-mapping": "^2.8.31", "gh-pages": "^6.3.0", "postcss": "^8.5.6", "tailwindcss": "^3.4.0", "typescript": "^5.3.3", "vite": "^5.4.0", "vite-plugin-svgr": "^4.5.0" } }