-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.49 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "goals-sets",
"private": true,
"version": "0.0.0",
"type": "module",
"dependencies": {
"@fastify/cors": "^9.0.1",
"@hookform/resolvers": "3.9.0",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-progress": "1.1.0",
"@radix-ui/react-radio-group": "1.2.0",
"@tanstack/react-query": "5.51.23",
"dayjs": "^1.11.12",
"drizzle-orm": "^0.33.0",
"fastify": "^4.28.1",
"fastify-type-provider-zod": "^2.0.0",
"lucide-react": "0.427.0",
"postgres": "^3.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "7.52.2",
"react-router-dom": "6.26.0",
"sonner": "1.5.0",
"tailwind-merge": "2.5.2",
"tailwind-variants": "0.2.1",
"undici-types": "^6.19.8",
"zod": "3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/node": "^22.5.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "10.4.20",
"drizzle-kit": "^0.24.2",
"postcss": "8.4.41",
"tailwindcss": "3.4.9",
"tsx": "^4.19.1",
"typescript": "^5.5.3",
"vite": "^5.4.0"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"api": "tsx watch --env-file .env ./api/src/http/server.ts",
"seed": "tsx --env-file .env ./api/src/db/seed.ts"
},
"keywords": [],
"author": "felipeclarindo",
"license": "AGPL-3.0-only"
}