mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Update localization setup
This commit is contained in:
parent
a5fde1b6c8
commit
3a9f558672
7 changed files with 29 additions and 31 deletions
|
|
@ -4,16 +4,14 @@
|
|||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "npm run prisma:migrate && npm run paraglide:compile && astro build",
|
||||
"build": "npm run prisma:migrate && astro build",
|
||||
"preview": "astro preview",
|
||||
"prisma:build": "prisma migrate deploy && prisma generate --sql && tsx ./prisma/migrate.ts",
|
||||
"paraglide:compile": "paraglide-js compile --project ./project.inlang --outdir ./src\\paraglide"
|
||||
"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",
|
||||
"@inlang/paraglide-astro": "^0.2.2",
|
||||
"@prisma/client": "^6.4.1",
|
||||
"@tailwindcss/vite": "^4.0.7",
|
||||
"@types/react": "^18.3.12",
|
||||
|
|
@ -41,7 +39,7 @@
|
|||
"use-immer": "^0.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@inlang/paraglide-js": "1.11.2",
|
||||
"@inlang/paraglide-js": "^2.0.12",
|
||||
"@parcel/watcher": "^2.4.1",
|
||||
"@types/nodemailer": "^6.4.17",
|
||||
"concurrently": "^8.2.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue