-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
97 lines (97 loc) · 2.95 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "tweetstocommits",
"version": "0.1.0",
"private": true,
"scripts": {
"with-env": "dotenv -e .env --",
"db:push": "pnpm with-env drizzle-kit push:mysql",
"db:studio": "pnpm with-env drizzle-kit studio",
"dev": "pnpm with-env next dev --turbo",
"build": "pnpm with-env cross-env NODE_ENV=production next build",
"start": "pnpm with-env cross-env NODE_ENV=production next start",
"lint": "next lint"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@headlessui/react": "^2.0.4",
"@headlessui/tailwindcss": "^0.2.1",
"@planetscale/database": "^1.11.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@remixicon/react": "^4.2.0",
"@t3-oss/env-nextjs": "^0.7.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-query": "^4.36.1",
"@tremor/react": "^3.17.2",
"@trpc/client": "^10.43.6",
"@trpc/next": "^10.43.6",
"@trpc/react-query": "^10.43.6",
"@trpc/server": "^10.43.6",
"@types/d3": "^7.4.3",
"@types/d3-scale": "^3.2.3",
"@types/d3-time": "^1.0.10",
"@types/d3-time-format": "^3.0.0",
"@types/ws": "^8.5.10",
"@upstash/ratelimit": "^1.1.3",
"@visx/group": "^3.3.0",
"@visx/heatmap": "^3.3.0",
"@visx/mock-data": "^3.3.0",
"@visx/responsive": "^3.10.2",
"@visx/scale": "^3.5.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"d3": "^7.9.0",
"dataloader": "^2.2.2",
"drizzle-orm": "^0.28.5",
"express-rate-limit": "^7.3.0",
"lucide-react": "^0.302.0",
"next": "15.0.0-rc.0",
"node-html-parser": "^6.1.12",
"npm-run-all": "^4.1.5",
"posthog-js": "^1.136.7",
"rate-limit-redis": "^4.2.0",
"rate-limiter-flexible": "^2.4.1",
"react": "19.0.0-rc-6230622a1a-20240610",
"react-dom": "19.0.0-rc-6230622a1a-20240610",
"react-tweet": "^3.2.1",
"redis": "^4.6.14",
"server-only": "^0.0.1",
"superjson": "1.13.3",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.11.0",
"ws": "^8.17.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.3",
"@types/eslint": "^8.44.7",
"@types/node": "^18.17.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"dotenv-cli": "^7.3.0",
"drizzle-kit": "0.19.3",
"eslint": "^8.54.0",
"mysql2": "^3.6.5",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.25.0"
}
}