-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.06 KB
/
Copy pathpackage.json
File metadata and controls
126 lines (126 loc) · 4.06 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
116
117
118
119
120
121
122
123
124
125
126
{
"$schema": "https://json.schemastore.org/package.json",
"name": "cache",
"version": "0.13.0",
"private": true,
"description": "The AI bookmark manager for busy people",
"homepage": "https://cachd.app",
"repository": {
"type": "git",
"url": "https://github.com/rortan134/cache-app"
},
"license": "Apache-2.0",
"type": "module",
"scripts": {
"analyze": "next experimental-analyze --output",
"build": "bunx gt translate && bun run next build",
"clean": "find . -name node_modules -o -name .next -o -name .swc -o -name tsconfig.buildinfo -type d -prune | xargs rm -rf",
"db-deploy": "prisma migrate deploy",
"db-migrate": "prisma migrate dev",
"dev": "bun run next dev",
"postinstall": "prisma generate",
"lint": "ultracite check",
"lint:fix": "ultracite fix",
"prepare": "husky",
"start": "bun run next start",
"test": "bun test",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@arcjet/next": "1.10.0",
"@arcjet/redact": "1.10.0",
"@base-ui/react": "1.7.0",
"@base-ui/utils": "0.3.2",
"@better-auth/i18n": "1.6.27",
"@better-auth/prisma-adapter": "1.6.27",
"@better-auth/stripe": "1.6.27",
"@blossom-carousel/react": "1.5.2",
"@braintree/sanitize-url": "7.1.2",
"@google/genai": "2.17.0",
"@lexical/a11y": "0.49.0",
"@lexical/html": "0.49.0",
"@lexical/react": "0.49.0",
"@lexical/rich-text": "0.49.0",
"@lexical/selection": "0.49.0",
"@modelcontextprotocol/server": "2.0.0",
"@prisma/adapter-pg": "7.9.1",
"@prisma/client": "7.9.1",
"@t3-oss/env-nextjs": "0.13.11",
"@tavily/ai-sdk": "0.5.0",
"@workflow/ai": "4.2.0",
"ai": "6.0.222",
"better-auth": "1.6.27",
"better-auth-localization": "3.0.0",
"browser-fs-access": "0.38.0",
"calligraph": "1.4.1",
"chrono-node": "2.10.1",
"class-variance-authority": "0.7.1",
"cnfast": "0.1.0",
"copy-to-clipboard": "4.0.2",
"culori": "4.0.2",
"dayjs": "1.11.21",
"dotenv": "17.4.2",
"gt-next": "11.1.6",
"highlight-words-core": "1.2.3",
"htmlparser2": "12.0.0",
"ipaddr.js": "2.5.0",
"legid": "0.1.4",
"lexical": "0.49.0",
"link-preview-js": "5.0.0",
"lucide-react": "1.31.0",
"masonic": "4.1.0",
"mcp-handler": "2.1.0",
"mime-types": "3.0.2",
"motion": "13.1.0",
"nanoid": "6.0.1",
"next": "16.3.0",
"node-vibrant": "4.0.4",
"openlink": "0.3.0",
"p-retry": "8.0.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-hotkeys-hook": "5.3.3",
"react-medium-image-zoom": "5.4.9",
"redis": "6.2.1",
"remark-gfm": "4.0.1",
"remark-parse": "11.0.0",
"resend": "6.19.0",
"rss-parser": "3.13.0",
"server-only": "0.0.1",
"shadcn": "4.17.0",
"stable-hash": "0.0.6",
"stan-js": "1.9.1",
"std-env": "4.2.0",
"streamdown": "2.5.0",
"stripe": "22.5.0",
"swr": "2.5.1",
"tw-animate-css": "1.4.0",
"undici": "8.10.0",
"unified": "11.0.5",
"workflow": "4.8.2",
"zod": "4.4.3",
"zod-validation-error": "5.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.5.8",
"@tailwindcss/postcss": "4.3.3",
"@types/bun": "1.3.14",
"@types/culori": "4.0.1",
"@types/mdast": "4.0.4",
"@types/mime-types": "3.0.1",
"@types/node": "25.9.3",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"babel-plugin-react-compiler": "1.0.0",
"gt": "2.16.4",
"husky": "9.1.7",
"prisma": "7.9.1",
"tailwindcss": "4.3.3",
"typescript": "7.0.2",
"ultracite": "7.10.3"
},
"packageManager": "bun@1.3.14",
"engines": {
"node": ">=24.13.0"
}
}