/
githubmirror
/
tauri
Обзор
Документация
Войти
/
githubmirror
/
tauri
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
crates/tauri-cli/templates/plugin/__example-api/tauri-app/package.json
22 строки
471 B
renovate[bot]
chore(deps): update dependency vite to v8 and @sveltejs/vite-plugin-svelte to v7 (#15103)
13 мар 2026, 15:03
Не верифицирован
13 мар 2026, 15:03
15b3111
Код
Авторство
О чём код?
{ "name": "tauri-app", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "tauri": "tauri" }, "dependencies": { "@tauri-apps/api": "^2.0.0", "tauri-plugin-{{ plugin_name }}-api": "file:../../" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^7.0.0", "svelte": "^5.0.0", "vite": "^8.0.0", "@tauri-apps/cli": "^2.0.0" } }