-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
123 lines (123 loc) · 3.9 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "falkor",
"description": "Dive into Falkor, where you'll discover a vast selection of games coupled with community-driven enhancements. Experience seamless and secure gaming within a single, universal hub.",
"private": true,
"version": "0.1.0",
"type": "module",
"author": {
"name": "team-falkor",
"url": "https://github.com/team-falkor"
},
"repository": {
"type": "git",
"url": "git+https://github.com/team-falkor/app.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/team-falkor/app/issues"
},
"homepage": "https://falkor.moe",
"scripts": {
"dev": "vite",
"prebuild": "tsc && vite build",
"build": "electron-builder",
"build:linux": "electron-builder --linux",
"build:win": "electron-builder --win",
"build:mac": "electron-builder --mac",
"rebuild": "electron-rebuild -f -w better-sqlite3 webtorrent",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"postinstall": "electron-builder install-app-deps",
"bun:trust:all": "bun pm trust --all"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@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-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-router": "^1.75.0",
"@tanstack/react-table": "^8.20.5",
"auto-launch": "^5.0.6",
"better-sqlite3": "^11.5.0",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"date-fns": "^4.1.0",
"electron-updater": "^6.3.9",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"fuse.js": "^7.0.0",
"i18next": "^23.16.2",
"i18next-browser-languagedetector": "^8.0.0",
"knex": "^3.1.0",
"lucide-react": "^0.447.0",
"ms": "^2.1.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-i18next": "^15.1.0",
"react-icons": "^5.3.0",
"recharts": "^2.13.0",
"sonner": "^1.5.0",
"sqlite3": "^5.1.7",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"webtorrent": "^2.5.4",
"zod": "^3.23.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@tanstack/router-devtools": "^1.75.0",
"@tanstack/router-plugin": "^1.76.0",
"@types/auto-launch": "^5.0.5",
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^22.7.8",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/webtorrent": "^0.109.8",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"electron": "^33.0.2",
"electron-builder": "^24.13.3",
"electron-rebuild": "^3.2.9",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.13",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-electron": "^0.28.8",
"vite-plugin-electron-renderer": "^0.14.6"
},
"main": "dist-electron/main.js",
"trustedDependencies": [
"better-sqlite3",
"bufferutil",
"electron",
"esbuild",
"lzma-native",
"sqlite3",
"utf-8-validate",
"utp-native"
]
}