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",
|
|
|
|
"@tauri-apps/plugin-clipboard-manager": "~2.2.1",
|
|
|
|
"@tauri-apps/plugin-http": "~2",
|
|
|
|
"@tauri-apps/plugin-os": "~2",
|
|
|
|
"@tauri-apps/plugin-process": "~2",
|
|
|
|
"@tauri-apps/plugin-shell": "~2",
|
|
|
|
"@tauri-apps/plugin-store": "~2",
|
|
|
|
"pinia": "^3.0.1",
|
2024-04-13 08:32:42 +08:00
|
|
|
"vue": "^3.3.4",
|
2025-03-10 13:17:46 +08:00
|
|
|
"vue-i18n": "10",
|
2024-04-15 14:00:25 +08:00
|
|
|
"vue-router": "4"
|
2024-04-13 08:32:42 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@tauri-apps/cli": ">=2.0.0-beta.0",
|
|
|
|
"@vicons/fluent": "^0.12.0",
|
|
|
|
"@vicons/ionicons5": "^0.12.0",
|
2024-04-15 14:00:25 +08:00
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
2024-04-13 08:32:42 +08:00
|
|
|
"naive-ui": "^2.38.1",
|
2025-03-10 13:17:46 +08:00
|
|
|
"sass": "^1.85.1",
|
|
|
|
"sass-loader": "^16.0.5",
|
2024-04-15 14:00:25 +08:00
|
|
|
"typescript": "^5.0.2",
|
|
|
|
"vite": "^5.0.0",
|
|
|
|
"vue-tsc": "^1.8.5"
|
2024-04-13 08:32:42 +08:00
|
|
|
}
|
|
|
|
}
|