/
githubmirror
/
tailwindcss
Обзор
Документация
Войти
/
githubmirror
/
tailwindcss
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.1.18
playgrounds/nextjs/package.json
27 строк
613 B
depfu[bot]
Update all of react to version 19.2.1
10 дек 2025, 18:53
10 дек 2025, 18:53
0a40849
Код
Авторство
О чём код?
{ "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.0.7", "react": "^19.2.1", "react-dom": "^19.2.1", "tailwindcss": "workspace:^" }, "devDependencies": { "@types/node": "catalog:", "@types/react": "^19.2.6", "@types/react-dom": "^19.2.3", "eslint": "^9.39.1", "eslint-config-next": "^16.0.7", "typescript": "^5.5.4" } }