[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto skywatched.app
0

Configure Feed

Select the types of activity you want to include in your feed.

skywatched / package.json
1.7 kB 58 lines
1{ 2 "name": "skywatched", 3 "version": "0.0.1", 4 "type": "module", 5 "scripts": { 6 "dev": "vite dev --host", 7 "build": "vite build", 8 "preview": "vite preview", 9 "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", 10 "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", 11 "format": "prettier --write .", 12 "lint": "prettier --check . && eslint .", 13 "db:push": "drizzle-kit push", 14 "db:migrate": "drizzle-kit migrate", 15 "db:studio": "drizzle-kit studio" 16 }, 17 "devDependencies": { 18 "@sveltejs/adapter-auto": "^3.0.0", 19 "@sveltejs/kit": "^2.0.0", 20 "@sveltejs/vite-plugin-svelte": "^4.0.0", 21 "@tailwindcss/aspect-ratio": "^0.4.2", 22 "@tailwindcss/forms": "^0.5.9", 23 "@tailwindcss/typography": "^0.5.15", 24 "@types/eslint": "^9.6.0", 25 "autoprefixer": "^10.4.20", 26 "drizzle-kit": "^0.22.0", 27 "eslint": "^9.7.0", 28 "eslint-config-prettier": "^9.1.0", 29 "eslint-plugin-svelte": "^2.36.0", 30 "globals": "^15.0.0", 31 "prettier": "^3.3.2", 32 "prettier-plugin-svelte": "^3.2.6", 33 "prettier-plugin-tailwindcss": "^0.6.5", 34 "svelte": "^5.0.0", 35 "svelte-check": "^4.0.0", 36 "tailwindcss": "^3.4.9", 37 "typescript": "^5.0.0", 38 "typescript-eslint": "^8.0.0", 39 "vite": "^5.0.3" 40 }, 41 "dependencies": { 42 "@atproto/api": "^0.13.20", 43 "@atproto/lex-cli": "^0.5.3", 44 "@atproto/oauth-client-node": "^0.2.4", 45 "@atproto/xrpc-server": "^0.7.4", 46 "@libsql/client": "^0.9.0", 47 "@node-rs/argon2": "^1.1.0", 48 "@oslojs/crypto": "^1.0.1", 49 "@oslojs/encoding": "^1.1.0", 50 "@sveltejs/adapter-vercel": "^5.5.2", 51 "clsx": "^2.1.1", 52 "dotenv": "^16.4.5", 53 "drizzle-orm": "^0.33.0", 54 "plyr": "^3.7.8", 55 "svelte-sonner": "^0.3.28", 56 "tailwind-merge": "^2.5.4" 57 } 58}