Files
tauri/examples/api/package.json
Amr Bashir 62b52f60a2 fix(cli/add): use >= for npm and ~ for other package managers (#11064)
* fix(cli/add): use `>=` for npm and `~` for other package managers

closes #10906

* headers

* fix audit

* fix headers
2024-09-19 23:11:40 +03:00

26 lines
606 B
JSON

{
"name": "api",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "node ../../packages/cli/tauri.js"
},
"dependencies": {
"@tauri-apps/api": "../../packages/api/dist",
"@zerodevx/svelte-json-view": "1.0.9"
},
"devDependencies": {
"@iconify-json/codicon": "^1.1.49",
"@iconify-json/ph": "^1.1.13",
"@unocss/extractor-svelte": "^0.61.0",
"unocss": "^0.61.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"svelte": "^4.2.19",
"vite": "^5.4.6"
}
}