/
githubmirror
/
tailwindcss
Обзор
Документация
Войти
/
githubmirror
/
tailwindcss
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.2.4
playgrounds/v3/package.json
30 строк
627 B
Robin Malfait
Bump Next.js and drop ESLint (#19898)
03 апр 2026, 22:07
Не верифицирован
03 апр 2026, 22:07
2093a72
Код
Авторство
О чём код?
{ "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.2", "react": "19.2.4", "react-dom": "19.2.4", "tailwindcss": "^3" }, "devDependencies": { "@types/node": "catalog:", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "autoprefixer": "^10.4.24", "typescript": "^5.9.3" }, "pnpm": { "overrides": { "@types/react": "19.2.14", "@types/react-dom": "19.2.3" } } }