You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/deep-link/examples/app/package.json

23 lines
493 B

{
"name": "deep-link-example",
"private": true,
"version": "0.0.1-alpha.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.0.0-alpha.13",
"@tauri-apps/plugin-deep-link": "2.0.0-alpha.4"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-alpha.20",
"internal-ip": "^8.0.0",
"typescript": "^5.2.2",
"vite": "^5.0.6"
}
}