Files
Windows-11-Clipboard-Histor…/package.json
dependabot[bot] 2efb0bff41 chore(deps): bump vite from 5.4.21 to 7.2.7
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.21 to 7.2.7.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.2.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.2.7
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-11 05:16:46 +00:00

58 lines
1.6 KiB
JSON

{
"name": "win11-clipboard-history",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "A Windows 11-style Clipboard History Manager for Linux built with Tauri v2",
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gustavosett/Windows-11-Clipboard-History-For-Linux"
},
"keywords": [
"clipboard",
"linux",
"tauri",
"windows-11",
"clipboard-manager",
"rust"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write \"src/**/*.{ts,tsx,css}\""
},
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"clsx": "^2.1.0",
"lucide-react": "^0.460.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.49.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript-eslint": "^8.49.0",
"vite": "^7.2.7"
}
}