mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
27 lines
582 B
JSON
27 lines
582 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.1.6",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwindcss": "^3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.8",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.19.0",
|
|
"eslint-config-next": "^15.1.6",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|