From 8b36bf055796d77b39fb37863afb1a8661606473 Mon Sep 17 00:00:00 2001 From: Bxio Date: Sat, 5 Jul 2025 11:11:36 +0000 Subject: [PATCH] Modificar package.json --- package.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 6173bad..83751ed 100644 --- a/package.json +++ b/package.json @@ -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" } -} \ No newline at end of file +}