/
HyperTalbot
/
CollabHub
Обзор
Документация
Войти
/
HyperTalbot
/
CollabHub
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
frontend/package.json
37 строк
928 B
hypertalbot
0.2.2: 50% - misable; + admin panel
11 дек 2025, 09:59
11 дек 2025, 09:59
3febaae
Код
Авторство
О чём код?
{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build --turbopack", "start": "next start", "lint": "eslint" }, "dependencies": { "@uiw/react-md-editor": "^4.0.8", "axios": "^1.12.2", "js-cookie": "^3.0.5", "lucide-react": "^0.552.0", "next": "15.5.5", "react": "19.1.0", "react-dom": "19.1.0", "react-hot-toast": "^2.6.0", "react-markdown": "^10.1.0", "react-resizable-panels": "^3.0.6", "react-textarea-autosize": "^8.5.9" }, "devDependencies": { "@eslint/eslintrc": "^3", "@tailwindcss/postcss": "^4", "@tailwindcss/typography": "^0.5.19", "@types/js-cookie": "^3.0.6", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.5.5", "tailwindcss": "^4", "typescript": "^5" } }