Skip to content

Commit

Permalink
use chakra UI
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOpDeBeeck committed Apr 29, 2024
1 parent e5f276b commit b475233
Show file tree
Hide file tree
Showing 36 changed files with 2,129 additions and 1,037 deletions.
2 changes: 1 addition & 1 deletion rcaas-ui/Dockerfile
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion rcaas-ui/index.html
Expand Up @@ -6,7 +6,7 @@
<title>Release Calendar</title>
</head>
<body>
<div id="root" class="h-full w-full"></div>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
11 changes: 6 additions & 5 deletions rcaas-ui/package.json
Expand Up @@ -10,11 +10,15 @@
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/open-sans": "^5.0.28",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@fontsource/raleway": "^5.0.18",
"@tanstack/query-core": "^5.32.0",
"@tanstack/react-query": "^5.32.0",
"framer-motion": "^11.1.7",
"jotai": "^2.8.0",
"jotai-tanstack-query": "^0.8.5",
"react": "^18.3.1",
Expand All @@ -28,12 +32,9 @@
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.5.2"
}
Expand Down

0 comments on commit b475233

Please sign in to comment.