Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from maotovisk/refactor/ui-revamp
Browse files Browse the repository at this point in the history
Refactor/UI revamp
  • Loading branch information
maotovisk authored Jun 30, 2023
2 parents feb7c00 + 0d1dcb6 commit 4ae6e03
Show file tree
Hide file tree
Showing 32 changed files with 881 additions and 505 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

</head>

<body>
<body class="dark">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hitsound-copier",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,19 +12,24 @@
},
"dependencies": {
"@tauri-apps/api": "^1.4.0",
"beercss": "^3.2.10",
"material-dynamic-colors": "^0.1.7",
"material-icons": "^1.13.8",
"osu-classes": "^3.0.0",
"osu-parsers": "^4.1.2",
"osu-standard-stable": "^5.0.0"
"osu-standard-stable": "^5.0.0",
"svelte-markdown": "^0.2.3"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tauri-apps/cli": "^1.4.0",
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^18.16.18",
"smui-theme": "7.0.0-beta.12",
"svelte": "^3.59.2",
"svelte-check": "^3.4.4",
"svelte-preprocess": "^5.0.4",
"svelte-routing": "^1.10.0",
"tslib": "^2.5.3",
"typescript": "^4.9.5",
"vite": "^4.3.9"
Expand Down
Loading

0 comments on commit 4ae6e03

Please sign in to comment.