Skip to content

Commit

Permalink
shadcn/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Bowen7 committed Jul 14, 2024
1 parent e6e74cd commit 6989fbb
Show file tree
Hide file tree
Showing 29 changed files with 1,122 additions and 340 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import antfu from '@antfu/eslint-config'

export default antfu({ react: true, rules: {
'react-refresh/only-export-components': 'off',
'style/brace-style': ["error", "1tbs"],
} })
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="portal"></div>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "f684c9449da14b2396a0a944c9acb39f"}'></script>
<!-- End Cloudflare Web Analytics -->
<% if (!isDev) { %>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "f684c9449da14b2396a0a944c9acb39f"}'></script>
<!-- End Cloudflare Web Analytics -->
<% } %>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@
"type": "module",
"dependencies": {
"@babel/core": "^7.0.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@sentry/react": "^8.17.0",
"@vercel/analytics": "^1.0.0",
"@vitejs/plugin-react-swc": "^3.7.0",
Expand All @@ -26,6 +32,7 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-i18next": "^11.16.7",
"react-resizable-panels": "^2.0.20",
"react-router-dom": "^6.3.0",
"react-use": "^17.4.0",
"tailwind-merge": "^2.4.0",
Expand All @@ -35,7 +42,8 @@
"vite": "^5.3.3",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"web-vitals": "^3.3.0"
"web-vitals": "^3.3.0",
"zod": "^3.23.8"
},
"scripts": {
"start": "vite",
Expand Down Expand Up @@ -82,6 +90,7 @@
"regenerator-runtime": "^0.14.0",
"tailwindcss": "^3.4.4",
"ts-jest": "^26.5.6",
"ts-node": "^10.0.0"
"ts-node": "^10.0.0",
"vite-plugin-ejs": "^1.7.0"
}
}
Loading

0 comments on commit 6989fbb

Please sign in to comment.