mirror of
https://github.com/nyakang/nyaterm.git
synced 2026-09-22 00:01:30 +00:00
75 lines
2.3 KiB
JSON
75 lines
2.3 KiB
JSON
{
|
|
"name": "dragonfly",
|
|
"private": true,
|
|
"version": "0.7.5",
|
|
"description": "A modern, high-performance SSH client built with Tauri and React.",
|
|
"author": "CoderKang",
|
|
"homepage": "https://git.coderkang.top/Tauri/dragonfly",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.coderkang.top/Tauri/dragonfly.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.coderkang.top/Tauri/dragonfly/issues"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"version-sync": "node scripts/sync-version.mjs",
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"release": "node scripts/sync-version.mjs --commit && tsc && vite build && tauri build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"lint": "biome check src/",
|
|
"format": "biome check --write src/",
|
|
"format:check": "biome check --check src/",
|
|
"i18n:check": "prettier --check src/i18n/locales/*.json",
|
|
"i18n:fix": "prettier --write src/i18n/locales/*.json"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/noto-sans-sc": "^5.2.10",
|
|
"@fontsource/inter": "^5.2.8",
|
|
"@fontsource/jetbrains-mono": "^5.2.8",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-dialog": "^2.6.0",
|
|
"@tauri-apps/plugin-opener": "^2",
|
|
"@tauri-apps/plugin-process": "^2.3.1",
|
|
"@tauri-apps/plugin-updater": "~2.10.1",
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/addon-search": "^0.16.0",
|
|
"@xterm/addon-web-links": "^0.12.0",
|
|
"@xterm/addon-webgl": "^0.19.0",
|
|
"@xterm/xterm": "^6.0.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"i18next": "^25.8.11",
|
|
"lucide-react": "^0.575.0",
|
|
"motion": "^12.34.3",
|
|
"next-themes": "^0.4.6",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-hotkeys-hook": "^5.2.4",
|
|
"react-i18next": "^16.5.4",
|
|
"react-icons": "^5.5.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.2",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@tauri-apps/cli": "^2",
|
|
"@types/node": "^25.3.0",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"prettier": "^3.8.2",
|
|
"prettier-plugin-sort-json": "^4.2.0",
|
|
"shadcn": "^3.8.5",
|
|
"tailwindcss": "^4.1.18",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^7.0.4"
|
|
}
|
|
} |