forked from andronedev/openportal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.58 KB
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
{
"name": "openportal",
"private": true,
"version": "0.1.0",
"type": "module",
"description": "Manage your Meta Portal from the browser via WebUSB + ADB",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "biome check .",
"format": "biome format --write ."
},
"dependencies": {
"@fontsource-variable/geist": "^5.2.9",
"@fontsource-variable/geist-mono": "^5.2.8",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"@yume-chan/adb": "^2.3.0",
"@yume-chan/adb-credential-web": "^2.1.0",
"@yume-chan/adb-daemon-webusb": "^2.3.0",
"@yume-chan/adb-scrcpy": "^2.3.2",
"@yume-chan/scrcpy": "^2.3.0",
"@yume-chan/scrcpy-decoder-tinyh264": "^2.1.0",
"@yume-chan/scrcpy-decoder-webcodecs": "^2.5.3",
"@yume-chan/stream-extra": "^2.3.0",
"clsx": "^2.1.1",
"i18next": "^25.2.1",
"i18next-browser-languagedetector": "^8.0.5",
"lucide-react": "^0.511.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.5.3",
"react-markdown": "^10.1.0",
"react-router": "^7.6.2",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.3",
"tailwind-merge": "^3.6.0",
"zustand": "^5.0.5"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/vite": "^4.1.8",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@types/w3c-web-usb": "^1.0.10",
"@vitejs/plugin-react": "^4.5.2",
"tailwindcss": "^4.1.8",
"typescript": "^5.8.3",
"vite": "^6.3.5"
},
"pnpm": {
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild"]
}
}