diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-07 20:26:26 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-07 20:33:01 +0200 |
commit | 16198f00c205f603e601ff3e90d3ee42b669bdad (patch) | |
tree | f083f2d87c8ac2b50962164923143001882510d1 /package.json | |
parent | Login: Add dependency to useEffect (diff) | |
download | fs-tracer-frontend-16198f00c205f603e601ff3e90d3ee42b669bdad.tar.gz fs-tracer-frontend-16198f00c205f603e601ff3e90d3ee42b669bdad.tar.bz2 fs-tracer-frontend-16198f00c205f603e601ff3e90d3ee42b669bdad.zip |
Misc: Install tailwind css
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 8035e1c..c924f79 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,13 @@ "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4.2.1", + "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "gh-pages": "^6.1.1", + "postcss": "^8.4.38", + "tailwindcss": "^3.4.4", "typescript": "^5.2.2", "vite": "^5.2.0" } |