Things are working now.

This commit is contained in:
2025-05-25 22:48:17 -04:00
parent 6d7f8b182c
commit bfb0f20a25
5 changed files with 26 additions and 1 deletions

View File

@ -11,7 +11,10 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
},
"scripts": {
"start": "react-scripts start",