Skip to content

Commit

Permalink
Merge pull request #128 from Pietrucci-Blacher/feat/setup_them_flowbite
Browse files Browse the repository at this point in the history
Feat/setup them flowbite
  • Loading branch information
Pietrucci-Blacher authored Nov 12, 2023
2 parents 680503c + bc1c440 commit f2dd8b4
Show file tree
Hide file tree
Showing 17 changed files with 457 additions and 94 deletions.
175 changes: 171 additions & 4 deletions front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,23 @@
"@react-email/components": "0.0.11",
"@react-email/tailwind": "^0.0.12",
"axios": "^1.5.1",
"next": "14.0.2",
"flowbite": "^2.0.0",
"flowbite-react": "^0.6.4",
"next": "14.0.1",
"react": "^18",
"react-dom": "^18",
"react-email": "1.9.5",
"react-toastify": "^9.0.8"
"react-email": "1.9.5"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@types/node": "^20.8.6",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"jsdom": "^22.1.0",
"postcss": "^8",
"tailwindcss": "^3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"vitest": "^0.34.6"
}
}
Loading

0 comments on commit f2dd8b4

Please sign in to comment.