-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 924 Bytes
/
package.json
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
{
"name": "trellix",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"@whatwg-node/server": "^0.9.14",
"graphql": "15.8.0",
"graphql-yoga": "4.0.4",
"houdini": "^1.2.57",
"houdini-adapter-auto": "^1.2.57",
"houdini-react": "^1.2.57",
"react": "19.0.0-canary-2b036d3f1-20240327",
"react-dom": "19.0.0-canary-2b036d3f1-20240327",
"tiny-invariant": "^1.3.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "^4.9.3",
"vite": "^4.1.0"
},
"resolutions": {
"graphql": "15.8.0",
"react": "19.0.0-canary-2b036d3f1-20240327",
"react-dom": "19.0.0-canary-2b036d3f1-20240327"
}
}