mirror of
https://github.com/run-llama/create_llama_projects.git
synced 2026-07-01 20:54:24 -04:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "nextjs-multi-modal",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md}\""
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"ai": "^2.2.29",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^1.2.1",
|
|
"dotenv": "^16.3.1",
|
|
"llamaindex": "0.0.38",
|
|
"lucide-react": "^0.294.0",
|
|
"next": "^14.0.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^8.0.7",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"remark": "^14.0.3",
|
|
"remark-code-import": "^1.2.0",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-math": "^5.1.1",
|
|
"supports-color": "^9.4.0",
|
|
"tailwind-merge": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.3",
|
|
"@types/react": "^18.2.42",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@types/react-syntax-highlighter": "^15.5.11",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.55.0",
|
|
"eslint-config-next": "^14.0.3",
|
|
"postcss": "^8.4.32",
|
|
"prettier": "^3.1.0",
|
|
"tailwindcss": "^3.3.6",
|
|
"typescript": "^5.3.2"
|
|
}
|
|
} |