mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
misc fixes
This commit is contained in:
parent
7aa64366c0
commit
971d4f2ce6
41 changed files with 18860 additions and 85 deletions
17
package.json
17
package.json
|
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"dev": "concurrently \"npm:gql:watch\" \"npm:astro:dev\"",
|
||||
"astro:dev": "astro dev",
|
||||
"build": "npm run paraglide:compile && npm run gql:compile && astro check && astro build",
|
||||
"build": "npm run paraglide:compile && npm run gql:compile && astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"gql:compile": "graphql-codegen",
|
||||
|
|
@ -14,11 +14,11 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.11.4",
|
||||
"@astrojs/check": "^0.9.2",
|
||||
"@astrojs/node": "^8.3.2",
|
||||
"@astrojs/check": "^0.9.3",
|
||||
"@astrojs/node": "^8.3.3",
|
||||
"@astrojs/rss": "^4.0.7",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@auth/core": "^0.32.0",
|
||||
"@astrojs/tailwind": "^5.1.1",
|
||||
"@auth/core": "^0.35.0",
|
||||
"@eddeee888/gcg-typescript-resolver-files": "^0.10.4",
|
||||
"@graphql-codegen/cli": "^5.0.2",
|
||||
"@graphql-tools/load-files": "^7.0.0",
|
||||
|
|
@ -28,9 +28,12 @@
|
|||
"@inlang/paraglide-astro": "^0.2.2",
|
||||
"@sequelize/core": "^7.0.0-alpha.37",
|
||||
"@sequelize/mysql": "^7.0.0-alpha.41",
|
||||
"lodash": "^4.17.21",
|
||||
"astro": "^4.15.7",
|
||||
"astro-icon": "^1.1.1",
|
||||
"auth-astro": "^4.1.2",
|
||||
"bcrypt": "^5.1.1",
|
||||
"graphql-scalars": "^1.23.0",
|
||||
"lodash": "^4.17.21",
|
||||
"tailwindcss": "^3.4.12",
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
|
|
@ -48,4 +51,4 @@
|
|||
"prettier-config-standard": "^7.0.0",
|
||||
"prettier-plugin-astro": "^0.14.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue