diff --git a/bun.lockb b/bun.lockb index 3296849..bc0ee96 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 17c6e88..14fd9d3 100644 --- a/package.json +++ b/package.json @@ -1,37 +1,37 @@ { - "name": "fct", - "version": "0.1.0", - "private": true, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "lint": "next lint" - }, - "dependencies": { - "@radix-ui/react-dropdown-menu": "^2.1.1", - "@radix-ui/react-icons": "^1.3.0", - "@radix-ui/react-slot": "^1.1.0", - "@tauri-apps/api": "^2.0.0-beta.14", - "@tauri-apps/plugin-os": "^2.0.0-beta.6", - "class-variance-authority": "^0.7.0", - "lucide-react": "^0.400.0", - "next": "14.2.4", - "next-themes": "^0.3.0", - "react": "^18", - "react-dom": "^18", - "sonner": "^1.5.0", - "tailwindcss-animate": "^1.0.7" - }, - "devDependencies": { - "@types/node": "^20", - "@types/react": "^18", - "@types/react-dom": "^18", - "eslint": "^8", - "eslint-config-next": "14.2.4", - "postcss": "^8", - "tailwind-merge": "^2.3.0", - "tailwindcss": "^3.4.1", - "typescript": "^5" - } + "name": "fct", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "next lint" + }, + "dependencies": { + "@radix-ui/react-dropdown-menu": "^2.1.1", + "@radix-ui/react-icons": "^1.3.0", + "@radix-ui/react-slot": "^1.1.0", + "@tauri-apps/api": "^2.0.0-beta.14", + "@tauri-apps/plugin-os": "^2.0.0-beta.6", + "class-variance-authority": "^0.7.0", + "lucide-react": "^0.400.0", + "next": "14.2.4", + "next-themes": "^0.3.0", + "react": "^18", + "react-dom": "^18", + "sonner": "^1.5.0", + "tailwindcss-animate": "^1.0.7" + }, + "devDependencies": { + "@types/node": "^20", + "@types/react": "^18", + "@types/react-dom": "^18", + "eslint": "^8", + "eslint-config-next": "14.2.4", + "postcss": "^8", + "tailwind-merge": "^2.3.0", + "tailwindcss": "^3.4.4", + "typescript": "^5" + } }