/
githubmirror
/
tailwindcss
Обзор
Документация
Войти
/
githubmirror
/
tailwindcss
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.2.2
playgrounds/nextjs/package.json
27 строк
614 B
depfu[bot]
Update @types/react 19.2.10 → 19.2.14 (patch) (#19681)
18 фев 2026, 13:58
Не верифицирован
18 фев 2026, 13:58
06b6473
Код
Авторство
О чём код?
{ "name": "nextjs-playground", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@tailwindcss/postcss": "workspace:^", "fast-glob": "^3.3.3", "next": "^16.1.6", "react": "^19.2.4", "react-dom": "^19.2.4", "tailwindcss": "workspace:^" }, "devDependencies": { "@types/node": "catalog:", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "eslint": "^9.39.2", "eslint-config-next": "^16.1.6", "typescript": "^5.9.3" } }