mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 09:41:34 +03:00
774b8a1df7
* refactor: custom protocol (#2503) Co-authored-by: Lucas Nogueira <lucas@tauri.studio> * Apply Version Updates From Current Changes (#2513) Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> * fix(api): revert ES2021 target * Apply Version Updates From Current Changes (#2520) Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> * docs: webdriver guide (#2461) Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com> * fix(core): `Notification.requestPermission()` deadlock regression * Update package.json Small typo in path.. * update lockfile [skip ci] Co-authored-by: david <david@lemarier.ca> Co-authored-by: Lucas Nogueira <lucas@tauri.studio> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by: chip <chip@chip.sh> Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com>
25 lines
604 B
JSON
25 lines
604 B
JSON
{
|
|
"name": "svelte-app",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"dev": "rollup -c -w",
|
|
"start": "sirv public",
|
|
"tauri": "node ../../tooling/cli.js/bin/tauri"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "17.1.0",
|
|
"@rollup/plugin-node-resolve": "11.2.0",
|
|
"rollup": "2.40.0",
|
|
"rollup-plugin-livereload": "2.0.0",
|
|
"rollup-plugin-svelte": "7.1.0",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"svelte": "3.35.0"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "../../tooling/api/dist",
|
|
"hotkeys-js": "^3.8.5",
|
|
"sirv-cli": "1.0.11"
|
|
}
|
|
}
|