mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 05:36:17 +00:00
* feat: add donation page * fix: add src to `AnimatedImage` (#139) * feat: redesign page * feat: use api for donations, add QR code * tweak qr code modal and team member design * make team look better at different screen sizes * feat: use api for donations * fix: filled button comes first * feat: use better QR lib * list of crypto instead of table * feat: make crypto card expandable * feat: add donate back to footer-bottom * feat: add expand animation to crypto card * feat: accept an array of queries for prefetch * feat: use api for friendly crypto names * refactor: currency_codes are already uppercase * fix: capitalize crypto icon filenames * feat: use generic crypto icon when no icon is available * feat: add the pulsating heart animated image back * feat: improve animation of pulsating image * feat: decrease donation page top margin * feat: use preferred field to determine button type * use cards for donation methods * optimize images, improve accessibility, add crypto icon to dialogue * update cryptocurrencies modal title * clean up and add comments * add card image fallback * feat: dont hide heart on phones * feat: improve top margin on main class * GRAHH * feat: improve animations * add webp images with png fallbacks --------- Co-authored-by: ᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠ <29128703+milksense@users.noreply.github.com> Co-authored-by: afn <hey@afn.im> Co-authored-by: Ushie <ushiekane@gmail.com>
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "revanced-website",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"package": "svelte-kit package",
|
|
"preview": "sirv ./public --no-clear",
|
|
"vite:preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
|
|
"format": "prettier --write --plugin-search-dir=. ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-static": "^1.0.0",
|
|
"@sveltejs/kit": "^1.0.0",
|
|
"@types/marked": "^4.0.7",
|
|
"@typescript-eslint/eslint-plugin": "^5.27.0",
|
|
"@typescript-eslint/parser": "^5.27.0",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"imagetools-core": "^3.2.3",
|
|
"prettier": "^2.8.0",
|
|
"prettier-plugin-svelte": "^2.8.1",
|
|
"qrious": "^4.0.2",
|
|
"sass": "^1.55.0",
|
|
"semver": "^7.5.4",
|
|
"sirv-cli": "^2.0.2",
|
|
"svelte": "^3.54.0",
|
|
"svelte-check": "^2.9.2",
|
|
"svelte-meta-tags": "^2.8.0",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.0.0",
|
|
"vite-imagetools": "^4.0.11"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@tanstack/query-core": "^4.24.4",
|
|
"@tanstack/query-persist-client-core": "^4.24.4",
|
|
"@tanstack/query-sync-storage-persister": "^4.24.4",
|
|
"@tanstack/svelte-query": "^4.24.4",
|
|
"asciidoctor": "^2.2.6",
|
|
"marked": "^4.1.1"
|
|
}
|
|
} |