mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
86e6d1c7f0
* refactor Title refactor title component * featureSlice: nicer max-width * add meta title to news * plugins as toml, no plugin sub-pages * plugins: better letter if no icon present * add more plugins to showcase
68 lines
1.7 KiB
JSON
Executable file
68 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.220",
|
|
"@interactjs/types": "^1.10.27",
|
|
"@sveltejs/adapter-static": "^3.0.2",
|
|
"@sveltejs/kit": "^2.5.17",
|
|
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^9.5.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.40.0",
|
|
"mdsvex": "^0.11.2",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^3.3.2",
|
|
"prettier-plugin-svelte": "^3.2.4",
|
|
"simplex-noise": "^4.0.1",
|
|
"svelte": "^4.2.18",
|
|
"svelte-check": "^3.8.1",
|
|
"tailwindcss": "^3.4.4",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.4.5",
|
|
"unplugin-icons": "^0.19.0",
|
|
"vite": "^5.3.1"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fontsource-variable/work-sans": "^5.0.19",
|
|
"@fontsource/ibm-plex-mono": "^5.0.13",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"clsx": "^2.1.1",
|
|
"globby": "^14.0.1",
|
|
"interactjs": "^1.10.27",
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-unwrap-images": "^4.0.0",
|
|
"remeda": "^2.2.0",
|
|
"rxjs": "^7.8.1",
|
|
"shiki": "^1.7.0",
|
|
"smol-toml": "^1.3.0",
|
|
"svelte-inview": "^4.0.2",
|
|
"ts-pattern": "^5.2.0"
|
|
}
|
|
}
|