aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 21900aa3f1497694fe6585697f459a7766fc469b (plain) (blame)
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": "supermemory-ai",
	"private": true,
	"type": "module",
	"scripts": {
		"build": "turbo build",
		"dev": "turbo dev",
		"lint": "turbo lint",
		"format": "prettier --write \"**/*.{ts,tsx,md}\"",
		"deploy": "turbo deploy"
	},
	"devDependencies": {
		"@clack/prompts": "^0.7.0",
		"@repo/eslint-config": "*",
		"@repo/shared-types": "*",
		"@repo/tailwind-config": "*",
		"@repo/typescript-config": "*",
		"@repo/ui": "*",
		"@repo/db": "*",
		"lint-staged": "^15.2.5",
		"prettier": "^3.3.3",
		"rxjs": "^7.8.1",
		"tailwindcss": "^3.4.3",
		"turbo": "^2.0.3",
		"typescript": "^5.5.4"
	},
	"engines": {
		"node": ">=18"
	},
	"dependencies": {
		"@ai-sdk/anthropic": "^0.0.15",
		"@ai-sdk/google": "^0.0.15",
		"@ai-sdk/openai": "^0.0.14",
		"@auth/drizzle-adapter": "^1.1.0",
		"@aws-sdk/client-s3": "^3.577.0",
		"@aws-sdk/s3-request-presigner": "^3.577.0",
		"@babel/plugin-transform-runtime": "^7.24.7",
		"@cloudflare/puppeteer": "^0.0.11",
		"@headlessui/react": "^2.0.4",
		"@heroicons/react": "^2.1.4",
		"@hono/swagger-ui": "^0.2.2",
		"@hookform/resolvers": "^3.4.2",
		"@iarna/toml": "^2.2.5",
		"@langchain/cloudflare": "^0.0.6",
		"@million/lint": "^1.0.0-rc.81",
		"@mozilla/readability": "^0.5.0",
		"@radix-ui/react-accordion": "^1.1.2",
		"@radix-ui/react-dropdown-menu": "^2.1.1",
		"@radix-ui/react-icons": "^1.3.0",
		"@radix-ui/react-label": "^2.0.2",
		"@radix-ui/react-popover": "^1.1.1",
		"@radix-ui/react-progress": "^1.0.3",
		"@radix-ui/react-scroll-area": "^1.0.5",
		"@radix-ui/react-select": "^2.0.0",
		"@radix-ui/react-separator": "^1.0.3",
		"@radix-ui/react-slot": "^1.1.0",
		"@radix-ui/react-switch": "^1.1.0",
		"@radix-ui/react-tabs": "^1.0.4",
		"@radix-ui/react-toast": "^1.1.5",
		"@radix-ui/react-tooltip": "^1.1.2",
		"@tldraw/assets": "^2.2.0",
		"@types/jsonwebtoken": "^9.0.6",
		"@types/react-responsive-masonry": "^2.1.3",
		"@types/readline-sync": "^1.4.8",
		"ai": "^3.1.14",
		"aws4fetch": "^1.0.18",
		"cheerio": "^1.0.0-rc.12",
		"compromise": "^14.13.0",
		"crypto-browserify": "^3.12.0",
		"eslint-config-turbo": "^2.0.6",
		"framer-motion": "^11.2.6",
		"geist": "^1.3.0",
		"google-auth-library": "^9.11.0",
		"grammy": "^1.25.1",
		"http": "^0.0.1-security",
		"https": "^1.0.0",
		"jsonwebtoken": "^9.0.2",
		"katex": "^0.16.10",
		"lucide-react": "^0.379.0",
		"million": "^3.1.11",
		"next-app-theme": "^0.1.10",
		"next-auth": "^5.0.0-beta.18",
		"next-themes": "^0.3.0",
		"random-js": "^2.1.0",
		"react-dropzone": "^14.2.3",
		"react-hook-form": "^7.51.5",
		"react-layout-masonry": "^1.1.0",
		"react-markdown": "^9.0.1",
		"react-responsive-masonry": "^2.2.1",
		"react-tweet": "^3.2.1",
		"react-use-measure": "^2.1.1",
		"react-web-share": "^2.0.2",
		"rehype-highlight": "^7.0.0",
		"rehype-katex": "^7.0.0",
		"remark-gfm": "^4.0.0",
		"remark-math": "^6.0.0",
		"sonner": "^1.5.0",
		"tailwind-scrollbar": "^3.1.0",
		"tldraw": "^2.1.4",
		"turndown": "^7.2.0",
		"uploadthing": "^6.10.4",
		"vaul": "^0.9.1",
		"zod": "^3.23.8",
		"drizzle-kit": "0.21.2",
		"drizzle-orm": "0.30.0"
	},
	"trustedDependencies": [
		"core-js-pure",
		"es5-ext"
	],
	"lint-staged": {
		"**/*": "prettier --write --ignore-unknown"
	},
	"packageManager": "[email protected]+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35"
}