mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
d982e5761d
* some progress, updating packages * migrate to SvelteKit 2 * progress * more stuff * hy3 banner * add links to features * fix distro option extra image * update community section * add plugins page link to plugins slice * community more profiles * add more community profiles * fix RSS not showing in prod (#45) * plugin page: better banner hover playback * improve community slice intro timing * remove fillter texts * improve command button * plugin install command wording improvment * footer adjustments * add dwindle-autogroup * stuff * community profile pictures hosted by Discord :P * fix autoplay previewRice Chrome * navbar: no entry delay * small community profile changes * optimize plugins layout * fix sorting * improve card performance * clean up test content from .md files * did more stuff * change desc of some plugins * work on design and layout * make main bg darker Creates less banding and looks a bit better, while also providing better contrast * nicer trim text * more stuff * fix messup * update plugins readme * add a profile picture * plugins: add gradient bg * remove placeholder plugins * plugins: improve mobile layout * community: small stuff * remove csgo vulkan fix logo * plugins: fix bg jumping on Firefox * plugin slug: improve animation staggering * small css fixes * pluginsSlice: animate only with slide Opacity change looks a bit off here * community: hide errored images --------- Co-authored-by: Vaxry <vaxry@vaxry.net>
67 lines
1.7 KiB
JSON
Executable file
67 lines
1.7 KiB
JSON
Executable file
{
|
|
"name": "hyprland-website",
|
|
"version": "1.1.0",
|
|
"description": "Website for Hyprland - Hyprland - A wayland compositor with the looks.",
|
|
"repository": "github:hyprwm/hyprland-website",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"format": "prettier --plugin-search-dir . --write .",
|
|
"postinstall": "node ./scripts/generate-blurred-images.mjs"
|
|
},
|
|
"keywords": [
|
|
"hyprland"
|
|
],
|
|
"author": "",
|
|
"license": "BSD-3-Clause",
|
|
"private": "true",
|
|
"os": [
|
|
"darwin",
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.2.185",
|
|
"@interactjs/types": "^1.10.26",
|
|
"@sveltejs/adapter-static": "^3.0.1",
|
|
"@sveltejs/kit": "^2.5.0",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
|
"autoprefixer": "^10.4.17",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.35.1",
|
|
"mdsvex": "^0.11.0",
|
|
"postcss": "^8.4.35",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-svelte": "^3.2.1",
|
|
"simplex-noise": "^4.0.1",
|
|
"svelte": "^4.2.11",
|
|
"svelte-check": "^3.6.4",
|
|
"tailwindcss": "^3.4.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.3.3",
|
|
"unplugin-icons": "^0.18.5",
|
|
"vite": "^5.1.4"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fontsource-variable/work-sans": "^5.0.17",
|
|
"@fontsource/ibm-plex-mono": "^5.0.8",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"clsx": "^2.1.0",
|
|
"globby": "^14.0.1",
|
|
"interactjs": "^1.10.26",
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-unwrap-images": "^4.0.0",
|
|
"remeda": "^1.43.0",
|
|
"rxjs": "^7.8.1",
|
|
"shiki": "^1.1.6",
|
|
"svelte-inview": "^4.0.2",
|
|
"ts-pattern": "^5.0.8"
|
|
}
|
|
}
|