-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.06 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.06 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
58
59
60
61
62
63
64
65
66
{
"name": "panda-web-scrcpy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"postinstall": "fetch-scrcpy-server 3.3.3"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"@yume-chan/adb": "^2.3.1",
"@yume-chan/adb-backend-webusb": "^0.0.19",
"@yume-chan/adb-scrcpy": "^2.3.0",
"@yume-chan/android-bin": "^2.1.0",
"@yume-chan/aoa": "^1.0.0",
"@yume-chan/event": "^2.0.0",
"@yume-chan/fetch-scrcpy-server": "^1.0.0",
"@yume-chan/pcm-player": "^1.0.0",
"@yume-chan/scrcpy": "^2.3.0",
"@yume-chan/scrcpy-decoder-tinyh264": "^2.1.0",
"@yume-chan/scrcpy-decoder-webcodecs": "^2.1.0",
"@yume-chan/stream-extra": "^2.1.0",
"@yume-chan/struct": "^2.0.1",
"file-saver": "^2.0.5",
"markdown-it": "^14.1.0",
"peerjs": "^1.5.5",
"vue": "^3.3.4",
"vuetify": "^3.3.5",
"webm-muxer": "^5.0.3"
},
"devDependencies": {
"@fast-check/vitest": "^0.2.4",
"@mdi/font": "^7.1.96",
"@rushstack/eslint-patch": "^1.10.4",
"@types/lodash": "^4.14.194",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.11.12",
"@types/three": "^0.149.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/compiler-sfc": "^3.5.24",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"@vuetify/loader-shared": "^2.0.3",
"@yume-chan/adb-credential-web": "^0.0.24",
"@yume-chan/adb-daemon-webusb": "^0.0.24",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.31.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"sass": "^1.57.1",
"typescript": "5.2.2",
"vite": "^5.2.11",
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^1.6.1",
"vue-tsc": "^2.0.19"
}
}