mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement Album Count component
This commit is contained in:
parent
c17d1523a9
commit
56c56c9877
7 changed files with 83 additions and 42 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"start": "npm run dev",
|
||||
"dev": "astro dev",
|
||||
"build": "npm run paraglide:compile && prisma generate && astro build",
|
||||
"build": "npm run paraglide:compile && prisma generate --sql && astro build",
|
||||
"preview": "astro preview",
|
||||
"paraglide:compile": "paraglide-js compile --project ./project.inlang --outdir ./src\\paraglide"
|
||||
},
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
"@astrojs/rss": "4.0.11",
|
||||
"@astrojs/tailwind": "^6.0.0",
|
||||
"@inlang/paraglide-astro": "^0.2.2",
|
||||
"@prisma/client": "^6.2.1",
|
||||
"@prisma/client": "^6.3.1",
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"astro": "5.1.5",
|
||||
|
|
@ -46,6 +46,6 @@
|
|||
"neostandard": "^0.11.6",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-config-standard": "^7.0.0",
|
||||
"prisma": "^6.2.1"
|
||||
"prisma": "^6.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue