gitpilot / frontend /package.json
github-actions[bot]
Deploy from cd8f9f9f
77051fb
{
"name": "gitpilot-frontend",
"version": "0.2.6",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"vercel-build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^10.1.0",
"reactflow": "^11.11.4"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"vite": "^5.0.0"
}
}