soc_site-astro/package.json

57 lines
No EOL
1.8 KiB
JSON

{
"name": "soc_site-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "concurrently \"npm:gql:watch\" \"npm:astro:dev\"",
"astro:dev": "astro dev",
"build": "npm run paraglide:compile && astro check && 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",
"postinstall": "npm run paraglide:compile"
},
"dependencies": {
"@apollo/client": "^3.11.4",
"@astrojs/check": "^0.9.2",
"@astrojs/node": "^8.3.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "^5.1.0",
"@auth/core": "^0.32.0",
"@eddeee888/gcg-typescript-resolver-files": "^0.10.4",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-tools/load-files": "^7.0.0",
"@graphql-tools/merge": "^9.0.6",
"@graphql-tools/resolvers-composition": "^7.0.1",
"@graphql-tools/schema": "^10.0.4",
"@inlang/paraglide-astro": "^0.2.2",
"@sequelize/core": "^7.0.0-alpha.37",
"@sequelize/mysql": "^7.0.0-alpha.41",
"astro": "^4.13.1",
"astro-icon": "^1.1.1",
"auth-astro": "^4.1.2",
"bcrypt": "^5.1.1",
"graphql-scalars": "^1.23.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.8"
},
"devDependencies": {
"@inlang/paraglide-js": "1.11.2",
"@parcel/watcher": "^2.4.1",
"@types/bcrypt": "^5.0.2",
"@typescript-eslint/parser": "^6.21.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-jsx-a11y": "^6.9.0",
"prettier": "^3.3.3",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.5.4"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}