mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 10:35:45 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "headscale-ui",
|
|
"version": "2032.01.30-beta",
|
|
"scripts": {
|
|
"dev": "vite dev --https --port 443 --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"package": "vite package",
|
|
"preview": "vite preview --https --port 443 --host 0.0.0.0",
|
|
"stage": "/usr/bin/caddy run --adapter caddyfile --config ./Caddyfile",
|
|
"check": "svelte-check --tsconfig ./jsconfig.json",
|
|
"check:watch": "svelte-check --tsconfig ./jsconfig.json --watch",
|
|
"lint": "prettier --check --plugin-search-dir=. .",
|
|
"format": "prettier --write --plugin-search-dir=. ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "^1.0.0",
|
|
"@sveltejs/adapter-static": "^1.0.0",
|
|
"@sveltejs/kit": "^1.0.0",
|
|
"@tailwindcss/typography": "github:tailwindcss/typography",
|
|
"@vitejs/plugin-basic-ssl": "^1.0.1",
|
|
"autoprefixer": "^10.4.4",
|
|
"daisyui": "^2.19.0",
|
|
"fuse.js": "^6.6.2",
|
|
"postcss": "^8.4.12",
|
|
"postcss-load-config": "^4.0.1",
|
|
"prettier": "^2.6.2",
|
|
"prettier-plugin-svelte": "^2.7.0",
|
|
"svelte": "^3.44.0",
|
|
"svelte-check": "^2.7.1",
|
|
"svelte-preprocess": "^5.0.0",
|
|
"tailwindcss": "^3.0.23",
|
|
"typescript": "^4.7.2"
|
|
},
|
|
"type": "module"
|
|
}
|