Files
librechat.ai/package.json
2024-08-31 16:08:40 -04:00

118 lines
3.6 KiB
JSON

{
"name": "librechat.ai",
"version": "1.0.0",
"description": "librechat.ai",
"scripts": {
"dev": "next dev -p 3333",
"build": "next build",
"postbuild": "node scripts/clean-cache.ts",
"start": "next start -p 3333",
"analyze": "cross-env ANALYZE=true next build",
"postbuild:old": "next-sitemap && echo 'Removing .next/cache to resolve Nextra caching bug' && rm -rf .next/cache",
"lint": "eslint --cache --ignore-path .gitignore --max-warnings 0 .",
"lint:prettier": "prettier --cache --check --ignore-path .gitignore --ignore-path .prettierignore .",
"prettier": "pnpm lint:prettier --write",
"prepare": "husky"
},
"homepage": "https://www.librechat.ai",
"dependencies": {
"@calcom/embed-react": "^1.5.0",
"@glidejs/glide": "^3.6.2",
"@headlessui/react": "^2.1.3",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.0",
"@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-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@supabase/supabase-js": "^2.45.3",
"@tanstack/react-table": "^8.20.5",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.6.2",
"@vercel/speed-insights": "^1.0.12",
"@vidstack/react": "^0.6.15",
"ai": "^3.3.21",
"ajv": "^8.17.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint-config-next": "14.2.3",
"eslint-plugin-unicorn": "^53.0.0",
"framer-motion": "^11.3.31",
"geist": "^1.3.1",
"gpt3-tokenizer": "^1.1.5",
"install": "^0.13.0",
"js-yaml": "^4.1.0",
"langfuse": "3.10.0",
"lucide-react": "^0.378.0",
"mongodb": "^6.8.0",
"mongoose": "^8.6.0",
"next": "^14.2.7",
"next-auth": "^4.24.7",
"next-sitemap": "^4.2.3",
"nextra": "3.0.0-alpha.35",
"nextra-theme-docs": "3.0.0-alpha.35",
"openai-edge": "^1.2.2",
"postcss": "^8.4.41",
"posthog-js": "^1.160.0",
"react": "^18.3.1",
"react-ace": "^11.0.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-select": "^5.8.0",
"react-social-icons": "^6.18.0",
"react-syntax-highlighter": "^15.5.0",
"react-tweet": "^3.2.1",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.5",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"validator": "^13.12.0",
"webpack": "^5.94.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.7",
"@types/node": "18.16.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"optionalDependencies": {
"crisp-sdk-web": "^1.0.25"
},
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 50,
"showDetails": true
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"prettier --write",
"eslint --fix"
]
}
}