mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 16:23:54 +01:00
6cd4319fcf
* initial * ui things * cargo * update, add history refresh button * history page a bit better, add initial dotfiles page * re-org layout * bye squigglies * add dotfiles ui, show aliases * add default shell detection * put stats in a little drawer, alias import changes * use new table for aliases, add alias deleting * support adding aliases * close drawer when added, no alias autocomplete * clippy, format * attempt to ensure gdk is installed ok * sudo * no linux things on mac ffs * I forgot we build for windows too... end of day * remove tauri backend from workspace
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.18",
|
|
"@heroicons/react": "^2.1.3",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tanstack/react-table": "^8.15.3",
|
|
"@tauri-apps/api": "2.0.0-beta.7",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"core": "link:@tauri-apps/api/core",
|
|
"highlight.js": "^11.9.0",
|
|
"lucide-react": "^0.367.0",
|
|
"luxon": "^3.4.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-spinners": "^0.13.8",
|
|
"recharts": "^2.12.4",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vaul": "^0.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "2.0.0-beta.2",
|
|
"@types/react": "^18.2.74",
|
|
"@types/react-dom": "^18.2.24",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.4.3",
|
|
"vite": "^5.2.8",
|
|
"vite-tsconfig-paths": "^4.3.2"
|
|
}
|
|
}
|