2024-04-13 08:32:42 +08:00
|
|
|
{
|
|
|
|
"name": "scrcpy-mask",
|
|
|
|
"private": true,
|
2024-05-31 18:47:52 +08:00
|
|
|
"version": "0.6.0",
|
2024-04-13 08:32:42 +08:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
|
|
"preview": "vite preview",
|
2024-05-01 12:48:32 +08:00
|
|
|
"tauri": "tauri",
|
|
|
|
"publish": "node publish.js"
|
2024-04-13 08:32:42 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-03-10 13:17:46 +08:00
|
|
|
"@tauri-apps/api": "2.1.1",
|
2025-03-10 16:02:07 +08:00
|
|
|
"@tauri-apps/cli": "^2.3.1",
|
2025-03-10 13:17:46 +08:00
|
|
|
"@tauri-apps/plugin-clipboard-manager": "~2.2.1",
|
|
|
|
"@tauri-apps/plugin-http": "~2",
|
2025-03-25 15:24:37 +08:00
|
|
|
"@tauri-apps/plugin-log": "~2",
|
2025-03-10 13:17:46 +08:00
|
|
|
"@tauri-apps/plugin-os": "~2",
|
|
|
|
"@tauri-apps/plugin-process": "~2",
|
|
|
|
"@tauri-apps/plugin-shell": "~2",
|
|
|
|
"@tauri-apps/plugin-store": "~2",
|
2025-03-17 17:39:07 +08:00
|
|
|
"marked": "^15.0.7",
|
2025-03-10 16:02:07 +08:00
|
|
|
"naive-ui": "^2.41.0",
|
2025-03-10 13:17:46 +08:00
|
|
|
"pinia": "^3.0.1",
|
2025-03-10 16:02:07 +08:00
|
|
|
"vue": "^3.5.13",
|
2025-03-10 13:17:46 +08:00
|
|
|
"vue-i18n": "10",
|
2025-03-10 16:02:07 +08:00
|
|
|
"vue-router": "^4.5.0"
|
2024-04-13 08:32:42 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-03-10 16:02:07 +08:00
|
|
|
"@tsconfig/node22": "^22.0.0",
|
|
|
|
"@types/node": "^22.13.9",
|
2024-04-13 08:32:42 +08:00
|
|
|
"@vicons/fluent": "^0.12.0",
|
|
|
|
"@vicons/ionicons5": "^0.12.0",
|
2025-03-10 16:02:07 +08:00
|
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
|
|
"@vue/tsconfig": "^0.7.0",
|
|
|
|
"npm-run-all2": "^7.0.2",
|
2025-03-10 13:17:46 +08:00
|
|
|
"sass": "^1.85.1",
|
|
|
|
"sass-loader": "^16.0.5",
|
2025-03-10 16:02:07 +08:00
|
|
|
"typescript": "~5.8.0",
|
|
|
|
"vite": "^6.2.1",
|
|
|
|
"vite-plugin-vue-devtools": "^7.7.2",
|
|
|
|
"vue-tsc": "^2.2.8"
|
2024-04-13 08:32:42 +08:00
|
|
|
}
|
|
|
|
}
|