package.json•891 B
{
"name": "mcp-frontend",
"version": "1.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev:remote": "vite --mode remote",
"build": "vite build",
"build:remote": "vite build --mode production-remote",
"preview": "vite preview --port 5174"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@tanstack/react-query": "^5.59.16",
"monaco-editor": "^0.53.0",
"next-themes": "^0.4.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"visualization-chart-mcp-server": "file:..",
"zustand": "^4.5.7"
},
"devDependencies": {
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.8"
}
}