forked from GanymedeTeam/ganymede-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.61 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "ganymede-app",
"private": true,
"version": "1.7.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && lingui extract && vite build",
"tauri": "tauri",
"i18n:extract": "lingui extract",
"changeset:version": "changeset version && node scripts/changeset-update-versions.js"
},
"dependencies": {
"@lingui/core": "^4.14.0",
"@lingui/react": "^4.14.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@sentry/browser": "^8.38.0",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-query": "^5.55.4",
"@tanstack/react-router": "^1.57.8",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-clipboard-manager": "^2.2.0",
"@tauri-apps/plugin-global-shortcut": "^2.2.0",
"@tauri-apps/plugin-http": "^2.2.0",
"@tauri-apps/plugin-log": "^2.2.0",
"@tauri-apps/plugin-opener": "^2.2.1",
"@tauri-apps/plugin-os": "^2.2.0",
"@tauri-apps/plugin-updater": "^2.3.0",
"@tauri-apps/plugin-window-state": "^2.2.0",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"country-flag-icons": "^1.5.13",
"html-react-parser": "^5.1.18",
"ky": "^1.7.2",
"lucide-react": "^0.439.0",
"neverthrow": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tauri-plugin-sentry-api": "^0.2.0",
"taurpc": "^1.6.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "^2.27.10",
"@lingui/cli": "^4.14.0",
"@lingui/conf": "^4.14.0",
"@lingui/macro": "^4.14.0",
"@lingui/vite-plugin": "^4.14.0",
"@sentry/cli": "^2.39.1",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/router-plugin": "^1.57.8",
"@tauri-apps/cli": "2.0.4",
"@types/country-flag-icons": "^1.2.2",
"@types/node": "^22.5.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"babel-plugin-macros": "^3.1.0",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.2.2",
"vite": "^5.3.1"
},
"packageManager": "[email protected]"
}