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-05-12 01:20:52 +00:00
"version": "4.0.0",
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": {
2024-05-09 08:06:42 +00:00
"@biomejs/biome": "1.7.3",
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-05-29 05:54:58 +00:00
"@tauri-apps/api": "2.0.0-beta.13",
2024-05-15 03:50:35 +00:00
"@tauri-apps/plugin-autostart": "2.0.0-beta.3",
"@tauri-apps/plugin-clipboard-manager": "2.1.0-beta.1",
"@tauri-apps/plugin-dialog": "2.0.0-beta.3",
"@tauri-apps/plugin-fs": "2.0.0-beta.3",
"@tauri-apps/plugin-http": "2.0.0-beta.3",
"@tauri-apps/plugin-notification": "2.0.0-beta.3",
"@tauri-apps/plugin-os": "2.0.0-beta.3",
"@tauri-apps/plugin-process": "2.0.0-beta.3",
"@tauri-apps/plugin-shell": "2.0.0-beta.4",
"@tauri-apps/plugin-updater": "2.0.0-beta.3",
"@tauri-apps/plugin-upload": "2.0.0-beta.4"
2024-03-02 09:08:01 +00:00
}
2023-02-21 07:58:47 +00:00
}