forked from realChakrawarti/ingest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.76 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.76 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
{
"name": "ingest",
"version": "1.10.4",
"scripts": {
"dev": "concurrently \"pnpm run emulate-firebase\" \"next dev\" --kill-others",
"dev:seed": "concurrently \"pnpm run emulate-firebase:import-seed\" \"next dev\" --kill-others",
"emulate-firebase": "firebase emulators:start --project ytcatalog707",
"emulate-firebase:import-seed": "firebase emulators:start --project ytcatalog707 --import=seed",
"emulate-firebase:export-seed": "firebase --project ytcatalog707 emulators:export seed",
"build": "next build",
"start": "next start",
"lint": "pnpm exec biome lint --log-kind=compact",
"prepare": "husky",
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch",
"release:major": "standard-version --release-as major",
"ui:migrate": "pnpx shadcn@latest migrate radix",
"deps": "pnpx dependex"
},
"engines": {
"node": ">=22.0.0"
},
"dependencies": {
"@bprogress/next": "^3.2.12",
"@google-analytics/data": "^4.12.0",
"@icons-pack/react-simple-icons": "^10.2.0",
"@next/third-parties": "^14.2.24",
"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": "^14.2.30",
"next-themes": "^0.4.6",
"nuqs": "^2.4.3",
"octokit": "^4.1.2",
"radix-ui": "latest",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-slick": "^0.30.3",
"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": {
"@biomejs/biome": "2.0.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20.17.19",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@types/react-slick": "^0.23.13",
"@types/youtube": "^0.1.2",
"concurrently": "^9.1.2",
"firebase-tools": "^13.31.1",
"husky": "^9.1.7",
"postcss": "^8.5.2",
"react-scan": "^0.3.3",
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}