Files
ERitors-Scribe-Desktop/package.json
natreex 5c7e71ce9e Bump app version to 0.5.1 and add auto-update support
- Implemented auto-update logic in `ScribeTopBar` with update notification and user interaction.
- Integrated `@tauri-apps/plugin-updater` and `@tauri-apps/plugin-process` for updater functionality.
- Added automatic migration feature with `autoMigrateElectron` support and UI feedback.
- Refactored app architecture with new routing, components, and layout for better modularity.
- Enhanced JSON response handling in API client for robust data parsing.
- Updated locales to include new translations for update and migration-related UI.
2026-04-07 16:09:35 -04:00

61 lines
1.8 KiB
JSON

{
"name": "eritorsscribe",
"productName": "ERitors Scribe",
"version": "0.5.1",
"type": "module",
"scripts": {
"dev": "vite --port 4000",
"build": "vite build",
"preview": "vite preview",
"tauri:dev": "tauri dev",
"tauri:build": "dotenv -- tauri build",
"tauri:build:win": "PATH=\"/opt/homebrew/opt/llvm/bin:$PATH\" dotenv -- tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@tauri-apps/cli": "^2.10.1",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^24.10.1",
"@types/pdfkit": "^0.17.5",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"concurrently": "^9.2.1",
"dotenv": "^17.2.3",
"dotenv-cli": "^11.0.0",
"typescript": "^5.9.3",
"wait-on": "^9.0.3"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-http": "^2.5.8",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-updater": "^2.10.1",
"@tiptap/extension-color": "^3.10.7",
"@tiptap/extension-gapcursor": "^3.10.7",
"@tiptap/extension-highlight": "^3.10.7",
"@tiptap/extension-text-align": "^3.10.7",
"@tiptap/extension-underline": "^3.10.7",
"@tiptap/react": "^3.10.7",
"@tiptap/starter-kit": "^3.10.7",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.22",
"docx": "^9.5.3",
"i18next": "^25.10.4",
"jszip": "^3.10.1",
"lucide-react": "^0.577.0",
"pdfkit": "^0.17.2",
"postcss": "^8.5.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.6.1",
"react-router-dom": "^7.13.1",
"tailwindcss": "^4.1.17",
"vite": "^8.0.1"
}
}