/
DenisS
/
partyGame
Обзор
Документация
Войти
/
DenisS
/
partyGame
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
33 строки
732 B
Denis
codenames: синхронизация между разными клиентами ( PUT + GET )
20 фев 2025, 20:24
20 фев 2025, 20:24
61a53db
Код
Авторство
О чём код?
{ "name": "--use", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@heroui/react": "^2.6.14", "@prisma/client": "^6.3.1", "axios": "^1.7.9", "framer-motion": "^12.4.3", "next": "15.1.3", "react": "^19.0.0", "react-dom": "^19.0.0", "yarn": "^1.22.22" }, "devDependencies": { "@eslint/eslintrc": "^3", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.1.3", "postcss": "^8", "prisma": "^6.3.1", "tailwindcss": "^3.4.1", "typescript": "^5" } }