mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"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",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
|
|
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
|
"format": "prettier --plugin-search-dir . --write ."
|
|
},
|
|
"keywords": [
|
|
"hyprland"
|
|
],
|
|
"author": "",
|
|
"license": "BSD-3-Clause",
|
|
"private": "true",
|
|
"os": [
|
|
"darwin",
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@fontsource/fira-mono": "^4.5.10",
|
|
"@iconify/json": "^2.2.88",
|
|
"@neoconfetti/svelte": "^1.0.0",
|
|
"@sveltejs/adapter-auto": "^2.0.0",
|
|
"@sveltejs/kit": "^1.20.4",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-svelte": "^2.30.0",
|
|
"postcss": "^8.4.25",
|
|
"prettier": "^2.8.0",
|
|
"prettier-plugin-svelte": "^2.10.1",
|
|
"svelte": "^4.0.0",
|
|
"svelte-check": "^3.4.3",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^4.3.6"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"clsx": "^1.2.1",
|
|
"simplex-noise": "^4.0.1",
|
|
"svelte-inview": "^4.0.1",
|
|
"tailwindcss-animate": "^1.0.6",
|
|
"ts-pattern": "^5.0.1",
|
|
"unplugin-icons": "^0.16.3"
|
|
}
|
|
}
|