{ "name": "randify", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "test": "vitest run", "test:unit": "vitest run", "test:e2e": "playwright test", "test:ui": "playwright test", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check .", "db:generate": "drizzle-kit generate", "db:migrate": "node src/db/migrate.mjs", "db:studio": "drizzle-kit studio" }, "dependencies": { "@astrojs/node": "^8.3.4", "@astrojs/rss": "^4.0.18", "@astrojs/sitemap": "^3.2.1", "@tailwindcss/vite": "^4.0.0", "astro": "^4.16.0", "drizzle-orm": "^0.45.2", "jose": "^6.2.3", "pg": "^8.20.0", "tailwindcss": "^4.0.0", "zod": "^3.25.7" }, "devDependencies": { "@eslint/js": "^10.0.1", "@playwright/test": "^1.60.0", "@tailwindcss/typography": "^0.5.19", "@testing-library/dom": "^10.4.1", "@typescript-eslint/eslint-plugin": "^8.59.2", "@typescript-eslint/parser": "^8.59.2", "@vitest/coverage-v8": "^4.1.5", "drizzle-kit": "^0.31.10", "eslint": "^10.3.0", "eslint-plugin-astro": "^1.7.0", "globals": "^17.6.0", "happy-dom": "^20.9.0", "prettier": "^3.8.3", "prettier-plugin-astro": "^0.14.1", "tsx": "^4.22.0", "typescript": "^5.8.3", "typescript-eslint": "^8.59.2", "vitest": "^4.1.5" } }