Docker + Jenkfins File + v0.1

This commit is contained in:
Marco Santos
2024-11-18 10:42:44 +00:00
parent 964bad93f1
commit 048d3ea82f
32 changed files with 505 additions and 975 deletions

View File

@@ -5,6 +5,8 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@testing-library/jest-dom": "^5.17.0",
@@ -50,6 +52,7 @@
"@types/react-helmet": "^6.1.11",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"jest-editor-support": "^31.1.2"
"jest-editor-support": "^31.1.2",
"tailwindcss": "^3.4.13"
}
}