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