Skip to content

Commit

Permalink
lots of code cleanup and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
udu3324 committed Jan 18, 2025
1 parent c516893 commit 97c9f18
Show file tree
Hide file tree
Showing 13 changed files with 1,022 additions and 859 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ npm run preview
- [X] firefox css fixes
- [X] snap playhead to scroll
- [ ] playback snapping to beat
- [ ] code comments/reformat/check
- [X] code comments/reformat/check
- [ ] time marks

## Credits
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,30 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@types/eslint": "^9.6.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte": "^5.1.12",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10"
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.10",
"svelte": "^5.19.0",
"tailwindcss": "^3.4.17",
"vite": "^5.4.11"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.13",
"@ffmpeg/util": "^0.12.1",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@sveltejs/adapter-vercel": "^5.4.7",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@sveltejs/adapter-vercel": "^5.5.3",
"@vercel/analytics": "^1.4.1",
"dexie": "^4.0.9",
"dexie": "^4.0.11",
"svelte-fa": "^4.0.3",
"wavesurfer.js": "^7.8.8"
"wavesurfer.js": "^7.8.16"
}
}
Loading

0 comments on commit 97c9f18

Please sign in to comment.