mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
a77cd33926
* better semantics, small improvments * add blog feature * update readme * remove unused import * Update README.md with typo fix , corrected instructions and improved clarity (#33) * Update README.md with typo fix,corrected instructions and improved clarity * Adjust bottom margin for better alignment on devices with >768px height * newsSlice: adjust gradient * newsSlice: fix masking * newsSlice: pedantic alignment of the gradient --------- Co-authored-by: Ashirbad Sahu <130544212+ashirbadsahu@users.noreply.github.com>
64 lines
1.6 KiB
JSON
Executable file
64 lines
1.6 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": "./scripts/generate-blurred-images.sh"
|
|
},
|
|
"keywords": [
|
|
"hyprland"
|
|
],
|
|
"author": "",
|
|
"license": "BSD-3-Clause",
|
|
"private": "true",
|
|
"os": [
|
|
"darwin",
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.2.140",
|
|
"@interactjs/types": "^1.10.20",
|
|
"@sveltejs/adapter-static": "^2.0.3",
|
|
"@sveltejs/kit": "^1.27.4",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.53.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-svelte": "^2.35.0",
|
|
"mdsvex": "^0.11.0",
|
|
"postcss": "^8.4.31",
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-svelte": "^3.1.0",
|
|
"simplex-noise": "^4.0.1",
|
|
"svelte": "^4.2.3",
|
|
"svelte-check": "^3.6.0",
|
|
"tailwindcss": "^3.3.5",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.2.2",
|
|
"unplugin-icons": "^0.17.3",
|
|
"vite": "^4.5.0"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fontsource-variable/work-sans": "^5.0.16",
|
|
"@fontsource/ibm-plex-mono": "^5.0.8",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"clsx": "^2.0.0",
|
|
"interactjs": "^1.10.20",
|
|
"prettier-plugin-tailwindcss": "^0.5.7",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-unwrap-images": "^4.0.0",
|
|
"remeda": "^1.29.0",
|
|
"rxjs": "^7.8.1",
|
|
"shiki": "^0.14.7",
|
|
"svelte-inview": "^4.0.1",
|
|
"ts-pattern": "^5.0.5"
|
|
}
|
|
}
|