mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
63 lines
1.7 KiB
JSON
63 lines
1.7 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": "echo 'Remove no-index for production!' && 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": {
|
|
"@iconify/json": "^2.2.98",
|
|
"@interactjs/types": "^1.10.18",
|
|
"@sveltejs/adapter-auto": "^2.1.0",
|
|
"@sveltejs/adapter-static": "^2.0.3",
|
|
"@sveltejs/kit": "^1.22.4",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.46.0",
|
|
"eslint-config-prettier": "^8.10.0",
|
|
"eslint-plugin-svelte": "^2.32.4",
|
|
"postcss": "^8.4.27",
|
|
"prettier": "^3.0.1",
|
|
"prettier-plugin-svelte": "^3.0.3",
|
|
"svelte": "^4.1.2",
|
|
"svelte-add": "2023.6.28-0.0",
|
|
"svelte-check": "^3.4.6",
|
|
"tailwindcss": "^3.3.3",
|
|
"tailwindcss-animate": "^1.0.6",
|
|
"typescript": "^5.1.6",
|
|
"unplugin-icons": "^0.16.5",
|
|
"vite": "^4.4.8"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fontsource-variable/inter": "^5.0.7",
|
|
"@fontsource-variable/work-sans": "^5.0.8",
|
|
"@fontsource/ibm-plex-mono": "^5.0.7",
|
|
"clsx": "^2.0.0",
|
|
"interactjs": "^1.10.18",
|
|
"prettier-plugin-tailwindcss": "^0.4.1",
|
|
"remeda": "^1.24.0",
|
|
"simplex-noise": "^4.0.1",
|
|
"svelte-inview": "^4.0.1",
|
|
"ts-pattern": "^5.0.4"
|
|
}
|
|
}
|