added tailwind

This commit is contained in:
CHIEFSOFT\ameye
2025-02-01 11:02:36 -05:00
parent be4e1c7f40
commit 1ccbe024b8
2 changed files with 67 additions and 55 deletions
+4 -1
View File
@@ -3,10 +3,13 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"autoprefixer": "^10.4.20",
"cra-template": "1.2.0",
"postcss": "^8.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scripts": "5.0.1"
"react-scripts": "5.0.1",
"tailwindcss": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",