-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
75 lines (75 loc) · 2.15 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
69
70
71
72
73
74
75
{
"name": "lookup.tools",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"author": "aelew",
"scripts": {
"dev": "next dev --turbo",
"lint": "next lint",
"build": "next build",
"start": "next start",
"format": "prettier --write .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@authentication/cloudflare-ip": "^1.0.0",
"@hookform/resolvers": "^3.9.1",
"@icons-pack/react-simple-icons": "^9.7.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"framer-motion": "^11.12.0",
"geist": "^1.3.1",
"ky": "^1.7.2",
"lucide-react": "^0.334.0",
"next": "14.1.0",
"next-plausible": "^3.12.4",
"next-themes": "^0.2.1",
"pigeon-maps": "^0.21.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.53.2",
"server-only": "^0.0.1",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tldts": "^6.1.64",
"ts-pattern": "^5.5.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@types/eslint": "^8.56.12",
"@types/node": "^18.19.67",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.18",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
},
"ct3aMetadata": {
"initVersion": "7.26.0"
}
}