Skip to content

Commit

Permalink
feat: remove mui, use tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
alephtwo committed Nov 27, 2024
1 parent fb496e9 commit 67854ae
Show file tree
Hide file tree
Showing 21 changed files with 635 additions and 1,187 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode", "bradlc.vscode-tailwindcss", "vitest.explorer"]
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.associations": {
"*.css": "tailwindcss"
}
}
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
</head>
<body>
<div id="app"></div>
<div class="fullscreen-bg">
<main class="flex flex-col gap-2">
<section id="app"></section>
<section>
<a href="https://www.ncpgambling.org/help-treatment/national-helpline-1-800-522-4700">
National Problem Gambling Helpline
</a>
</section>
</main>
</div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
19 changes: 5 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,22 @@
},
"homepage": "https://github.com/alephtwo/sparky#readme",
"devDependencies": {
"@mui/system": "6.1.8",
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/vitest-runner": "8.6.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react-swc": "3.7.2",
"autoprefixer": "10.4.20",
"eslint": "9.15.0",
"markdownlint": "0.36.1",
"markdownlint-cli": "0.43.0",
"prettier": "3.4.1",
"solid-js": "1.9.3",
"tailwindcss": "3.4.15",
"typescript": "5.7.2",
"typescript-eslint": "8.16.0",
"vite": "6.0.0",
"vite-plugin-solid": "2.11.0",
"vitest": "2.1.6"
},
"dependencies": {
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@mui/icons-material": "6.1.8",
"@mui/material": "6.1.8",
"i18next": "24.0.2",
"i18next-http-backend": "3.0.1",
"immer": "10.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.1.2"
"immer": "10.1.1"
}
}
Loading

0 comments on commit 67854ae

Please sign in to comment.