-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 868 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 868 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
{
"name": "app",
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "3.943.0",
"@aws-sdk/s3-request-presigner": "3.943.0",
"@headlessui/react": "2.2.9",
"@octokit/rest": "22.0.1",
"@tanstack/react-query": "5.90.12",
"@trpc/client": "11.7.2",
"@trpc/react-query": "11.7.2",
"@trpc/server": "11.7.2",
"@types/lodash": "4.17.21",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"bun-plugin-tailwind": "0.1.2",
"lodash": "4.17.21",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-router-dom": "7.10.1",
"trpc-bun-adapter": "1.3.0",
"tailwindcss": "4.1.17",
"zod": "4.1.13"
},
"devDependencies": {
"vite": "7.2.6"
},
"scripts": {
"dev": "bun --hot ./server.ts",
"start": "bun ./server.ts",
"test": "nx docker comparadise && nx test:e2e frontend"
}
}