mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-21 17:25:29 -04:00
35 lines
884 B
JSON
35 lines
884 B
JSON
{
|
|
"name": "anythingllm-docs",
|
|
"version": "1.0.2",
|
|
"description": "AnythingLLM Documentation",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Mintplex-Labs/anythingllm-docs.git"
|
|
},
|
|
"author": "Mintplex Labs",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Mintplex-Labs/anythingllm-docs/issues"
|
|
},
|
|
"homepage": "https://github.com/Mintplex-Labs/anythingllm-docs#readme",
|
|
"dependencies": {
|
|
"@next/third-parties": "^14.2.3",
|
|
"@vercel/og": "^0.6.2",
|
|
"next": "^14.2.2",
|
|
"nextra": "latest",
|
|
"nextra-theme-docs": "latest",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sharp": "^0.33.3"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "^8.1.0",
|
|
"@types/node": "18.11.10",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
} |