feat: add desktop2
This commit is contained in:
68
package.json
68
package.json
@@ -1,36 +1,36 @@
|
||||
{
|
||||
"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 desktop",
|
||||
"tauri": "tauri"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.5.3",
|
||||
"@tauri-apps/cli": "^2.0.0-beta.1",
|
||||
"turbo": "^1.12.2"
|
||||
},
|
||||
"packageManager": "pnpm@8.9.0",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-autostart": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-clipboard-manager": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-dialog": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-fs": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-http": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-notification": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-os": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-process": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-shell": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-sql": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-updater": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-upload": "^2.0.0-beta.0"
|
||||
}
|
||||
"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.1",
|
||||
"turbo": "^1.12.2"
|
||||
},
|
||||
"packageManager": "pnpm@8.9.0",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-autostart": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-clipboard-manager": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-dialog": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-fs": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-http": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-notification": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-os": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-process": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-shell": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-sql": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-updater": "^2.0.0-beta.0",
|
||||
"@tauri-apps/plugin-upload": "^2.0.0-beta.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user