/
githubmirror
/
tailwindcss
Обзор
Документация
Войти
/
githubmirror
/
tailwindcss
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.1.8
playgrounds/v3/package.json
26 строк
582 B
depfu[bot]
Update eslint 9.25.1 → 9.27.0 (minor) (#18132)
24 май 2025, 00:57
Не верифицирован
24 май 2025, 00:57
5d4e8f0
Код
Авторство
О чём код?
{ "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": "15.3.2", "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^3" }, "devDependencies": { "@types/node": "^20.14.8", "@types/react": "^19.1.4", "@types/react-dom": "^19.1.3", "autoprefixer": "^10.4.21", "eslint": "^9.27.0", "eslint-config-next": "^15.3.2", "typescript": "^5.5.4" } }