escrcpy/package.json

56 lines
1.8 KiB
JSON
Raw Normal View History

{
"name": "escrcpy",
2023-11-03 07:08:17 +01:00
"version": "1.12.1",
2023-10-15 18:18:24 +02:00
"private": true,
"description": "Scrcpy Powered by Electron",
"author": "viarotel",
"homepage": "https://github.com/viarotel-org/escrcpy",
2023-10-15 18:18:24 +02:00
"main": "dist-electron/main.js",
"scripts": {
2023-10-15 18:18:24 +02:00
"dev": "vite",
"build": "vite build && electron-builder",
"build:win": "vite build && electron-builder --win",
"build:mac": "vite build && electron-builder --mac",
"build:linux": "vite build && electron-builder --linux",
2023-10-15 18:18:24 +02:00
"preview": "vite preview",
"lint": "eslint . --ext .md,.vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .eslintignore --fix",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.config.js",
2023-10-31 02:43:36 +01:00
"postinstall": "electron-builder install-app-deps",
"prepare": "husky install"
},
"dependencies": {
2023-10-23 10:10:54 +02:00
"vue": "^3.3.6"
2023-10-15 18:18:24 +02:00
},
"devDependencies": {
"@devicefarmer/adbkit": "^3.2.5",
"@electron-toolkit/preload": "^2.0.0",
2023-10-15 18:18:24 +02:00
"@electron-toolkit/utils": "^2.0.1",
2023-10-23 12:14:41 +02:00
"@intlify/unplugin-vue-i18n": "^1.4.0",
"@viarotel-org/design": "^0.7.0",
"@viarotel-org/eslint-config": "^0.7.0",
"@viarotel-org/postcss-config": "^0.7.0",
"@viarotel-org/unocss-config": "^0.7.4",
2023-10-23 10:10:54 +02:00
"@vitejs/plugin-vue": "^4.4.0",
2023-10-15 18:18:24 +02:00
"dayjs": "^1.11.10",
"electron": "^27.0.2",
2023-10-07 07:22:40 +02:00
"electron-builder": "^24.6.4",
"electron-log": "^5.0.0",
"electron-store": "^8.1.0",
2023-10-15 18:18:24 +02:00
"electron-updater": "^6.1.4",
"element-plus": "^2.4.1",
"fix-path": "^4.0.0",
"fs-extra": "^11.1.1",
2023-10-31 02:43:36 +01:00
"husky": "^8.0.0",
"lodash-es": "^4.17.21",
2023-10-15 18:18:24 +02:00
"pinia": "^2.1.7",
"typescript": "^5.2.2",
2023-10-23 10:10:54 +02:00
"vite": "^4.5.0",
"vite-plugin-electron": "^0.14.1",
2023-10-15 18:18:24 +02:00
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-eslint": "^1.8.1",
"vite-svg-loader": "^4.0.0",
2023-10-23 12:14:41 +02:00
"vue-i18n": "^9.5.0",
"which": "^4.0.0"
}
}