lume/package.json

37 lines
1.1 KiB
JSON
Raw Normal View History

2023-02-21 07:58:47 +00:00
{
2024-03-02 09:08:01 +00:00
"name": "lume",
"private": true,
2024-04-19 07:21:12 +00:00
"version": "4.0.0-beta",
2024-03-02 09:08:01 +00:00
"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.7.1",
2024-04-04 06:47:15 +00:00
"@tauri-apps/cli": "2.0.0-beta.12",
"turbo": "^1.13.3"
2024-03-02 09:08:01 +00:00
},
"packageManager": "pnpm@8.9.0",
"engines": {
"node": ">=18"
},
"dependencies": {
2024-04-04 06:47:15 +00:00
"@tauri-apps/api": "2.0.0-beta.7",
2024-03-16 08:05:06 +00:00
"@tauri-apps/plugin-autostart": "2.0.0-beta.2",
2024-03-29 00:45:37 +00:00
"@tauri-apps/plugin-clipboard-manager": "2.1.0-beta.0",
2024-03-16 08:05:06 +00:00
"@tauri-apps/plugin-dialog": "2.0.0-beta.2",
"@tauri-apps/plugin-fs": "2.0.0-beta.2",
"@tauri-apps/plugin-http": "2.0.0-beta.2",
"@tauri-apps/plugin-notification": "2.0.0-beta.2",
"@tauri-apps/plugin-os": "2.0.0-beta.2",
"@tauri-apps/plugin-process": "2.0.0-beta.2",
"@tauri-apps/plugin-shell": "2.0.0-beta.2",
"@tauri-apps/plugin-updater": "2.0.0-beta.2",
2024-04-19 07:21:12 +00:00
"@tauri-apps/plugin-upload": "2.0.0-beta.3"
2024-03-02 09:08:01 +00:00
}
2023-02-21 07:58:47 +00:00
}