Skip to content

Instantly share code, notes, and snippets.

@YonatanKra
Created September 3, 2023 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YonatanKra/bc4937ee1b078565c2acc726853b3960 to your computer and use it in GitHub Desktop.
Save YonatanKra/bc4937ee1b078565c2acc726853b3960 to your computer and use it in GitHub Desktop.
Tauri-demo package.json
{
"name": "tauri-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"test:frontend": "vitest"
},
"dependencies": {
"@tauri-apps/api": "^1.4.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"typescript": "^5.0.2",
"vite": "^4.4.4",
"vitest": "^0.34.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment