hyprland-website/package.json

65 lines
1.8 KiB
JSON
Raw Normal View History

2022-08-13 16:15:08 +02:00
{
2023-07-10 10:15:17 +02:00
"name": "hyprland-website",
"version": "1.1.0",
"description": "Website for Hyprland - Hyprland - A wayland compositor with the looks.",
"repository": "github:hyprwm/hyprland-website",
"scripts": {
2023-07-31 11:32:19 +02:00
"dev": "echo 'Remove no-index for production!' && vite dev",
2023-07-10 10:15:17 +02:00
"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": {
2023-08-05 20:33:07 +02:00
"@iconify/json": "^2.2.98",
"@interactjs/types": "^1.10.18",
2023-07-31 11:32:19 +02:00
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-static": "^2.0.3",
2023-08-05 20:33:07 +02:00
"@sveltejs/kit": "^1.22.4",
2023-07-10 10:15:17 +02:00
"autoprefixer": "^10.4.14",
2023-07-31 11:32:19 +02:00
"eslint": "^8.46.0",
2023-08-05 20:33:07 +02:00
"eslint-config-prettier": "^8.10.0",
2023-07-31 11:32:19 +02:00
"eslint-plugin-svelte": "^2.32.4",
"postcss": "^8.4.27",
2023-08-05 20:33:07 +02:00
"prettier": "^3.0.1",
2023-07-31 11:32:19 +02:00
"prettier-plugin-svelte": "^3.0.3",
2023-08-05 20:33:07 +02:00
"svelte": "^4.1.2",
2023-07-31 11:32:19 +02:00
"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",
2023-08-05 20:33:07 +02:00
"vite": "^4.4.8"
2023-07-10 10:15:17 +02:00
},
"type": "module",
"dependencies": {
2023-08-05 20:33:07 +02:00
"@fontsource-variable/inter": "^5.0.7",
"@fontsource-variable/work-sans": "^5.0.8",
"@fontsource/ibm-plex-mono": "^5.0.7",
2023-07-31 11:32:19 +02:00
"clsx": "^2.0.0",
2023-08-05 20:33:07 +02:00
"interactjs": "^1.10.18",
2023-08-07 19:59:22 +02:00
"prettier-plugin-tailwindcss": "^0.4.1",
2023-07-23 01:49:29 +02:00
"remeda": "^1.24.0",
2023-08-17 16:45:47 +02:00
"rxjs": "^7.8.1",
2023-07-10 10:15:17 +02:00
"simplex-noise": "^4.0.1",
"svelte-inview": "^4.0.1",
2023-07-31 11:32:19 +02:00
"ts-pattern": "^5.0.4"
2023-07-10 10:15:17 +02:00
}
2022-08-13 16:15:08 +02:00
}