mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Philipp Spiess <hello@philippspiess.com>
27 lines
583 B
JSON
27 lines
583 B
JSON
{
|
|
"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.2.4",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tailwindcss": "^3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.8",
|
|
"@types/react": "^19.0.12",
|
|
"@types/react-dom": "^19.1.1",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^9.24.0",
|
|
"eslint-config-next": "^15.2.4",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|