Modificar package.json

This commit is contained in:
Bxio 2025-07-05 10:55:25 +00:00
parent 9b928dd421
commit 372f6f14ca

View File

@ -1,13 +1,19 @@
{
"name": "nome-do-projeto",
"version": "1.0.0",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview",
"start": "vite --port 3000"
},
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^4.0.0-beta.3"
},
"scripts": {
"start": "vite --port 3000",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"devDependencies": {
"vite": "^5.0.0",
"@vitejs/plugin-react": "^3.0.0"
}
}