-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
103 lines (103 loc) · 2.95 KB
/
package.json
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
{
"name": "latitude-llm",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"docs": "cd docs && mintlify dev",
"tc": "turbo tc",
"prettier": "prettier --write \"**/*.{ts,tsx,md}\" --ignore-path .prettierrcignore",
"prettier:check": "prettier --check \"**/*.{ts,tsx,md}\" --ignore-path .prettierrcignore",
"test": "turbo test",
"catchup": "pnpm i && pnpm build --filter=\"./packages/**/*\" && pnpm --filter \"@latitude-data/core\" db:migrate"
},
"devDependencies": {
"@babel/parser": "^7.25.4",
"@types/node": "^22.5.1",
"eslint": "8",
"glob": "^11.0.0",
"mintlify": "^4.0.233",
"prettier": "^3.3.3",
"recast": "^0.23.9",
"turbo": "^2.1.0",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": ">=18.x",
"react-dom": ">=18.x",
"eslint": ">=8.x"
}
}
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.48",
"@ai-sdk/azure": "^0.0.32",
"@ai-sdk/google": "^0.0.51",
"@ai-sdk/mistral": "^0.0.38",
"@ai-sdk/openai": "^0.0.54",
"@aws-sdk/client-s3": "^3.645.0",
"@aws-sdk/s3-request-presigner": "^3.679.0",
"@monaco-editor/react": "^4.6.0",
"@plunk/node": "^3.0.2",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-email/components": "^0.0.23",
"@sindresorhus/slugify": "^2.2.1",
"@t3-oss/env-core": "^0.11.1",
"ai": "^3.2.42",
"argon2": "^0.41.0",
"bullmq": "^5.12.11",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"csv-parse": "^5.5.6",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"flydrive": "^1.1.0",
"ioredis": "^5.4.1",
"jose": "^5.8.0",
"lodash-es": "^4.17.21",
"loops": "^3.3.0",
"lucide-react": "^0.468.0",
"monaco-editor": "^0.50.0",
"nanoid": "^5.0.7",
"nodemailer": "^6.9.14",
"nodemailer-html-to-text": "^3.2.0",
"nodemailer-mailgun-transport": "^2.1.5",
"pg": "^8.12.0",
"posthog-node": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-resizable": "^3.0.5",
"react-textarea-autosize": "^8.5.3",
"recharts": "2.13.0-alpha.5",
"socket.io-client": "^4.7.5",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.1",
"uuid": "^10.0.0",
"vue": "^3.4.38",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"optionalDependencies": {
"svelte": "^4.2.19",
"vue": "^3.4.38"
},
"version": "0.0.1"
}