{ "name": "at-video", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^6.2.1", "@tsconfig/svelte": "^5.0.5", "@types/node": "^24.6.0", "svelte": "^5.39.6", "svelte-check": "^4.3.2", "typescript": "~5.9.3", "vite": "^7.1.7" }, "dependencies": { "@atproto/api": "^0.18.4", "@atproto/common": "^0.5.2", "@atproto/common-web": "^0.4.3", "@atproto/oauth-client-browser": "^0.3.33", "@tailwindcss/vite": "^4.1.14", "tailwindcss": "^4.1.14" } }