dgx-spark-playbooks/nvidia/multi-agent-chatbot/assets/frontend/package.json

31 lines
672 B
JSON
Raw Normal View History

2025-10-04 21:21:42 +00:00
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-10-10 20:39:52 +00:00
"next": "15.2.4",
2025-10-04 21:21:42 +00:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
2025-10-10 20:39:52 +00:00
"eslint-config-next": "15.2.4",
2025-10-04 21:21:42 +00:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}