/
githubmirror
/
UFO
Обзор
Документация
Войти
/
githubmirror
/
UFO
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
galaxy/webui/frontend/package.json
39 строк
1 KB
vyokky
webui
08 ноя 2025, 16:33
08 ноя 2025, 16:33
6aeb3b2
Код
Авторство
О чём код?
{ "name": "galaxy-webui", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" }, "dependencies": { "@tanstack/react-query": "^5.17.9", "clsx": "^2.1.0", "framer-motion": "^10.16.16", "lucide-react": "^0.303.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-markdown": "^9.0.1", "reactflow": "^11.10.1", "remark-gfm": "^4.0.0", "zustand": "^4.4.7" }, "devDependencies": { "@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.2.2", "vite": "^5.0.8" } }