Files
api_builder/frontend/package.json

56 lines
1.8 KiB
JSON

{
"name": "kis-api-builder-frontend",
"version": "1.0.0",
"description": "KIS API Builder Frontend - Modern UI for API construction",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"start:prod": "pm2 start \"vite preview --port 3001 --host 0.0.0.0\" --name kis-api-builder-frontend",
"reload:prod": "pm2 reload kis-api-builder-frontend",
"stop:prod": "pm2 stop kis-api-builder-frontend",
"delete:prod": "pm2 delete kis-api-builder-frontend",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@dagrejs/dagre": "^1.1.8",
"@hookform/resolvers": "^3.3.3",
"@monaco-editor/react": "^4.6.0",
"@tanstack/react-query": "^5.14.2",
"@xyflow/react": "^12.10.0",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"date-fns": "^3.0.6",
"framer-motion": "^10.16.16",
"lucide-react": "^0.303.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-router-dom": "^6.20.1",
"tailwind-merge": "^2.2.0",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vite-plugin-monaco-editor": "^1.1.0"
}
}