{ "name": "demo", "version": "0.1.0", "private": true, "scripts": { "postinstall": "fetch-scrcpy-server 1.24", "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@fluentui/react": "^8.101.1", "@fluentui/react-file-type-icons": "^8.8.2", "@fluentui/react-hooks": "^8.6.14", "@fluentui/react-icons": "^2.0.187", "@fluentui/style-utilities": "^8.8.3", "@griffel/react": "^1.4.2", "@yume-chan/adb": "workspace:^0.0.17", "@yume-chan/adb-backend-direct-sockets": "workspace:^0.0.9", "@yume-chan/adb-backend-webusb": "workspace:^0.0.17", "@yume-chan/adb-backend-ws": "workspace:^0.0.9", "@yume-chan/adb-credential-web": "workspace:^0.0.17", "@yume-chan/android-bin": "workspace:^0.0.17", "@yume-chan/async": "^2.2.0", "@yume-chan/b-tree": "workspace:^0.0.16", "@yume-chan/event": "workspace:^0.0.17", "@yume-chan/scrcpy": "workspace:^0.0.17", "@yume-chan/scrcpy-decoder-tinyh264": "workspace:^0.0.17", "@yume-chan/scrcpy-decoder-webcodecs": "workspace:^0.0.17", "@yume-chan/stream-extra": "workspace:^0.0.17", "@yume-chan/stream-saver": "^2.0.6", "@yume-chan/struct": "workspace:^0.0.17", "mobx": "^6.7.0", "mobx-react-lite": "^3.4.0", "next": "13.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", "xterm": "^5.0.0", "xterm-addon-fit": "^0.6.0", "xterm-addon-search": "^0.10.0", "xterm-addon-webgl": "^0.13.0" }, "devDependencies": { "@mdx-js/loader": "^2.1.5", "@next/mdx": "^13.0.3", "@types/react": "18.0.25", "eslint": "8.27.0", "eslint-config-next": "13.0.3", "source-map-loader": "^4.0.1", "typescript": "^4.8.4", "awesome-typescript-loader": "^3.2.3" } }