Modificar package.json

This commit is contained in:
Bxio 2025-07-05 11:11:36 +00:00
parent 3710c013ce
commit 8b36bf0557

View File

@ -1,20 +1,21 @@
{
"name": "react-vite-app",
"name": "meu-react-vite-tailwind-app",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview",
"start": "vite --port 3000"
"preview": "vite preview --port 4173"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^4.0.0-beta.3"
"react-dom": "^18.2.0"
},
"devDependencies": {
"vite": "^5.0.0",
"@vitejs/plugin-react": "^3.0.0"
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.35",
"tailwindcss": "^4.0.0-beta.3",
"vite": "^5.2.0"
}
}
}