-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.17 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "weather.timmo.dev",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"check-format": "pnpm prettier --check",
"dev": "cross-env NODE_OPTIONS='--inspect' next dev --turbo",
"fix-lint": "pnpm lint --fix",
"format": "pnpm prettier --write",
"lint": "next lint",
"prettier": "prettier src/**/*.{js,jsx,ts,tsx,json,yaml,yml}",
"start": "next start"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@kodingdotninja/use-tailwind-breakpoint": "^1.0.0",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@sentry/nextjs": "^8.48.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.63.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"geist": "^1.3.1",
"lucide-react": "^0.469.0",
"next": "^15.1.4",
"next-themes": "^0.4.4",
"posthog-js": "^1.205.0",
"react": "^19.0.0-rc-65a56d0e-20241020",
"react-dom": "^19.0.0-rc-65a56d0e-20241020",
"react-hook-form": "^7.54.2",
"recharts": "^2.15.0",
"sst": "3.5.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/node": "^22.10.5",
"@types/react": "^npm:types-react@19.0.0-rc.1",
"@types/react-dom": "^npm:types-react-dom@19.0.0-rc.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "^8.57.0",
"eslint-config-next": "^15.1.4",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"ct3aMetadata": {
"initVersion": "7.37.0"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
}
}