Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglun committed May 26, 2024
2 parents f37b519 + e943d78 commit 14890a2
Show file tree
Hide file tree
Showing 110 changed files with 3,765 additions and 5,409 deletions.
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
<script>
document.documentElement.dataset.colorScheme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';
</script>
</body>

</html>
28 changes: 7 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lettura",
"version": "0.1.17",
"version": "0.1.18",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -10,33 +10,18 @@
"create-json": "node ./scripts/updater.mjs"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/themes": "^3.0.5",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-table": "^8.10.7",
"@tauri-apps/api": "^1.5.1",
"@tauri-apps/api": "^1.5.6",
"@types/he": "^1.2.3",
"axios": "^1.6.1",
"class-variance-authority": "^0.6.1",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"cmdk": "^0.2.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"dexie": "^3.2.4",
Expand Down Expand Up @@ -74,14 +59,15 @@
"@actions/github": "^5.1.1",
"@tailwindcss/typography": "^0.5.10",
"@tauri-apps/action-core": "^0.3.1",
"@tauri-apps/cli": "^1.5.6",
"@tauri-apps/cli": "^1.5.14",
"@types/lodash": "^4.14.202",
"@types/node": "^18.18.9",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-nested": "^6.0.1",
"rome": "^11.0.0",
"sass": "^1.69.5",
"tailwindcss": "^3.1.8",
Expand Down
Loading

0 comments on commit 14890a2

Please sign in to comment.