tailwindcss/playgrounds/v3/package.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"
}
}