-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
40
41
{
"name": "trellix",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "node scripts/createDb.cjs && vite",
"preview": "vite preview"
},
"dependencies": {
"@whatwg-node/server": "^0.9.14",
"graphql": "15.8.0",
"graphql-yoga": "^5.0.0",
"houdini": "^2.0.0-next.9",
"houdini-adapter-auto": "1.3.8-next.9",
"houdini-react": "2.0.0-next.11",
"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/node": "^24.3.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.19",
"date-fns": "^4.1.0",
"graphql-scalars": "^1.24.2",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "^4.9.3",
"vite": "^6.0.3"
},
"resolutions": {
"graphql": "15.8.0",
"react": "19.0.0-canary-2b036d3f1-20240327",
"react-dom": "19.0.0-canary-2b036d3f1-20240327"
}
}