[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.5 kB 52 lines
1{ 2 "name": "nyx", 3 "version": "0.0.1", 4 "type": "module", 5 "scripts": { 6 "dev": "vite dev", 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 "@libsql/client": "^0.9.0", 43 "@node-rs/argon2": "^1.1.0", 44 "@oslojs/crypto": "^1.0.1", 45 "@oslojs/encoding": "^1.1.0", 46 "clsx": "^2.1.1", 47 "dotenv": "^16.4.5", 48 "drizzle-orm": "^0.33.0", 49 "plyr": "^3.7.8", 50 "tailwind-merge": "^2.5.4" 51 } 52}