{ "name": "soc_site-astro", "type": "module", "version": "1.0.0", "scripts": { "dev": "astro dev", "build": "npm run prisma:migrate && astro build", "preview": "astro preview", "prisma:build": "prisma migrate deploy && prisma generate --sql && tsx ./prisma/migrate.ts" }, "dependencies": { "@astrojs/node": "9.0.0", "@astrojs/react": "4.1.3", "@astrojs/rss": "4.0.11", "@prisma/client": "^6.4.1", "@tailwindcss/vite": "^4.0.7", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "astro": "^5.3.0", "astro-icon": "^1.1.1", "astro-seo": "^0.8.4", "better-auth": "^1.1.11", "clsx": "^2.1.1", "decode-formdata": "^0.9.0", "immer": "^10.1.1", "nodemailer": "^6.10.0", "prisma": "^6.4.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hot-toast": "^2.4.1", "react-multi-select-component": "^4.3.4", "react-svg-spinners": "^0.3.1", "sharp": "^0.33.5", "slugify": "^1.6.6", "superstruct": "^2.0.2", "tailwindcss": "^4.0.7", "tsx": "^4.19.4", "typescript": "^5.6.2", "use-immer": "^0.11.0" }, "devDependencies": { "@inlang/paraglide-js": "^2.0.12", "@parcel/watcher": "^2.4.1", "@types/nodemailer": "^6.4.17", "concurrently": "^8.2.2", "eslint": "^9.11.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-astro": "^1.2.4", "eslint-plugin-jsx-a11y": "^6.10.0", "neostandard": "^0.11.6", "prettier": "^3.3.3", "prettier-config-standard": "^7.0.0" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }