forked from supermemoryai/supermemory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.14 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
{
"name": "anycontext",
"version": "0.1.0",
"private": true,
"type": "module",
"workspaces": [
"apps/*",
"packages/*"
],
"packageManager": "[email protected]",
"scripts": {
"build": "dotenv -- turbo run build",
"dev": "dotenv -- turbo run dev --filter=!cf-ai-backend",
"lint": "dotenv -- turbo run lint",
"start": "dotenv -- turbo run start"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.6",
"@types/eslint": "^8.44.7",
"@types/node": "^18.17.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.4.17",
"drizzle-kit": "beta",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.4",
"if-env": "^1.0.4",
"postcss": "^8.4.35",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.4.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@auth/d1-adapter": "^0.6.0",
"@auth/drizzle-adapter": "^0.7.0",
"@cloudflare/ai": "^1.0.52",
"@cloudflare/next-on-pages-next-dev": "^0.0.1",
"@cloudflare/puppeteer": "^0.0.6",
"@crxjs/vite-plugin": "^1.0.14",
"@google/generative-ai": "^0.3.1",
"@heroicons/react": "^2.1.1",
"@langchain/cloudflare": "^0.0.3",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@t3-oss/env-nextjs": "^0.9.2",
"@types/chrome": "^0.0.261",
"ai": "^3.0.0",
"better-sqlite3": "^9.4.3",
"class-variance-authority": "^0.7.0",
"cloudflare": "^3.0.0",
"dotenv-cli": "^7.3.0",
"drizzle-orm": "^0.29.4",
"eslint-plugin-next-on-pages": "^1.9.0",
"framer-motion": "^11.0.6",
"html-metadata": "^1.7.1",
"html-metadata-parser": "^2.0.4",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lucide-react": "^0.343.0",
"next-auth": "beta",
"nuqs": "^1.17.1",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7"
}
}