hyprland-website/package.json

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": "echo 'Remove no-index for production!' && 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.109",
"@interactjs/types": "^1.10.18",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.24.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.0",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.2.0",
"svelte-add": "2023.8.31-0.0",
"svelte-check": "^3.5.1",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"unplugin-icons": "^0.16.6",
"vite": "^4.4.9"
},
"type": "module",
"dependencies": {
"@fontsource-variable/inter": "^5.0.8",
"@fontsource-variable/work-sans": "^5.0.9",
"@fontsource/ibm-plex-mono": "^5.0.8",
"clsx": "^2.0.0",
"critical": "^5.1.1",
"interactjs": "^1.10.18",
"prettier-plugin-tailwindcss": "^0.5.4",
"remeda": "^1.26.0",
"rxjs": "^7.8.1",
"simplex-noise": "^4.0.1",
"svelte-inview": "^4.0.1",
"ts-pattern": "^5.0.5"
}
}