package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "axios": "^1.6.2",
  16. "clsx": "^2.0.0",
  17. "date-fns": "^2.30.0",
  18. "lucide-react": "^0.294.0",
  19. "react": "^18.2.0",
  20. "react-dom": "^18.2.0",
  21. "react-router-dom": "^6.20.0",
  22. "reactflow": "^11.10.0",
  23. "zustand": "^4.4.6"
  24. },
  25. "devDependencies": {
  26. "@types/react": "^18.2.37",
  27. "@types/react-dom": "^18.2.15",
  28. "@typescript-eslint/eslint-plugin": "^6.12.0",
  29. "@typescript-eslint/parser": "^6.12.0",
  30. "@vitejs/plugin-react": "^4.2.0",
  31. "autoprefixer": "^10.4.16",
  32. "eslint": "^8.54.0",
  33. "eslint-plugin-react-hooks": "^4.6.0",
  34. "postcss": "^8.4.31",
  35. "tailwindcss": "^3.3.5",
  36. "typescript": "^5.3.2",
  37. "vite": "^5.0.2",
  38. "ws": "^8.19.0"
  39. }
  40. }