aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 5b78f68..9d809f0 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -4,19 +4,25 @@
"version": "0.0.0",
"type": "module",
"scripts": {
- "build": "tsc -b && vite build",
+ "build": "npm run graphql-codegen && tsc -b && vite build",
"check": "biome check .",
"dev": "vite",
"fix": "biome check --write .",
+ "graphql-codegen": "graphql-codegen --config graphql-codegen.ts",
"preview": "vite preview"
},
"dependencies": {
+ "@tailwindcss/vite": "^4.1.11",
+ "graphql": "^16.11.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
+ "tailwindcss": "^4.1.11",
"wouter": "^3.7.1"
},
"devDependencies": {
"@biomejs/biome": "^2.1.1",
+ "@graphql-codegen/cli": "^5.0.7",
+ "@graphql-codegen/client-preset": "^4.8.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",