Files
tauri-plugins-workspace/plugins/store/examples/AppSettingsManager/package.json
T
Lucas Nogueira 9b29b601f3 feat: update to tauri 2.12
- (MSRV bump
- Android compiler options update
- notification plugin windows7 feature deprecation
2026-09-26 14:46:48 -03:00

16 lines
278 B
JSON

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