/
githubmirror
/
tailwindcss
Обзор
Документация
Войти
/
githubmirror
/
tailwindcss
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.3.0
playgrounds/nextjs/package.json
30 строк
632 B
Robin Malfait
Bump dependencies in playgrounds (#19954)
23 апр 2026, 13:51
Не верифицирован
23 апр 2026, 13:51
f62597a
Код
Авторство
О чём код?
{ "name": "nextjs-playground", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@tailwindcss/postcss": "workspace:^", "fast-glob": "^3.3.3", "next": "16.2.4", "react": "19.2.5", "react-dom": "19.2.5", "tailwindcss": "workspace:^" }, "devDependencies": { "@types/node": "catalog:", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "typescript": "^6.0.3" }, "pnpm": { "overrides": { "@types/react": "19.2.14", "@types/react-dom": "19.2.3" } } }