-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.36 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.36 KB
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
{
"name": "ingest",
"version": "26.1.0",
"scripts": {
"build": "next build",
"dev": "next dev",
"prepare": "husky",
"release": "standard-version",
"start": "next start"
},
"dependencies": {
"@bprogress/next": "^3.2.12",
"@google-analytics/data": "^4.12.0",
"@icons-pack/react-simple-icons": "^10.2.0",
"@next/third-parties": "15.5.12",
"@sentry/nextjs": "^10.32.1",
"@tanstack/react-hotkeys": "^0.4.2",
"@use-gesture/react": "^10.3.1",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"cloudflare": "^5.0.0",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dexie": "^4.0.11",
"dexie-react-hooks": "^1.1.7",
"firebase": "^10.14.1",
"firebase-admin": "^13.3.0",
"fuse.js": "^7.1.0",
"jose": "^6.0.11",
"linkify-react": "^4.2.0",
"linkifyjs": "^4.2.0",
"lucide-react": "^0.439.0",
"nanoid": "^5.1.0",
"next": "15.5.12",
"next-themes": "^0.4.6",
"nuqs": "^2.4.3",
"octokit": "^4.1.2",
"radix-ui": "latest",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",
"react-slick": "^0.30.3",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"slick-carousel": "^1.8.1",
"sonner": "^2.0.6",
"swr": "^2.3.3",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.1.8",
"zustand": "^5.0.3"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@e18e/eslint-plugin": "^0.3.0",
"@tailwindcss/postcss": "^4.2.1",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20.17.19",
"@types/react": "19.2.11",
"@types/react-dom": "19.2.3",
"@types/react-slick": "^0.23.13",
"@types/youtube": "^0.1.2",
"firebase-tools": "^13.31.1",
"husky": "^9.1.7",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"postcss": "^8.5.2",
"standard-version": "^9.5.0",
"tailwindcss": "^4.2.1",
"typescript": "^5.8.3"
},
"engines": {
"node": "22.22.0"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f",
"pnpm": {
"overrides": {
"@types/react": "19.2.11",
"@types/react-dom": "19.2.3"
}
}
}