package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "smartbotic-webui",
  3. "version": "1.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc && vite build",
  9. "preview": "vite preview",
  10. "lint": "eslint src --ext ts,tsx"
  11. },
  12. "dependencies": {
  13. "@monaco-editor/react": "^4.7.0",
  14. "@tanstack/react-query": "^5.8.0",
  15. "@types/dagre": "^0.7.53",
  16. "axios": "^1.6.2",
  17. "clsx": "^2.0.0",
  18. "dagre": "^0.8.5",
  19. "date-fns": "^2.30.0",
  20. "lucide-react": "^0.294.0",
  21. "react": "^18.2.0",
  22. "react-dom": "^18.2.0",
  23. "react-router-dom": "^6.20.0",
  24. "reactflow": "^11.10.0",
  25. "zustand": "^4.4.6"
  26. },
  27. "devDependencies": {
  28. "@types/react": "^18.2.37",
  29. "@types/react-dom": "^18.2.15",
  30. "@typescript-eslint/eslint-plugin": "^6.12.0",
  31. "@typescript-eslint/parser": "^6.12.0",
  32. "@vitejs/plugin-react": "^4.2.0",
  33. "autoprefixer": "^10.4.16",
  34. "eslint": "^8.54.0",
  35. "eslint-plugin-react-hooks": "^4.6.0",
  36. "postcss": "^8.4.31",
  37. "tailwindcss": "^3.3.5",
  38. "typescript": "^5.3.2",
  39. "vite": "^5.0.2",
  40. "ws": "^8.19.0"
  41. }
  42. }