-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
572 additions
and
576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,37 @@ | ||
{ | ||
"name": "lume", | ||
"private": true, | ||
"version": "3.0.1", | ||
"scripts": { | ||
"build": "turbo run build", | ||
"dev": "turbo run dev", | ||
"web:dev": "turbo run dev --filter web", | ||
"desktop:dev": "turbo run dev --filter desktop2", | ||
"tauri": "tauri" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.5.3", | ||
"@tauri-apps/cli": "2.0.0-beta.4", | ||
"turbo": "^1.12.4" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.3", | ||
"@tauri-apps/plugin-autostart": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-clipboard-manager": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-dialog": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-fs": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-http": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-notification": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-os": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-process": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-shell": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-sql": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-updater": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-upload": "2.0.0-beta.1" | ||
} | ||
"name": "lume", | ||
"private": true, | ||
"version": "4.0.0-alpha.0", | ||
"scripts": { | ||
"build": "turbo run build", | ||
"dev": "turbo run dev", | ||
"web:dev": "turbo run dev --filter web", | ||
"desktop:dev": "turbo run dev --filter desktop2", | ||
"desktop:build": "turbo run build --filter desktop2", | ||
"tauri": "tauri" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.5.3", | ||
"@tauri-apps/cli": "2.0.0-beta.6", | ||
"turbo": "^1.12.4" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"dependencies": { | ||
"@tauri-apps/api": "2.0.0-beta.3", | ||
"@tauri-apps/plugin-autostart": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-clipboard-manager": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-dialog": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-fs": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-http": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-notification": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-os": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-process": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-shell": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-sql": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-updater": "2.0.0-beta.1", | ||
"@tauri-apps/plugin-upload": "2.0.0-beta.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.