mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "soc_site-astro",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "npm run dev",
|
|
"dev": "prisma generate --sql && astro dev",
|
|
"build": "prisma generate --sql && npm run paraglide:compile && astro build",
|
|
"preview": "astro preview",
|
|
"paraglide:compile": "paraglide-js compile --project ./project.inlang --outdir ./src\\paraglide"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "9.0.0",
|
|
"@astrojs/react": "4.1.3",
|
|
"@astrojs/rss": "4.0.11",
|
|
"@inlang/paraglide-astro": "^0.2.2",
|
|
"@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",
|
|
"better-auth": "^1.1.11",
|
|
"clsx": "^2.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-svg-spinners": "^0.3.1",
|
|
"sharp": "^0.33.5",
|
|
"tailwindcss": "^4.0.7",
|
|
"typescript": "^5.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@inlang/paraglide-js": "1.11.2",
|
|
"@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"
|
|
}
|
|
}
|