Files
tauri-plugins-workspace/plugins/store/examples/AppSettingsManager/package.json
T
Lucas Fernandes Nogueira 89f3e17952 chore: bump tauri to 2.10 (#3246)
* chore: bump tauri to 2.10

* pnpm i

* audit fix
2026-02-02 21:48:08 -03:00

16 lines
277 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"devDependencies": {
"@tauri-apps/cli": "2.10.0",
"typescript": "^5.7.3",
"vite": "^7.3.1"
}
}