/
githubmirror
/
Web-Dev-For-Beginners
Обзор
Документация
Войти
/
githubmirror
/
Web-Dev-For-Beginners
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
memory-game/package.json
23 строки
479 B
dependabot[bot]
chore(deps): bump next from 16.1.5 to 16.2.3 in /memory-game
11 апр 2026, 03:24
Не верифицирован
11 апр 2026, 03:24
055c1e1
Код
Авторство
О чём код?
{ "name": "memory-game", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build --turbopack", "start": "next start", "lint": "eslint" }, "dependencies": { "react": "19.1.0", "react-dom": "19.1.0", "next": "16.2.3" }, "devDependencies": { "@tailwindcss/postcss": "^4", "tailwindcss": "^4", "eslint": "^9", "eslint-config-next": "15.5.2", "@eslint/eslintrc": "^3" } }