mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Snake case table names
This commit is contained in:
parent
971d4f2ce6
commit
3530c46b0e
4 changed files with 1728 additions and 12 deletions
|
|
@ -7,7 +7,6 @@
|
|||
"astro:dev": "astro dev",
|
||||
"build": "npm run paraglide:compile && npm run gql:compile && astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"gql:compile": "graphql-codegen",
|
||||
"gql:watch": "graphql-codegen -w",
|
||||
"paraglide:compile": "paraglide-js compile --project ./project.inlang --outdir ./src\\paraglide"
|
||||
|
|
@ -26,12 +25,16 @@
|
|||
"@graphql-tools/resolvers-composition": "^7.0.1",
|
||||
"@graphql-tools/schema": "^10.0.4",
|
||||
"@inlang/paraglide-astro": "^0.2.2",
|
||||
"@sequelize/cli": "^7.0.0-alpha.42",
|
||||
"@sequelize/core": "^7.0.0-alpha.37",
|
||||
"@sequelize/mysql": "^7.0.0-alpha.41",
|
||||
"astro": "^4.15.7",
|
||||
"astro-icon": "^1.1.1",
|
||||
"auth-astro": "^4.1.2",
|
||||
"babel-register": "^6.26.0",
|
||||
"bcrypt": "^5.1.1",
|
||||
"dotenv": "^16.4.5",
|
||||
"fs-extra": "^11.2.0",
|
||||
"graphql-scalars": "^1.23.0",
|
||||
"lodash": "^4.17.21",
|
||||
"tailwindcss": "^3.4.12",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue