Skip to content

Instantly share code, notes, and snippets.

@yannick
Created November 25, 2025 19:22
Show Gist options
  • Select an option

  • Save yannick/7058e6b15cb6051faa0b884d17fd678f to your computer and use it in GitHub Desktop.

Select an option

Save yannick/7058e6b15cb6051faa0b884d17fd678f to your computer and use it in GitHub Desktop.
{
"name": "console-ui",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:integration": "playwright test --ui",
"test": "vitest run",
"test:ui": "vitest --ui",
"test:watch": "vitest",
"format": "prettier --write .",
"gen-proto": "./scripts/pb-update.sh",
"lint": "./scripts/git-hooks/pre-commit",
"install-hooks": "bash scripts/install-git-hooks.sh",
"prestart": "bash scripts/install-git-hooks.sh",
"predev": "bash scripts/install-git-hooks.sh",
"prebuild": "bash scripts/install-git-hooks.sh"
},
"dependencies": {
"@connectrpc/connect": "^2.1.1",
"@connectrpc/connect-web": "^2.1.1",
"svelte-confetti": "^2.3.2",
"svelte-loading-spinners": "^0.3.6"
},
"devDependencies": {
"@bufbuild/buf": "^1.60.0",
"@bufbuild/protobuf": "^2.10.1",
"@bufbuild/protoc-gen-es": "^2.10.1",
"@eslint/js": "^9.39.1",
"@iconify/svelte": "^5.1.0",
"@playwright/test": "^1.56.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.49.0",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.1.17",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/svelte": "^5.2.9",
"@types/node": "^24.10.1",
"@typescript/native-preview": "^7.0.0-dev.20250730.1",
"@vitest/ui": "^4.0.12",
"chalk": "^5.6.2",
"daisyui": "^5.5.5",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
"eslint-plugin-svelte": "^3.13.0",
"globals": "^16.5.0",
"jsdom": "^27.2.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.43.14",
"svelte-check": "^4.3.4",
"svelte-time": "^2.0.2",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3",
"typescript-eslint": "^8.47.0",
"vite": "^7.2.4",
"vitest": "^4.0.12"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment