-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 4.2 KB
/
Copy pathpackage.json
File metadata and controls
115 lines (115 loc) · 4.2 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "kil.dev",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"ask-kilian:deploy-sync": "bun scripts/deploy-sync-ask-kilian-rag.ts",
"ask-kilian:sync": "bun scripts/sync-ask-kilian-knowledge.ts",
"ask-kilian:sync:dry-run": "bun scripts/sync-ask-kilian-knowledge.ts --dry-run",
"ask-kilian:sync-if-changed": "bun scripts/sync-ask-kilian-knowledge.ts --if-changed",
"prebuild": "bun scripts/verify-deploy-env.ts && bun run build:runtimes",
"build": "next build",
"build:runtimes": "bun scripts/build-runtimes.ts",
"check": "bun run build:runtimes && oxlint --deny-warnings . && tsc --noEmit",
"check:all": "bun run typecheck && bun run format:check && bun run lint && bun run knip",
"predev": "bun run build:runtimes",
"dev": "next dev --turbo",
"fix:all": "bun run format:write && bun run lint:fix",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"knip": "bun run build:runtimes && knip",
"knip:deps": "bun run build:runtimes && knip --dependencies",
"lint": "oxlint --deny-warnings .",
"lint:fix": "oxlint --fix .",
"migrate:pet-gallery:uploadthing": "bun scripts/migrate-pet-gallery-uploadthing.ts",
"migrate:pet-gallery:uploadthing:dry-run": "bun scripts/migrate-pet-gallery-uploadthing.ts --dry-run",
"prepreview": "bun run prebuild",
"preview": "next build && next start",
"start": "next start",
"test": "bun run build:runtimes && vitest run",
"test:all": "bun run test && playwright test",
"test:e2e": "playwright test",
"test:e2e:debug": "playwright test --debug",
"test:e2e:headed": "playwright test --headed",
"test:e2e:report": "playwright show-report",
"test:e2e:ui": "playwright test --ui",
"test:watch": "bun run build:runtimes && vitest",
"typecheck": "bun run build:runtimes && tsc --noEmit",
"vercel-build": "bun scripts/vercel-build.ts"
},
"dependencies": {
"@convex-dev/rag": "0.7.5",
"@convex-dev/workos-authkit": "0.2.7",
"@radix-ui/react-alert-dialog": "1.1.19",
"@radix-ui/react-collapsible": "1.1.16",
"@radix-ui/react-dialog": "1.1.19",
"@radix-ui/react-scroll-area": "1.2.14",
"@radix-ui/react-slot": "1.3.0",
"@radix-ui/react-switch": "1.3.3",
"@radix-ui/react-tooltip": "1.2.12",
"@t3-oss/env-nextjs": "0.13.11",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.14.6",
"@uploadthing/react": "7.3.3",
"@vercel/blob": "2.6.1",
"@workos-inc/authkit-nextjs": "4.2.0",
"@workos-inc/authkit-react": "0.16.1",
"ai": "7.0.31",
"babel-plugin-react-compiler": "1.0.0",
"canvas-confetti": "1.9.4",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"convex": "1.42.3",
"date-fns": "4.4.0",
"exifr": "7.1.3",
"fflate": "0.8.3",
"iron-session": "8.0.4",
"jose": "6.2.3",
"js-cookie": "3.0.8",
"lucide-react": "1.25.0",
"motion": "12.42.2",
"next": "16.2.10",
"posthog-js": "1.404.1",
"radix-ui": "^1.6.2",
"react": "19.2.7",
"react-day-picker": "10.0.1",
"react-dom": "19.2.7",
"react-photo-album": "3.6.0",
"react-snowfall": "2.4.0",
"sharp": "0.35.3",
"sonner": "2.0.7",
"tailwind-merge": "3.6.0",
"uploadthing": "7.7.4",
"uuid": "14.0.1",
"vaul": "1.1.2",
"yet-another-react-lightbox": "3.32.1",
"zod": "4.4.3"
},
"devDependencies": {
"@playwright/test": "1.61.1",
"@tailwindcss/postcss": "4.3.3",
"@types/canvas-confetti": "1.9.0",
"@types/js-cookie": "3.0.6",
"@types/node": "24.13.3",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"esbuild": "0.28.1",
"knip": "6.27.0",
"oxlint": "1.74.0",
"postcss": "8.5.19",
"prettier": "3.9.5",
"prettier-plugin-multiline-arrays": "4.1.10",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-packagejson": "3.0.2",
"prettier-plugin-tailwindcss": "0.8.1",
"tailwindcss": "4.3.3",
"tw-animate-css": "1.4.0",
"typescript": "6.0.3",
"vitest": "4.1.10"
},
"ct3aMetadata": {
"initVersion": "7.39.3"
}
}