mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-08 18:30:26 +00:00
63 lines
No EOL
1.8 KiB
JSON
63 lines
No EOL
1.8 KiB
JSON
{
|
|
"name": "anycontext",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"packageManager": "bun@1.0.28",
|
|
"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"
|
|
},
|
|
"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",
|
|
"@crxjs/vite-plugin": "^1.0.14",
|
|
"@heroicons/react": "^2.1.1",
|
|
"@langchain/cloudflare": "^0.0.3",
|
|
"@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",
|
|
"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",
|
|
"lucide-react": "^0.343.0",
|
|
"next-auth": "beta",
|
|
"react-markdown": "^9.0.1",
|
|
"remark-gfm": "^4.0.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
}
|
|
} |