Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> This is a fork of [SkyCryptWebsite/SkyCrypt-Frontend](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend) with minimal changes to support embedding the profile viewer in Lunar Client. To keep this fork up to date with upstream:
>
> ```
> git rebase upstream/dev
> # Resolve any conflicts that occur
> git push origin dev --force-with-lease
> ```

<p align="center">
<picture>
<source media="(prefers-color-scheme: light)" srcset="static/img/logo_black.avif">
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@playwright/test": "^1.59.1",
"@sveltejs/adapter-cloudflare": "^7.2.8",
"@sveltejs/adapter-node": "^5.5.4",
"@sveltejs/kit": "^2.59.1",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
Expand Down Expand Up @@ -107,6 +108,7 @@
"@sentry/sveltekit": "^10.52.0",
"culori": "^4.0.2",
"simple-git-hooks": "^2.13.1",
"svelte-interactions": "^0.2.0",
"takumi-js": "1.1.2"
},
"engines": {
Expand All @@ -120,4 +122,4 @@
"simple-git-hooks": {
"commit-msg": "pnpm exec commitlint --edit $1"
}
}
}
Loading
Loading