Files
bookMgr-client/package.json
T
msksbr 45e6de7ad2 feat(icons): redesign app icon with updated shapes and colors
- Replace book illustration with a centered document icon
- Update color palette to use deeper blue tones
- Redesign the bookmark and overlay elements for a cleaner look
- Adjust icon proportions and spacing for better visual balance
2026-05-26 01:48:29 +08:00

46 lines
1.2 KiB
JSON

{
"name": "bookmgr-client",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"icon": "cp app-icon.svg public/app-icon.svg && cp src-tauri/icons/32x32.png public/favicon.png"
},
"dependencies": {
"@base-ui/react": "^1.5.0",
"@fontsource-variable/geist": "^5.2.9",
"@tanstack/react-query": "^5.100.13",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-os": "^2.3.2",
"axios": "^1.16.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.16.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.15.1",
"shadcn": "^4.8.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"zustand": "^5.0.13"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@tauri-apps/cli": "^2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"tailwindcss": "^4.3.0",
"typescript": "~5.8.3",
"vite": "^7.0.4"
}
}