Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
bagou4502 committed Dec 25, 2023
1 parent 09e15f1 commit 7c073db
Show file tree
Hide file tree
Showing 17 changed files with 3,877 additions and 48 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "teamvelocity2",
"name": "teamvelocity",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -11,16 +11,17 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.5.2"
"@tauri-apps/api": "^1.5.2",
"svelte-routing": "^2.10.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tauri-apps/cli": "^1.5.8",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.8",
"svelte-check": "^3.4.6",
"tslib": "^2.6.0",
"typescript": "^5.0.2",
"vite": "^5.0.0",
"@tauri-apps/cli": "^1.5.8"
"vite": "^5.0.0"
}
}
Loading

0 comments on commit 7c073db

Please sign in to comment.