-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 941 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "vite-react-graphql",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint:type": "tsc -b"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"@tanstack/react-query": "^5.90.7",
"graphql": "^16.12.0",
"graphql-yoga": "^5.16.2",
"nitro": "npm:nitro-nightly@latest",
"nitro-graphql": "2.0.0-beta.18",
"ofetch": "^1.5.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.5",
"tailwindcss": "^4.1.17"
},
"devDependencies": {
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"graphql-config": "^5.1.5",
"typescript": "^5.9.3",
"vite": "npm:rolldown-vite@7.1.20"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@7.1.20"
}
}
}