mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement requests page
This commit is contained in:
parent
75eaf17346
commit
d3439321ba
14 changed files with 10333 additions and 7522 deletions
|
|
@ -5,9 +5,11 @@
|
|||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "yarn run prisma:build && astro build",
|
||||
"prisma:build": "prisma migrate deploy && prisma generate --sql && tsx ./prisma/migrate.ts"
|
||||
"prisma:migrate": "prisma migrate deploy && tsx ./prisma/migrate.ts",
|
||||
"prisma:build": "yarn prisma:migrate && prisma generate --sql && "
|
||||
},
|
||||
"dependencies": {
|
||||
"@ag-grid-community/locale": "^33.3.2",
|
||||
"@astrojs/node": "9.0.0",
|
||||
"@astrojs/react": "4.1.3",
|
||||
"@astrojs/rss": "4.0.11",
|
||||
|
|
@ -15,6 +17,8 @@
|
|||
"@tailwindcss/vite": "^4.0.7",
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"ag-grid-community": "^33.3.1",
|
||||
"ag-grid-react": "^33.3.1",
|
||||
"astro": "^5.3.0",
|
||||
"astro-icon": "^1.1.1",
|
||||
"astro-seo": "^0.8.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue