create-tauri-ui 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
- package/templates/next/README.md +9 -3
- package/templates/next/package.json +4 -4
- package/templates/next/pnpm-lock.yaml +118 -120
- package/templates/next/src/components/menu.tsx +3 -12
- package/templates/next/src-tauri/Cargo.lock +16 -15
- package/templates/next/src-tauri/Cargo.toml +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-tauri-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Create modern Tauri desktop apps with ease using shadcn/ui, Next.js & Vite in just a few simple steps.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "agmmnn",
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"prepublishOnly": "npm run build",
|
|
15
15
|
"format": "npx prettier --write . --ignore-path .gitignore ",
|
|
16
16
|
"taze": "taze minor -r -w -i false",
|
|
17
|
-
"taze:major": "taze major -r -w -i false"
|
|
17
|
+
"taze:major": "taze major -r -w -i false",
|
|
18
|
+
"updatesub": "git submodule update --init --recursive --remote"
|
|
18
19
|
},
|
|
19
20
|
"bin": {
|
|
20
21
|
"create-tauri-ui": "index.js"
|
package/templates/next/README.md
CHANGED
|
@@ -6,13 +6,19 @@ Tauri UI Template is a starting point for building modern desktop applications w
|
|
|
6
6
|
|
|
7
7
|
## Getting Started
|
|
8
8
|
|
|
9
|
+
Use [create-tauri-ui](https://github.com/agmmnn/create-tauri-ui) to quickly scaffold a Tauri UI project.
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
pnpm create tauri-ui
|
|
9
13
|
```
|
|
14
|
+
|
|
15
|
+
Or Cloning the Repository:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
10
18
|
gh repo clone agmmnn/tauri-ui
|
|
11
19
|
cd tauri-ui
|
|
12
|
-
pnpm i
|
|
13
|
-
```
|
|
14
20
|
|
|
15
|
-
|
|
21
|
+
pnpm i
|
|
16
22
|
pnpm tauri dev
|
|
17
23
|
pnpm tauri build
|
|
18
24
|
```
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"@tailwindcss/line-clamp": "^0.4.4",
|
|
46
46
|
"@tanstack/react-table": "^8.9.1",
|
|
47
47
|
"@tauri-apps/api": "2.0.0-alpha.4",
|
|
48
|
-
"@tauri-apps/plugin-window": "
|
|
48
|
+
"@tauri-apps/plugin-window": "2.0.0-alpha.0",
|
|
49
49
|
"class-variance-authority": "^0.6.0",
|
|
50
50
|
"clsx": "^1.2.1",
|
|
51
51
|
"cmdk": "^0.2.0",
|
|
52
52
|
"date-fns": "^2.30.0",
|
|
53
|
-
"lucide-react": "^0.
|
|
53
|
+
"lucide-react": "^0.221.0",
|
|
54
54
|
"nanoid": "^4.0.2",
|
|
55
|
-
"next": "^13.4.4-canary.
|
|
55
|
+
"next": "^13.4.4-canary.10",
|
|
56
56
|
"next-themes": "^0.2.1",
|
|
57
57
|
"react": "^18.2.0",
|
|
58
58
|
"react-day-picker": "^8.7.1",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
|
|
69
69
|
"@tauri-apps/cli": "2.0.0-alpha.9",
|
|
70
70
|
"@types/node": "^20.2.3",
|
|
71
|
-
"@types/react": "^18.2.
|
|
71
|
+
"@types/react": "^18.2.7",
|
|
72
72
|
"@types/react-dom": "^18.2.4",
|
|
73
73
|
"autoprefixer": "^10.4.14",
|
|
74
74
|
"postcss": "^8.4.23",
|
|
@@ -15,7 +15,7 @@ dependencies:
|
|
|
15
15
|
version: 1.1.1(react-dom@18.2.0)(react@18.2.0)
|
|
16
16
|
'@radix-ui/react-alert-dialog':
|
|
17
17
|
specifier: ^1.0.3
|
|
18
|
-
version: 1.0.3(@types/react@18.2.
|
|
18
|
+
version: 1.0.3(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
19
19
|
'@radix-ui/react-aspect-ratio':
|
|
20
20
|
specifier: ^1.0.2
|
|
21
21
|
version: 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
@@ -30,28 +30,28 @@ dependencies:
|
|
|
30
30
|
version: 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
31
31
|
'@radix-ui/react-context-menu':
|
|
32
32
|
specifier: ^2.1.3
|
|
33
|
-
version: 2.1.3(@types/react@18.2.
|
|
33
|
+
version: 2.1.3(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
34
34
|
'@radix-ui/react-dialog':
|
|
35
35
|
specifier: ^1.0.3
|
|
36
|
-
version: 1.0.3(@types/react@18.2.
|
|
36
|
+
version: 1.0.3(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
37
37
|
'@radix-ui/react-dropdown-menu':
|
|
38
38
|
specifier: ^2.0.4
|
|
39
|
-
version: 2.0.4(@types/react@18.2.
|
|
39
|
+
version: 2.0.4(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
40
40
|
'@radix-ui/react-hover-card':
|
|
41
41
|
specifier: ^1.0.5
|
|
42
|
-
version: 1.0.5(@types/react@18.2.
|
|
42
|
+
version: 1.0.5(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
43
43
|
'@radix-ui/react-label':
|
|
44
44
|
specifier: ^2.0.1
|
|
45
45
|
version: 2.0.1(react-dom@18.2.0)(react@18.2.0)
|
|
46
46
|
'@radix-ui/react-menubar':
|
|
47
47
|
specifier: ^1.0.2
|
|
48
|
-
version: 1.0.2(@types/react@18.2.
|
|
48
|
+
version: 1.0.2(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
49
49
|
'@radix-ui/react-navigation-menu':
|
|
50
50
|
specifier: ^1.1.2
|
|
51
51
|
version: 1.1.2(react-dom@18.2.0)(react@18.2.0)
|
|
52
52
|
'@radix-ui/react-popover':
|
|
53
53
|
specifier: ^1.0.5
|
|
54
|
-
version: 1.0.5(@types/react@18.2.
|
|
54
|
+
version: 1.0.5(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
55
55
|
'@radix-ui/react-progress':
|
|
56
56
|
specifier: ^1.0.2
|
|
57
57
|
version: 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
@@ -63,7 +63,7 @@ dependencies:
|
|
|
63
63
|
version: 1.0.3(react-dom@18.2.0)(react@18.2.0)
|
|
64
64
|
'@radix-ui/react-select':
|
|
65
65
|
specifier: ^1.2.1
|
|
66
|
-
version: 1.2.1(@types/react@18.2.
|
|
66
|
+
version: 1.2.1(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
67
67
|
'@radix-ui/react-separator':
|
|
68
68
|
specifier: ^1.0.2
|
|
69
69
|
version: 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
@@ -90,7 +90,7 @@ dependencies:
|
|
|
90
90
|
version: 1.0.3(react-dom@18.2.0)(react@18.2.0)
|
|
91
91
|
'@radix-ui/react-tooltip':
|
|
92
92
|
specifier: ^1.0.5
|
|
93
|
-
version: 1.0.5(@types/react@18.2.
|
|
93
|
+
version: 1.0.5(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
94
94
|
'@tailwindcss/line-clamp':
|
|
95
95
|
specifier: ^0.4.4
|
|
96
96
|
version: 0.4.4(tailwindcss@3.3.2)
|
|
@@ -101,8 +101,8 @@ dependencies:
|
|
|
101
101
|
specifier: 2.0.0-alpha.4
|
|
102
102
|
version: 2.0.0-alpha.4
|
|
103
103
|
'@tauri-apps/plugin-window':
|
|
104
|
-
specifier:
|
|
105
|
-
version:
|
|
104
|
+
specifier: 2.0.0-alpha.0
|
|
105
|
+
version: 2.0.0-alpha.0
|
|
106
106
|
class-variance-authority:
|
|
107
107
|
specifier: ^0.6.0
|
|
108
108
|
version: 0.6.0(typescript@5.0.4)
|
|
@@ -111,22 +111,22 @@ dependencies:
|
|
|
111
111
|
version: 1.2.1
|
|
112
112
|
cmdk:
|
|
113
113
|
specifier: ^0.2.0
|
|
114
|
-
version: 0.2.0(@types/react@18.2.
|
|
114
|
+
version: 0.2.0(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
115
115
|
date-fns:
|
|
116
116
|
specifier: ^2.30.0
|
|
117
117
|
version: 2.30.0
|
|
118
118
|
lucide-react:
|
|
119
|
-
specifier: ^0.
|
|
120
|
-
version: 0.
|
|
119
|
+
specifier: ^0.221.0
|
|
120
|
+
version: 0.221.0(react@18.2.0)
|
|
121
121
|
nanoid:
|
|
122
122
|
specifier: ^4.0.2
|
|
123
123
|
version: 4.0.2
|
|
124
124
|
next:
|
|
125
|
-
specifier: ^13.4.4-canary.
|
|
126
|
-
version: 13.4.4-canary.
|
|
125
|
+
specifier: ^13.4.4-canary.10
|
|
126
|
+
version: 13.4.4-canary.10(@babel/core@7.21.4)(react-dom@18.2.0)(react@18.2.0)
|
|
127
127
|
next-themes:
|
|
128
128
|
specifier: ^0.2.1
|
|
129
|
-
version: 0.2.1(next@13.4.4-canary.
|
|
129
|
+
version: 0.2.1(next@13.4.4-canary.10)(react-dom@18.2.0)(react@18.2.0)
|
|
130
130
|
react:
|
|
131
131
|
specifier: ^18.2.0
|
|
132
132
|
version: 18.2.0
|
|
@@ -166,8 +166,8 @@ devDependencies:
|
|
|
166
166
|
specifier: ^20.2.3
|
|
167
167
|
version: 20.2.3
|
|
168
168
|
'@types/react':
|
|
169
|
-
specifier: ^18.2.
|
|
170
|
-
version: 18.2.
|
|
169
|
+
specifier: ^18.2.7
|
|
170
|
+
version: 18.2.7
|
|
171
171
|
'@types/react-dom':
|
|
172
172
|
specifier: ^18.2.4
|
|
173
173
|
version: 18.2.4
|
|
@@ -414,7 +414,7 @@ packages:
|
|
|
414
414
|
'@floating-ui/core': 0.7.3
|
|
415
415
|
dev: false
|
|
416
416
|
|
|
417
|
-
/@floating-ui/react-dom@0.7.2(@types/react@18.2.
|
|
417
|
+
/@floating-ui/react-dom@0.7.2(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0):
|
|
418
418
|
resolution: {integrity: sha512-1T0sJcpHgX/u4I1OzIEhlcrvkUN8ln39nz7fMoE/2HDHrPiMFoOGR7++GYyfUmIQHkkrTinaeQsO3XWubjSvGg==}
|
|
419
419
|
peerDependencies:
|
|
420
420
|
react: '>=16.8.0'
|
|
@@ -423,7 +423,7 @@ packages:
|
|
|
423
423
|
'@floating-ui/dom': 0.5.4
|
|
424
424
|
react: 18.2.0
|
|
425
425
|
react-dom: 18.2.0(react@18.2.0)
|
|
426
|
-
use-isomorphic-layout-effect: 1.1.2(@types/react@18.2.
|
|
426
|
+
use-isomorphic-layout-effect: 1.1.2(@types/react@18.2.7)(react@18.2.0)
|
|
427
427
|
transitivePeerDependencies:
|
|
428
428
|
- '@types/react'
|
|
429
429
|
dev: false
|
|
@@ -502,12 +502,12 @@ packages:
|
|
|
502
502
|
'@jridgewell/resolve-uri': 3.1.0
|
|
503
503
|
'@jridgewell/sourcemap-codec': 1.4.14
|
|
504
504
|
|
|
505
|
-
/@next/env@13.4.4-canary.
|
|
506
|
-
resolution: {integrity: sha512-
|
|
505
|
+
/@next/env@13.4.4-canary.10:
|
|
506
|
+
resolution: {integrity: sha512-IkC+dj2+ubrhTXXGC4yLMvLRhhR7kGYSokplHsi6REz3qbiyae/+pbKleAOT+RlGP5Y0IdjhdhQ/L/6OVqHjPg==}
|
|
507
507
|
dev: false
|
|
508
508
|
|
|
509
|
-
/@next/swc-darwin-arm64@13.4.4-canary.
|
|
510
|
-
resolution: {integrity: sha512-
|
|
509
|
+
/@next/swc-darwin-arm64@13.4.4-canary.10:
|
|
510
|
+
resolution: {integrity: sha512-a04hncXS56tcC7hzAO6QmiRYqUA7YedTQ3XVPiGA8VwaLBKd687XGn7ctbxZ6kQZajd5QAqnr9xTePuBTroWIg==}
|
|
511
511
|
engines: {node: '>= 10'}
|
|
512
512
|
cpu: [arm64]
|
|
513
513
|
os: [darwin]
|
|
@@ -515,8 +515,8 @@ packages:
|
|
|
515
515
|
dev: false
|
|
516
516
|
optional: true
|
|
517
517
|
|
|
518
|
-
/@next/swc-darwin-x64@13.4.4-canary.
|
|
519
|
-
resolution: {integrity: sha512-
|
|
518
|
+
/@next/swc-darwin-x64@13.4.4-canary.10:
|
|
519
|
+
resolution: {integrity: sha512-qtuhq/g4VWpUPn7+vvAJtnitvDsDNcRZJmX0InwpMkVNSLwMJP8Vg96uONc4EnHZAgOkEQVaWy58oXd+MJGiVg==}
|
|
520
520
|
engines: {node: '>= 10'}
|
|
521
521
|
cpu: [x64]
|
|
522
522
|
os: [darwin]
|
|
@@ -524,8 +524,8 @@ packages:
|
|
|
524
524
|
dev: false
|
|
525
525
|
optional: true
|
|
526
526
|
|
|
527
|
-
/@next/swc-linux-arm64-gnu@13.4.4-canary.
|
|
528
|
-
resolution: {integrity: sha512-
|
|
527
|
+
/@next/swc-linux-arm64-gnu@13.4.4-canary.10:
|
|
528
|
+
resolution: {integrity: sha512-xjiCQ2tl5c4aWe7Ozy3uLSt5a4dwXdwMXSCK8jNTvQ9xNdJhnc0l/3iCPoZ2spn3vsqP5w1fsiRLNpn9f6Bg5Q==}
|
|
529
529
|
engines: {node: '>= 10'}
|
|
530
530
|
cpu: [arm64]
|
|
531
531
|
os: [linux]
|
|
@@ -533,8 +533,8 @@ packages:
|
|
|
533
533
|
dev: false
|
|
534
534
|
optional: true
|
|
535
535
|
|
|
536
|
-
/@next/swc-linux-arm64-musl@13.4.4-canary.
|
|
537
|
-
resolution: {integrity: sha512-
|
|
536
|
+
/@next/swc-linux-arm64-musl@13.4.4-canary.10:
|
|
537
|
+
resolution: {integrity: sha512-eQr1s8UsXlxEt9ANHcWTR9m82IVeb7fNAkJ3BKBnDUsYu7vaMCUHUcNfviYQQhbRyp8E4ZCTeZVqaqyn9iZNgA==}
|
|
538
538
|
engines: {node: '>= 10'}
|
|
539
539
|
cpu: [arm64]
|
|
540
540
|
os: [linux]
|
|
@@ -542,8 +542,8 @@ packages:
|
|
|
542
542
|
dev: false
|
|
543
543
|
optional: true
|
|
544
544
|
|
|
545
|
-
/@next/swc-linux-x64-gnu@13.4.4-canary.
|
|
546
|
-
resolution: {integrity: sha512-
|
|
545
|
+
/@next/swc-linux-x64-gnu@13.4.4-canary.10:
|
|
546
|
+
resolution: {integrity: sha512-hAMByD2WUJxED7LuODDG4m3az0NWO3oucKreISF4hMPEkC7G8yftEPrW3s6//xRYjR6EDCQ01NNG2d6du+YwkQ==}
|
|
547
547
|
engines: {node: '>= 10'}
|
|
548
548
|
cpu: [x64]
|
|
549
549
|
os: [linux]
|
|
@@ -551,8 +551,8 @@ packages:
|
|
|
551
551
|
dev: false
|
|
552
552
|
optional: true
|
|
553
553
|
|
|
554
|
-
/@next/swc-linux-x64-musl@13.4.4-canary.
|
|
555
|
-
resolution: {integrity: sha512-
|
|
554
|
+
/@next/swc-linux-x64-musl@13.4.4-canary.10:
|
|
555
|
+
resolution: {integrity: sha512-tsgGnSQ4CEgEwTmV3xe31jXTi08LrAxFnjXRLhptwS0qud+Gej69lJrkm62DXs0zutS/qHN65rtf3Yf+W2ye7w==}
|
|
556
556
|
engines: {node: '>= 10'}
|
|
557
557
|
cpu: [x64]
|
|
558
558
|
os: [linux]
|
|
@@ -560,8 +560,8 @@ packages:
|
|
|
560
560
|
dev: false
|
|
561
561
|
optional: true
|
|
562
562
|
|
|
563
|
-
/@next/swc-win32-arm64-msvc@13.4.4-canary.
|
|
564
|
-
resolution: {integrity: sha512-
|
|
563
|
+
/@next/swc-win32-arm64-msvc@13.4.4-canary.10:
|
|
564
|
+
resolution: {integrity: sha512-GTiurvSioFSUaPKMKueeMfjBgrSOQTXoMLly+gsVsbBCch9FUQEagCwOOhD38aEsq3dTDvKJaEiIFxvJcZbLTw==}
|
|
565
565
|
engines: {node: '>= 10'}
|
|
566
566
|
cpu: [arm64]
|
|
567
567
|
os: [win32]
|
|
@@ -569,8 +569,8 @@ packages:
|
|
|
569
569
|
dev: false
|
|
570
570
|
optional: true
|
|
571
571
|
|
|
572
|
-
/@next/swc-win32-ia32-msvc@13.4.4-canary.
|
|
573
|
-
resolution: {integrity: sha512-
|
|
572
|
+
/@next/swc-win32-ia32-msvc@13.4.4-canary.10:
|
|
573
|
+
resolution: {integrity: sha512-SMnm4SjkwV7m047fnc0Ll41HGFSsbnP0bLFArWVByA9jlwnbxEs5/Moir8gusAIj36UEsquaTloLi8+f2WX1QQ==}
|
|
574
574
|
engines: {node: '>= 10'}
|
|
575
575
|
cpu: [ia32]
|
|
576
576
|
os: [win32]
|
|
@@ -578,8 +578,8 @@ packages:
|
|
|
578
578
|
dev: false
|
|
579
579
|
optional: true
|
|
580
580
|
|
|
581
|
-
/@next/swc-win32-x64-msvc@13.4.4-canary.
|
|
582
|
-
resolution: {integrity: sha512-
|
|
581
|
+
/@next/swc-win32-x64-msvc@13.4.4-canary.10:
|
|
582
|
+
resolution: {integrity: sha512-wl5TN+3rJPUNJcwl0i6CSqEtyLfWKlg/aisYeTZV6shS+qlLuduzE245Goz0ThAGBZCq6gylr4KloHLsZCw4Dw==}
|
|
583
583
|
engines: {node: '>= 10'}
|
|
584
584
|
cpu: [x64]
|
|
585
585
|
os: [win32]
|
|
@@ -759,7 +759,7 @@ packages:
|
|
|
759
759
|
react-dom: 18.2.0(react@18.2.0)
|
|
760
760
|
dev: false
|
|
761
761
|
|
|
762
|
-
/@radix-ui/react-alert-dialog@1.0.3(@types/react@18.2.
|
|
762
|
+
/@radix-ui/react-alert-dialog@1.0.3(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0):
|
|
763
763
|
resolution: {integrity: sha512-QXFy7+bhGi0u+paF2QbJeSCHZs4gLMJIPm6sajUamyW0fro6g1CaSGc5zmc4QmK2NlSGUrq8m+UsUqJYtzvXow==}
|
|
764
764
|
peerDependencies:
|
|
765
765
|
react: ^16.8 || ^17.0 || ^18.0
|
|
@@ -769,7 +769,7 @@ packages:
|
|
|
769
769
|
'@radix-ui/primitive': 1.0.0
|
|
770
770
|
'@radix-ui/react-compose-refs': 1.0.0(react@18.2.0)
|
|
771
771
|
'@radix-ui/react-context': 1.0.0(react@18.2.0)
|
|
772
|
-
'@radix-ui/react-dialog': 1.0.3(@types/react@18.2.
|
|
772
|
+
'@radix-ui/react-dialog': 1.0.3(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
773
773
|
'@radix-ui/react-primitive': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
774
774
|
'@radix-ui/react-slot': 1.0.1(react@18.2.0)
|
|
775
775
|
react: 18.2.0
|
|
@@ -879,7 +879,7 @@ packages:
|
|
|
879
879
|
react: 18.2.0
|
|
880
880
|
dev: false
|
|
881
881
|
|
|
882
|
-
/@radix-ui/react-context-menu@2.1.3(@types/react@18.2.
|
|
882
|
+
/@radix-ui/react-context-menu@2.1.3(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0):
|
|
883
883
|
resolution: {integrity: sha512-T+Jpbl/L9eJmlNGdgrl39NUqYTrtHJz4FmjdSc2WDUiZXWMmokK+1K8t/xEcx9q2PvVYfL5UDy9dkzU9UouyGw==}
|
|
884
884
|
peerDependencies:
|
|
885
885
|
react: ^16.8 || ^17.0 || ^18.0
|
|
@@ -888,7 +888,7 @@ packages:
|
|
|
888
888
|
'@babel/runtime': 7.21.0
|
|
889
889
|
'@radix-ui/primitive': 1.0.0
|
|
890
890
|
'@radix-ui/react-context': 1.0.0(react@18.2.0)
|
|
891
|
-
'@radix-ui/react-menu': 2.0.4(@types/react@18.2.
|
|
891
|
+
'@radix-ui/react-menu': 2.0.4(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
892
892
|
'@radix-ui/react-primitive': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
893
893
|
'@radix-ui/react-use-callback-ref': 1.0.0(react@18.2.0)
|
|
894
894
|
'@radix-ui/react-use-controllable-state': 1.0.0(react@18.2.0)
|
|
@@ -907,7 +907,7 @@ packages:
|
|
|
907
907
|
react: 18.2.0
|
|
908
908
|
dev: false
|
|
909
909
|
|
|
910
|
-
/@radix-ui/react-dialog@1.0.0(@types/react@18.2.
|
|
910
|
+
/@radix-ui/react-dialog@1.0.0(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0):
|
|
911
911
|
resolution: {integrity: sha512-Yn9YU+QlHYLWwV1XfKiqnGVpWYWk6MeBVM6x/bcoyPvxgjQGoeT35482viLPctTMWoMw0PoHgqfSox7Ig+957Q==}
|
|
912
912
|
peerDependencies:
|
|
913
913
|
react: ^16.8 || ^17.0 || ^18.0
|
|
@@ -929,12 +929,12 @@ packages:
|
|
|
929
929
|
aria-hidden: 1.2.3
|
|
930
930
|
react: 18.2.0
|
|
931
931
|
react-dom: 18.2.0(react@18.2.0)
|
|
932
|
-
react-remove-scroll: 2.5.4(@types/react@18.2.
|
|
932
|
+
react-remove-scroll: 2.5.4(@types/react@18.2.7)(react@18.2.0)
|
|
933
933
|
transitivePeerDependencies:
|
|
934
934
|
- '@types/react'
|
|
935
935
|
dev: false
|
|
936
936
|
|
|
937
|
-
/@radix-ui/react-dialog@1.0.3(@types/react@18.2.
|
|
937
|
+
/@radix-ui/react-dialog@1.0.3(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0):
|
|
938
938
|
resolution: {integrity: sha512-owNhq36kNPqC2/a+zJRioPg6HHnTn5B/sh/NjTY8r4W9g1L5VJlrzZIVcBr7R9Mg8iLjVmh6MGgMlfoVf/WO/A==}
|
|
939
939
|
peerDependencies:
|
|
940
940
|
react: ^16.8 || ^17.0 || ^18.0
|
|
@@ -956,7 +956,7 @@ packages:
|
|
|
956
956
|
aria-hidden: 1.2.3
|
|
957
957
|
react: 18.2.0
|
|
958
958
|
react-dom: 18.2.0(react@18.2.0)
|
|
959
|
-
react-remove-scroll: 2.5.5(@types/react@18.2.
|
|
959
|
+
react-remove-scroll: 2.5.5(@types/react@18.2.7)(react@18.2.0)
|
|
960
960
|
transitivePeerDependencies:
|
|
961
961
|
- '@types/react'
|
|
962
962
|
dev: false
|
|
@@ -1002,7 +1002,7 @@ packages:
|
|
|
1002
1002
|
react-dom: 18.2.0(react@18.2.0)
|
|
1003
1003
|
dev: false
|
|
1004
1004
|
|
|
1005
|
-
/@radix-ui/react-dropdown-menu@2.0.4(@types/react@18.2.
|
|
1005
|
+
/@radix-ui/react-dropdown-menu@2.0.4(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0):
|
|
1006
1006
|
resolution: {integrity: sha512-y6AT9+MydyXcByivdK1+QpjWoKaC7MLjkS/cH1Q3keEyMvDkiY85m8o2Bi6+Z1PPUlCsMULopxagQOSfN0wahg==}
|
|
1007
1007
|
peerDependencies:
|
|
1008
1008
|
react: ^16.8 || ^17.0 || ^18.0
|
|
@@ -1013,7 +1013,7 @@ packages:
|
|
|
1013
1013
|
'@radix-ui/react-compose-refs': 1.0.0(react@18.2.0)
|
|
1014
1014
|
'@radix-ui/react-context': 1.0.0(react@18.2.0)
|
|
1015
1015
|
'@radix-ui/react-id': 1.0.0(react@18.2.0)
|
|
1016
|
-
'@radix-ui/react-menu': 2.0.4(@types/react@18.2.
|
|
1016
|
+
'@radix-ui/react-menu': 2.0.4(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
1017
1017
|
'@radix-ui/react-primitive': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
1018
1018
|
'@radix-ui/react-use-controllable-state': 1.0.0(react@18.2.0)
|
|
1019
1019
|
react: 18.2.0
|
|
@@ -1059,7 +1059,7 @@ packages:
|
|
|
1059
1059
|
react-dom: 18.2.0(react@18.2.0)
|
|
1060
1060
|
dev: false
|
|
1061
1061
|
|
|
1062
|
-
/@radix-ui/react-hover-card@1.0.5(@types/react@18.2.
|
|
1062
|
+
/@radix-ui/react-hover-card@1.0.5(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0):
|
|
1063
1063
|
resolution: {integrity: sha512-jXRuZEkxSWdHZbVyL0J46cm7pQjmOMpwJEFKY+VqAJnV+FxS+zIZExI1OCeIiDwCBzUy6If1FfouOsfqBxr86g==}
|
|
1064
1064
|
peerDependencies:
|
|
1065
1065
|
react: ^16.8 || ^17.0 || ^18.0
|
|
@@ -1070,7 +1070,7 @@ packages:
|
|
|
1070
1070
|
'@radix-ui/react-compose-refs': 1.0.0(react@18.2.0)
|
|
1071
1071
|
'@radix-ui/react-context': 1.0.0(react@18.2.0)
|
|
1072
1072
|
'@radix-ui/react-dismissable-layer': 1.0.3(react-dom@18.2.0)(react@18.2.0)
|
|
1073
|
-
'@radix-ui/react-popper': 1.1.1(@types/react@18.2.
|
|
1073
|
+
'@radix-ui/react-popper': 1.1.1(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
1074
1074
|
'@radix-ui/react-portal': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
1075
1075
|
'@radix-ui/react-presence': 1.0.0(react-dom@18.2.0)(react@18.2.0)
|
|
1076
1076
|
'@radix-ui/react-primitive': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
@@ -1103,7 +1103,7 @@ packages:
|
|
|
1103
1103
|
react-dom: 18.2.0(react@18.2.0)
|
|
1104
1104
|
dev: false
|
|
1105
1105
|
|
|
1106
|
-
/@radix-ui/react-menu@2.0.4(@types/react@18.2.
|
|
1106
|
+
/@radix-ui/react-menu@2.0.4(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0):
|
|
1107
1107
|
resolution: {integrity: sha512-mzKR47tZ1t193trEqlQoJvzY4u9vYfVH16ryBrVrCAGZzkgyWnMQYEZdUkM7y8ak9mrkKtJiqB47TlEnubeOFQ==}
|
|
1108
1108
|
peerDependencies:
|
|
1109
1109
|
react: ^16.8 || ^17.0 || ^18.0
|
|
@@ -1119,7 +1119,7 @@ packages:
|
|
|
1119
1119
|
'@radix-ui/react-focus-guards': 1.0.0(react@18.2.0)
|
|
1120
1120
|
'@radix-ui/react-focus-scope': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
1121
1121
|
'@radix-ui/react-id': 1.0.0(react@18.2.0)
|
|
1122
|
-
'@radix-ui/react-popper': 1.1.1(@types/react@18.2.
|
|
1122
|
+
'@radix-ui/react-popper': 1.1.1(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
1123
1123
|
'@radix-ui/react-portal': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
1124
1124
|
'@radix-ui/react-presence': 1.0.0(react-dom@18.2.0)(react@18.2.0)
|
|
1125
1125
|
'@radix-ui/react-primitive': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
@@ -1129,12 +1129,12 @@ packages:
|
|
|
1129
1129
|
aria-hidden: 1.2.3
|
|
1130
1130
|
react: 18.2.0
|
|
1131
1131
|
react-dom: 18.2.0(react@18.2.0)
|
|
1132
|
-
react-remove-scroll: 2.5.5(@types/react@18.2.
|
|
1132
|
+
react-remove-scroll: 2.5.5(@types/react@18.2.7)(react@18.2.0)
|
|
1133
1133
|
transitivePeerDependencies:
|
|
1134
1134
|
- '@types/react'
|
|
1135
1135
|
dev: false
|
|
1136
1136
|
|
|
1137
|
-
/@radix-ui/react-menubar@1.0.2(@types/react@18.2.
|
|
1137
|
+
/@radix-ui/react-menubar@1.0.2(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0):
|
|
1138
1138
|
resolution: {integrity: sha512-woEg2ZODGoJHonr6ZwC01ZCpDifS6BapI5ythRfvWPBeL/80CX3u4sQKaF/58bbAZQsDnVwO5M9b0XVBN3jLhA==}
|
|
1139
1139
|
peerDependencies:
|
|
1140
1140
|
react: ^16.8 || ^17.0 || ^18.0
|
|
@@ -1147,7 +1147,7 @@ packages:
|
|
|
1147
1147
|
'@radix-ui/react-context': 1.0.0(react@18.2.0)
|
|
1148
1148
|
'@radix-ui/react-direction': 1.0.0(react@18.2.0)
|
|
1149
1149
|
'@radix-ui/react-id': 1.0.0(react@18.2.0)
|
|
1150
|
-
'@radix-ui/react-menu': 2.0.4(@types/react@18.2.
|
|
1150
|
+
'@radix-ui/react-menu': 2.0.4(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
1151
1151
|
'@radix-ui/react-primitive': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
1152
1152
|
'@radix-ui/react-roving-focus': 1.0.3(react-dom@18.2.0)(react@18.2.0)
|
|
1153
1153
|
'@radix-ui/react-use-controllable-state': 1.0.0(react@18.2.0)
|
|
@@ -1182,7 +1182,7 @@ packages:
|
|
|
1182
1182
|
react-dom: 18.2.0(react@18.2.0)
|
|
1183
1183
|
dev: false
|
|
1184
1184
|
|
|
1185
|
-
/@radix-ui/react-popover@1.0.5(@types/react@18.2.
|
|
1185
|
+
/@radix-ui/react-popover@1.0.5(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0):
|
|
1186
1186
|
resolution: {integrity: sha512-GRHZ8yD12MrN2NLobHPE8Rb5uHTxd9x372DE9PPNnBjpczAQHcZ5ne0KXG4xpf+RDdXSzdLv9ym6mYJCDTaUZg==}
|
|
1187
1187
|
peerDependencies:
|
|
1188
1188
|
react: ^16.8 || ^17.0 || ^18.0
|
|
@@ -1196,7 +1196,7 @@ packages:
|
|
|
1196
1196
|
'@radix-ui/react-focus-guards': 1.0.0(react@18.2.0)
|
|
1197
1197
|
'@radix-ui/react-focus-scope': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
1198
1198
|
'@radix-ui/react-id': 1.0.0(react@18.2.0)
|
|
1199
|
-
'@radix-ui/react-popper': 1.1.1(@types/react@18.2.
|
|
1199
|
+
'@radix-ui/react-popper': 1.1.1(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
1200
1200
|
'@radix-ui/react-portal': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
1201
1201
|
'@radix-ui/react-presence': 1.0.0(react-dom@18.2.0)(react@18.2.0)
|
|
1202
1202
|
'@radix-ui/react-primitive': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
@@ -1205,19 +1205,19 @@ packages:
|
|
|
1205
1205
|
aria-hidden: 1.2.3
|
|
1206
1206
|
react: 18.2.0
|
|
1207
1207
|
react-dom: 18.2.0(react@18.2.0)
|
|
1208
|
-
react-remove-scroll: 2.5.5(@types/react@18.2.
|
|
1208
|
+
react-remove-scroll: 2.5.5(@types/react@18.2.7)(react@18.2.0)
|
|
1209
1209
|
transitivePeerDependencies:
|
|
1210
1210
|
- '@types/react'
|
|
1211
1211
|
dev: false
|
|
1212
1212
|
|
|
1213
|
-
/@radix-ui/react-popper@1.1.1(@types/react@18.2.
|
|
1213
|
+
/@radix-ui/react-popper@1.1.1(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0):
|
|
1214
1214
|
resolution: {integrity: sha512-keYDcdMPNMjSC8zTsZ8wezUMiWM9Yj14wtF3s0PTIs9srnEPC9Kt2Gny1T3T81mmSeyDjZxsD9N5WCwNNb712w==}
|
|
1215
1215
|
peerDependencies:
|
|
1216
1216
|
react: ^16.8 || ^17.0 || ^18.0
|
|
1217
1217
|
react-dom: ^16.8 || ^17.0 || ^18.0
|
|
1218
1218
|
dependencies:
|
|
1219
1219
|
'@babel/runtime': 7.21.0
|
|
1220
|
-
'@floating-ui/react-dom': 0.7.2(@types/react@18.2.
|
|
1220
|
+
'@floating-ui/react-dom': 0.7.2(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
1221
1221
|
'@radix-ui/react-arrow': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
1222
1222
|
'@radix-ui/react-compose-refs': 1.0.0(react@18.2.0)
|
|
1223
1223
|
'@radix-ui/react-context': 1.0.0(react@18.2.0)
|
|
@@ -1368,7 +1368,7 @@ packages:
|
|
|
1368
1368
|
react-dom: 18.2.0(react@18.2.0)
|
|
1369
1369
|
dev: false
|
|
1370
1370
|
|
|
1371
|
-
/@radix-ui/react-select@1.2.1(@types/react@18.2.
|
|
1371
|
+
/@radix-ui/react-select@1.2.1(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0):
|
|
1372
1372
|
resolution: {integrity: sha512-GULRMITaOHNj79BZvQs3iZO0+f2IgI8g5HDhMi7Bnc13t7IlG86NFtOCfTLme4PNZdEtU+no+oGgcl6IFiphpQ==}
|
|
1373
1373
|
peerDependencies:
|
|
1374
1374
|
react: ^16.8 || ^17.0 || ^18.0
|
|
@@ -1385,7 +1385,7 @@ packages:
|
|
|
1385
1385
|
'@radix-ui/react-focus-guards': 1.0.0(react@18.2.0)
|
|
1386
1386
|
'@radix-ui/react-focus-scope': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
1387
1387
|
'@radix-ui/react-id': 1.0.0(react@18.2.0)
|
|
1388
|
-
'@radix-ui/react-popper': 1.1.1(@types/react@18.2.
|
|
1388
|
+
'@radix-ui/react-popper': 1.1.1(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
1389
1389
|
'@radix-ui/react-portal': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
1390
1390
|
'@radix-ui/react-primitive': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
1391
1391
|
'@radix-ui/react-slot': 1.0.1(react@18.2.0)
|
|
@@ -1397,7 +1397,7 @@ packages:
|
|
|
1397
1397
|
aria-hidden: 1.2.3
|
|
1398
1398
|
react: 18.2.0
|
|
1399
1399
|
react-dom: 18.2.0(react@18.2.0)
|
|
1400
|
-
react-remove-scroll: 2.5.5(@types/react@18.2.
|
|
1400
|
+
react-remove-scroll: 2.5.5(@types/react@18.2.7)(react@18.2.0)
|
|
1401
1401
|
transitivePeerDependencies:
|
|
1402
1402
|
- '@types/react'
|
|
1403
1403
|
dev: false
|
|
@@ -1548,7 +1548,7 @@ packages:
|
|
|
1548
1548
|
react-dom: 18.2.0(react@18.2.0)
|
|
1549
1549
|
dev: false
|
|
1550
1550
|
|
|
1551
|
-
/@radix-ui/react-tooltip@1.0.5(@types/react@18.2.
|
|
1551
|
+
/@radix-ui/react-tooltip@1.0.5(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0):
|
|
1552
1552
|
resolution: {integrity: sha512-cDKVcfzyO6PpckZekODJZDe5ZxZ2fCZlzKzTmPhe4mX9qTHRfLcKgqb0OKf22xLwDequ2tVleim+ZYx3rabD5w==}
|
|
1553
1553
|
peerDependencies:
|
|
1554
1554
|
react: ^16.8 || ^17.0 || ^18.0
|
|
@@ -1560,7 +1560,7 @@ packages:
|
|
|
1560
1560
|
'@radix-ui/react-context': 1.0.0(react@18.2.0)
|
|
1561
1561
|
'@radix-ui/react-dismissable-layer': 1.0.3(react-dom@18.2.0)(react@18.2.0)
|
|
1562
1562
|
'@radix-ui/react-id': 1.0.0(react@18.2.0)
|
|
1563
|
-
'@radix-ui/react-popper': 1.1.1(@types/react@18.2.
|
|
1563
|
+
'@radix-ui/react-popper': 1.1.1(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
1564
1564
|
'@radix-ui/react-portal': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
1565
1565
|
'@radix-ui/react-presence': 1.0.0(react-dom@18.2.0)(react@18.2.0)
|
|
1566
1566
|
'@radix-ui/react-primitive': 1.0.2(react-dom@18.2.0)(react@18.2.0)
|
|
@@ -1806,6 +1806,12 @@ packages:
|
|
|
1806
1806
|
'@tauri-apps/cli-win32-x64-msvc': 2.0.0-alpha.9
|
|
1807
1807
|
dev: true
|
|
1808
1808
|
|
|
1809
|
+
/@tauri-apps/plugin-window@2.0.0-alpha.0:
|
|
1810
|
+
resolution: {integrity: sha512-ZXFXOu9m8QiDB8d8LFFgwcfxIAbr0bhzj06YvmZDB3isuVtlFP9EyU4D+zmumWEWvNN2XP7xgpn68ivOVhmNNQ==}
|
|
1811
|
+
dependencies:
|
|
1812
|
+
'@tauri-apps/api': 2.0.0-alpha.4
|
|
1813
|
+
dev: false
|
|
1814
|
+
|
|
1809
1815
|
/@tootallnate/once@2.0.0:
|
|
1810
1816
|
resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==}
|
|
1811
1817
|
engines: {node: '>= 10'}
|
|
@@ -1876,11 +1882,11 @@ packages:
|
|
|
1876
1882
|
/@types/react-dom@18.2.4:
|
|
1877
1883
|
resolution: {integrity: sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==}
|
|
1878
1884
|
dependencies:
|
|
1879
|
-
'@types/react': 18.2.
|
|
1885
|
+
'@types/react': 18.2.7
|
|
1880
1886
|
dev: true
|
|
1881
1887
|
|
|
1882
|
-
/@types/react@18.2.
|
|
1883
|
-
resolution: {integrity: sha512-
|
|
1888
|
+
/@types/react@18.2.7:
|
|
1889
|
+
resolution: {integrity: sha512-ojrXpSH2XFCmHm7Jy3q44nXDyN54+EYKP2lBhJ2bqfyPj6cIUW/FZW/Csdia34NQgq7KYcAlHi5184m4X88+yw==}
|
|
1884
1890
|
dependencies:
|
|
1885
1891
|
'@types/prop-types': 15.7.5
|
|
1886
1892
|
'@types/scheduler': 0.16.3
|
|
@@ -2167,13 +2173,13 @@ packages:
|
|
|
2167
2173
|
engines: {node: '>=6'}
|
|
2168
2174
|
dev: false
|
|
2169
2175
|
|
|
2170
|
-
/cmdk@0.2.0(@types/react@18.2.
|
|
2176
|
+
/cmdk@0.2.0(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0):
|
|
2171
2177
|
resolution: {integrity: sha512-JQpKvEOb86SnvMZbYaFKYhvzFntWBeSZdyii0rZPhKJj9uwJBxu4DaVYDrRN7r3mPop56oPhRw+JYWTKs66TYw==}
|
|
2172
2178
|
peerDependencies:
|
|
2173
2179
|
react: ^18.0.0
|
|
2174
2180
|
react-dom: ^18.0.0
|
|
2175
2181
|
dependencies:
|
|
2176
|
-
'@radix-ui/react-dialog': 1.0.0(@types/react@18.2.
|
|
2182
|
+
'@radix-ui/react-dialog': 1.0.0(@types/react@18.2.7)(react-dom@18.2.0)(react@18.2.0)
|
|
2177
2183
|
command-score: 0.1.2
|
|
2178
2184
|
react: 18.2.0
|
|
2179
2185
|
react-dom: 18.2.0(react@18.2.0)
|
|
@@ -2822,8 +2828,8 @@ packages:
|
|
|
2822
2828
|
engines: {node: 14 || >=16.14}
|
|
2823
2829
|
dev: true
|
|
2824
2830
|
|
|
2825
|
-
/lucide-react@0.
|
|
2826
|
-
resolution: {integrity: sha512-
|
|
2831
|
+
/lucide-react@0.221.0(react@18.2.0):
|
|
2832
|
+
resolution: {integrity: sha512-g99pn2/lBaCEAA0cbi4eaCO+3rY4mSfjCaDlo8Z30F0wk8MXoBXhCR1TaUS9cmNdOP9VGxgUpoB4qMg7/vyC8A==}
|
|
2827
2833
|
peerDependencies:
|
|
2828
2834
|
react: ^16.5.1 || ^17.0.0 || ^18.0.0
|
|
2829
2835
|
dependencies:
|
|
@@ -3040,20 +3046,20 @@ packages:
|
|
|
3040
3046
|
engines: {node: '>= 0.6'}
|
|
3041
3047
|
dev: true
|
|
3042
3048
|
|
|
3043
|
-
/next-themes@0.2.1(next@13.4.4-canary.
|
|
3049
|
+
/next-themes@0.2.1(next@13.4.4-canary.10)(react-dom@18.2.0)(react@18.2.0):
|
|
3044
3050
|
resolution: {integrity: sha512-B+AKNfYNIzh0vqQQKqQItTS8evEouKD7H5Hj3kmuPERwddR2TxvDSFZuTj6T7Jfn1oyeUyJMydPl1Bkxkh0W7A==}
|
|
3045
3051
|
peerDependencies:
|
|
3046
3052
|
next: '*'
|
|
3047
3053
|
react: '*'
|
|
3048
3054
|
react-dom: '*'
|
|
3049
3055
|
dependencies:
|
|
3050
|
-
next: 13.4.4-canary.
|
|
3056
|
+
next: 13.4.4-canary.10(@babel/core@7.21.4)(react-dom@18.2.0)(react@18.2.0)
|
|
3051
3057
|
react: 18.2.0
|
|
3052
3058
|
react-dom: 18.2.0(react@18.2.0)
|
|
3053
3059
|
dev: false
|
|
3054
3060
|
|
|
3055
|
-
/next@13.4.4-canary.
|
|
3056
|
-
resolution: {integrity: sha512-
|
|
3061
|
+
/next@13.4.4-canary.10(@babel/core@7.21.4)(react-dom@18.2.0)(react@18.2.0):
|
|
3062
|
+
resolution: {integrity: sha512-peLuI20hhY3xA1GRH/TX5ycaeawxJrc0u64lAn0RZV1Iy2y+71+AOuiDOAQGO7lNnHbt189PGhesJ430eNY5dg==}
|
|
3057
3063
|
engines: {node: '>=16.8.0'}
|
|
3058
3064
|
hasBin: true
|
|
3059
3065
|
peerDependencies:
|
|
@@ -3070,7 +3076,7 @@ packages:
|
|
|
3070
3076
|
sass:
|
|
3071
3077
|
optional: true
|
|
3072
3078
|
dependencies:
|
|
3073
|
-
'@next/env': 13.4.4-canary.
|
|
3079
|
+
'@next/env': 13.4.4-canary.10
|
|
3074
3080
|
'@swc/helpers': 0.5.1
|
|
3075
3081
|
busboy: 1.6.0
|
|
3076
3082
|
caniuse-lite: 1.0.30001480
|
|
@@ -3080,15 +3086,15 @@ packages:
|
|
|
3080
3086
|
styled-jsx: 5.1.1(@babel/core@7.21.4)(react@18.2.0)
|
|
3081
3087
|
zod: 3.21.4
|
|
3082
3088
|
optionalDependencies:
|
|
3083
|
-
'@next/swc-darwin-arm64': 13.4.4-canary.
|
|
3084
|
-
'@next/swc-darwin-x64': 13.4.4-canary.
|
|
3085
|
-
'@next/swc-linux-arm64-gnu': 13.4.4-canary.
|
|
3086
|
-
'@next/swc-linux-arm64-musl': 13.4.4-canary.
|
|
3087
|
-
'@next/swc-linux-x64-gnu': 13.4.4-canary.
|
|
3088
|
-
'@next/swc-linux-x64-musl': 13.4.4-canary.
|
|
3089
|
-
'@next/swc-win32-arm64-msvc': 13.4.4-canary.
|
|
3090
|
-
'@next/swc-win32-ia32-msvc': 13.4.4-canary.
|
|
3091
|
-
'@next/swc-win32-x64-msvc': 13.4.4-canary.
|
|
3089
|
+
'@next/swc-darwin-arm64': 13.4.4-canary.10
|
|
3090
|
+
'@next/swc-darwin-x64': 13.4.4-canary.10
|
|
3091
|
+
'@next/swc-linux-arm64-gnu': 13.4.4-canary.10
|
|
3092
|
+
'@next/swc-linux-arm64-musl': 13.4.4-canary.10
|
|
3093
|
+
'@next/swc-linux-x64-gnu': 13.4.4-canary.10
|
|
3094
|
+
'@next/swc-linux-x64-musl': 13.4.4-canary.10
|
|
3095
|
+
'@next/swc-win32-arm64-msvc': 13.4.4-canary.10
|
|
3096
|
+
'@next/swc-win32-ia32-msvc': 13.4.4-canary.10
|
|
3097
|
+
'@next/swc-win32-x64-msvc': 13.4.4-canary.10
|
|
3092
3098
|
transitivePeerDependencies:
|
|
3093
3099
|
- '@babel/core'
|
|
3094
3100
|
- babel-plugin-macros
|
|
@@ -3522,7 +3528,7 @@ packages:
|
|
|
3522
3528
|
resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==}
|
|
3523
3529
|
dev: false
|
|
3524
3530
|
|
|
3525
|
-
/react-remove-scroll-bar@2.3.4(@types/react@18.2.
|
|
3531
|
+
/react-remove-scroll-bar@2.3.4(@types/react@18.2.7)(react@18.2.0):
|
|
3526
3532
|
resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==}
|
|
3527
3533
|
engines: {node: '>=10'}
|
|
3528
3534
|
peerDependencies:
|
|
@@ -3532,13 +3538,13 @@ packages:
|
|
|
3532
3538
|
'@types/react':
|
|
3533
3539
|
optional: true
|
|
3534
3540
|
dependencies:
|
|
3535
|
-
'@types/react': 18.2.
|
|
3541
|
+
'@types/react': 18.2.7
|
|
3536
3542
|
react: 18.2.0
|
|
3537
|
-
react-style-singleton: 2.2.1(@types/react@18.2.
|
|
3543
|
+
react-style-singleton: 2.2.1(@types/react@18.2.7)(react@18.2.0)
|
|
3538
3544
|
tslib: 2.5.0
|
|
3539
3545
|
dev: false
|
|
3540
3546
|
|
|
3541
|
-
/react-remove-scroll@2.5.4(@types/react@18.2.
|
|
3547
|
+
/react-remove-scroll@2.5.4(@types/react@18.2.7)(react@18.2.0):
|
|
3542
3548
|
resolution: {integrity: sha512-xGVKJJr0SJGQVirVFAUZ2k1QLyO6m+2fy0l8Qawbp5Jgrv3DeLalrfMNBFSlmz5kriGGzsVBtGVnf4pTKIhhWA==}
|
|
3543
3549
|
engines: {node: '>=10'}
|
|
3544
3550
|
peerDependencies:
|
|
@@ -3548,16 +3554,16 @@ packages:
|
|
|
3548
3554
|
'@types/react':
|
|
3549
3555
|
optional: true
|
|
3550
3556
|
dependencies:
|
|
3551
|
-
'@types/react': 18.2.
|
|
3557
|
+
'@types/react': 18.2.7
|
|
3552
3558
|
react: 18.2.0
|
|
3553
|
-
react-remove-scroll-bar: 2.3.4(@types/react@18.2.
|
|
3554
|
-
react-style-singleton: 2.2.1(@types/react@18.2.
|
|
3559
|
+
react-remove-scroll-bar: 2.3.4(@types/react@18.2.7)(react@18.2.0)
|
|
3560
|
+
react-style-singleton: 2.2.1(@types/react@18.2.7)(react@18.2.0)
|
|
3555
3561
|
tslib: 2.5.0
|
|
3556
|
-
use-callback-ref: 1.3.0(@types/react@18.2.
|
|
3557
|
-
use-sidecar: 1.1.2(@types/react@18.2.
|
|
3562
|
+
use-callback-ref: 1.3.0(@types/react@18.2.7)(react@18.2.0)
|
|
3563
|
+
use-sidecar: 1.1.2(@types/react@18.2.7)(react@18.2.0)
|
|
3558
3564
|
dev: false
|
|
3559
3565
|
|
|
3560
|
-
/react-remove-scroll@2.5.5(@types/react@18.2.
|
|
3566
|
+
/react-remove-scroll@2.5.5(@types/react@18.2.7)(react@18.2.0):
|
|
3561
3567
|
resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==}
|
|
3562
3568
|
engines: {node: '>=10'}
|
|
3563
3569
|
peerDependencies:
|
|
@@ -3567,13 +3573,13 @@ packages:
|
|
|
3567
3573
|
'@types/react':
|
|
3568
3574
|
optional: true
|
|
3569
3575
|
dependencies:
|
|
3570
|
-
'@types/react': 18.2.
|
|
3576
|
+
'@types/react': 18.2.7
|
|
3571
3577
|
react: 18.2.0
|
|
3572
|
-
react-remove-scroll-bar: 2.3.4(@types/react@18.2.
|
|
3573
|
-
react-style-singleton: 2.2.1(@types/react@18.2.
|
|
3578
|
+
react-remove-scroll-bar: 2.3.4(@types/react@18.2.7)(react@18.2.0)
|
|
3579
|
+
react-style-singleton: 2.2.1(@types/react@18.2.7)(react@18.2.0)
|
|
3574
3580
|
tslib: 2.5.0
|
|
3575
|
-
use-callback-ref: 1.3.0(@types/react@18.2.
|
|
3576
|
-
use-sidecar: 1.1.2(@types/react@18.2.
|
|
3581
|
+
use-callback-ref: 1.3.0(@types/react@18.2.7)(react@18.2.0)
|
|
3582
|
+
use-sidecar: 1.1.2(@types/react@18.2.7)(react@18.2.0)
|
|
3577
3583
|
dev: false
|
|
3578
3584
|
|
|
3579
3585
|
/react-resize-detector@8.1.0(react-dom@18.2.0)(react@18.2.0):
|
|
@@ -3601,7 +3607,7 @@ packages:
|
|
|
3601
3607
|
react-transition-group: 2.9.0(react-dom@18.2.0)(react@18.2.0)
|
|
3602
3608
|
dev: false
|
|
3603
3609
|
|
|
3604
|
-
/react-style-singleton@2.2.1(@types/react@18.2.
|
|
3610
|
+
/react-style-singleton@2.2.1(@types/react@18.2.7)(react@18.2.0):
|
|
3605
3611
|
resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==}
|
|
3606
3612
|
engines: {node: '>=10'}
|
|
3607
3613
|
peerDependencies:
|
|
@@ -3611,7 +3617,7 @@ packages:
|
|
|
3611
3617
|
'@types/react':
|
|
3612
3618
|
optional: true
|
|
3613
3619
|
dependencies:
|
|
3614
|
-
'@types/react': 18.2.
|
|
3620
|
+
'@types/react': 18.2.7
|
|
3615
3621
|
get-nonce: 1.0.1
|
|
3616
3622
|
invariant: 2.2.4
|
|
3617
3623
|
react: 18.2.0
|
|
@@ -4144,7 +4150,7 @@ packages:
|
|
|
4144
4150
|
escalade: 3.1.1
|
|
4145
4151
|
picocolors: 1.0.0
|
|
4146
4152
|
|
|
4147
|
-
/use-callback-ref@1.3.0(@types/react@18.2.
|
|
4153
|
+
/use-callback-ref@1.3.0(@types/react@18.2.7)(react@18.2.0):
|
|
4148
4154
|
resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==}
|
|
4149
4155
|
engines: {node: '>=10'}
|
|
4150
4156
|
peerDependencies:
|
|
@@ -4154,12 +4160,12 @@ packages:
|
|
|
4154
4160
|
'@types/react':
|
|
4155
4161
|
optional: true
|
|
4156
4162
|
dependencies:
|
|
4157
|
-
'@types/react': 18.2.
|
|
4163
|
+
'@types/react': 18.2.7
|
|
4158
4164
|
react: 18.2.0
|
|
4159
4165
|
tslib: 2.5.0
|
|
4160
4166
|
dev: false
|
|
4161
4167
|
|
|
4162
|
-
/use-isomorphic-layout-effect@1.1.2(@types/react@18.2.
|
|
4168
|
+
/use-isomorphic-layout-effect@1.1.2(@types/react@18.2.7)(react@18.2.0):
|
|
4163
4169
|
resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==}
|
|
4164
4170
|
peerDependencies:
|
|
4165
4171
|
'@types/react': '*'
|
|
@@ -4168,11 +4174,11 @@ packages:
|
|
|
4168
4174
|
'@types/react':
|
|
4169
4175
|
optional: true
|
|
4170
4176
|
dependencies:
|
|
4171
|
-
'@types/react': 18.2.
|
|
4177
|
+
'@types/react': 18.2.7
|
|
4172
4178
|
react: 18.2.0
|
|
4173
4179
|
dev: false
|
|
4174
4180
|
|
|
4175
|
-
/use-sidecar@1.1.2(@types/react@18.2.
|
|
4181
|
+
/use-sidecar@1.1.2(@types/react@18.2.7)(react@18.2.0):
|
|
4176
4182
|
resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==}
|
|
4177
4183
|
engines: {node: '>=10'}
|
|
4178
4184
|
peerDependencies:
|
|
@@ -4182,7 +4188,7 @@ packages:
|
|
|
4182
4188
|
'@types/react':
|
|
4183
4189
|
optional: true
|
|
4184
4190
|
dependencies:
|
|
4185
|
-
'@types/react': 18.2.
|
|
4191
|
+
'@types/react': 18.2.7
|
|
4186
4192
|
detect-node-es: 1.1.0
|
|
4187
4193
|
react: 18.2.0
|
|
4188
4194
|
tslib: 2.5.0
|
|
@@ -4308,11 +4314,3 @@ packages:
|
|
|
4308
4314
|
/zod@3.21.4:
|
|
4309
4315
|
resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==}
|
|
4310
4316
|
dev: false
|
|
4311
|
-
|
|
4312
|
-
github.com/tauri-apps/tauri-plugin-window/884fa34d3a43791129a715a877f37d958bcfd511:
|
|
4313
|
-
resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-window/tar.gz/884fa34d3a43791129a715a877f37d958bcfd511}
|
|
4314
|
-
name: '@tauri-apps/plugin-window'
|
|
4315
|
-
version: 1.0.0
|
|
4316
|
-
dependencies:
|
|
4317
|
-
'@tauri-apps/api': 2.0.0-alpha.4
|
|
4318
|
-
dev: false
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
|
|
3
|
-
import { useCallback
|
|
3
|
+
import { useCallback } from "react"
|
|
4
4
|
import Image from "next/image"
|
|
5
5
|
import { usePathname } from "next/navigation"
|
|
6
6
|
import logo from "@/assets/logo.png"
|
|
7
|
-
// import { appWindow, type WebviewWindow } from "@tauri-apps/plugin-window"
|
|
8
7
|
import { Globe, Maximize, Mic, Music2, Sailboat, X, Zap } from "lucide-react"
|
|
9
8
|
|
|
10
9
|
import { Button } from "@/components/ui/button"
|
|
@@ -31,15 +30,6 @@ import { MenuModeToggle } from "./menu-mode-toggle"
|
|
|
31
30
|
import { ModeToggle } from "./mode-toggle"
|
|
32
31
|
|
|
33
32
|
export function Menu() {
|
|
34
|
-
// const [appWindow, setAppWindow] = useState(null)
|
|
35
|
-
|
|
36
|
-
// // Dinamically import the tauri API, but only when it's in a tauri window
|
|
37
|
-
// useEffect(() => {
|
|
38
|
-
// import("@tauri-apps/plugin-window").then(({ tauriWindow }: any) => {
|
|
39
|
-
// setAppWindow(tauriWindow)
|
|
40
|
-
// })
|
|
41
|
-
// }, [])
|
|
42
|
-
|
|
43
33
|
const minimizeWindow = useCallback(async () => {
|
|
44
34
|
const { appWindow } = await import("@tauri-apps/plugin-window")
|
|
45
35
|
|
|
@@ -48,8 +38,9 @@ export function Menu() {
|
|
|
48
38
|
|
|
49
39
|
const maximizeWindow = useCallback(async () => {
|
|
50
40
|
const { appWindow } = await import("@tauri-apps/plugin-window")
|
|
41
|
+
const isMaximized = await appWindow?.isMaximized()
|
|
51
42
|
|
|
52
|
-
if (
|
|
43
|
+
if (isMaximized) {
|
|
53
44
|
appWindow?.unmaximize()
|
|
54
45
|
} else {
|
|
55
46
|
appWindow?.maximize()
|
|
@@ -133,9 +133,9 @@ dependencies = [
|
|
|
133
133
|
|
|
134
134
|
[[package]]
|
|
135
135
|
name = "bumpalo"
|
|
136
|
-
version = "3.
|
|
136
|
+
version = "3.13.0"
|
|
137
137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
138
|
-
checksum = "
|
|
138
|
+
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
|
139
139
|
|
|
140
140
|
[[package]]
|
|
141
141
|
name = "bytemuck"
|
|
@@ -1243,9 +1243,9 @@ dependencies = [
|
|
|
1243
1243
|
|
|
1244
1244
|
[[package]]
|
|
1245
1245
|
name = "io-lifetimes"
|
|
1246
|
-
version = "1.0.
|
|
1246
|
+
version = "1.0.11"
|
|
1247
1247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1248
|
-
checksum = "
|
|
1248
|
+
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
1249
1249
|
dependencies = [
|
|
1250
1250
|
"hermit-abi 0.3.1",
|
|
1251
1251
|
"libc",
|
|
@@ -2040,13 +2040,13 @@ dependencies = [
|
|
|
2040
2040
|
|
|
2041
2041
|
[[package]]
|
|
2042
2042
|
name = "regex"
|
|
2043
|
-
version = "1.8.
|
|
2043
|
+
version = "1.8.2"
|
|
2044
2044
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2045
|
-
checksum = "
|
|
2045
|
+
checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974"
|
|
2046
2046
|
dependencies = [
|
|
2047
2047
|
"aho-corasick",
|
|
2048
2048
|
"memchr",
|
|
2049
|
-
"regex-syntax 0.7.
|
|
2049
|
+
"regex-syntax 0.7.2",
|
|
2050
2050
|
]
|
|
2051
2051
|
|
|
2052
2052
|
[[package]]
|
|
@@ -2066,9 +2066,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
2066
2066
|
|
|
2067
2067
|
[[package]]
|
|
2068
2068
|
name = "regex-syntax"
|
|
2069
|
-
version = "0.7.
|
|
2069
|
+
version = "0.7.2"
|
|
2070
2070
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2071
|
-
checksum = "
|
|
2071
|
+
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
|
2072
2072
|
|
|
2073
2073
|
[[package]]
|
|
2074
2074
|
name = "reqwest"
|
|
@@ -2671,8 +2671,9 @@ dependencies = [
|
|
|
2671
2671
|
|
|
2672
2672
|
[[package]]
|
|
2673
2673
|
name = "tauri-plugin-window"
|
|
2674
|
-
version = "
|
|
2675
|
-
source = "
|
|
2674
|
+
version = "2.0.0-alpha.0"
|
|
2675
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2676
|
+
checksum = "209fef1a00a981949e2440924b4be267c7639daeba51b29179004fa1c6d74900"
|
|
2676
2677
|
dependencies = [
|
|
2677
2678
|
"serde",
|
|
2678
2679
|
"tauri",
|
|
@@ -2925,9 +2926,9 @@ dependencies = [
|
|
|
2925
2926
|
|
|
2926
2927
|
[[package]]
|
|
2927
2928
|
name = "toml_edit"
|
|
2928
|
-
version = "0.19.
|
|
2929
|
+
version = "0.19.10"
|
|
2929
2930
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2930
|
-
checksum = "
|
|
2931
|
+
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
|
|
2931
2932
|
dependencies = [
|
|
2932
2933
|
"indexmap",
|
|
2933
2934
|
"serde",
|
|
@@ -3033,9 +3034,9 @@ checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
|
|
3033
3034
|
|
|
3034
3035
|
[[package]]
|
|
3035
3036
|
name = "unicode-ident"
|
|
3036
|
-
version = "1.0.
|
|
3037
|
+
version = "1.0.9"
|
|
3037
3038
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3038
|
-
checksum = "
|
|
3039
|
+
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|
|
3039
3040
|
|
|
3040
3041
|
[[package]]
|
|
3041
3042
|
name = "unicode-normalization"
|
|
@@ -14,9 +14,9 @@ tauri-build = { version = "2.0.0-alpha.5", features = [] }
|
|
|
14
14
|
|
|
15
15
|
[dependencies]
|
|
16
16
|
tauri = { version = "2.0.0-alpha.9", features = [] }
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
tauri-plugin-window = "2.0.0-alpha.0"
|
|
18
|
+
serde = { version = "1.0", features = ["derive"] }
|
|
19
|
+
serde_json = "1.0"
|
|
20
20
|
|
|
21
21
|
[features]
|
|
22
22
|
# by default Tauri runs in production mode
|