f99010fae1
CI / lint (push) Failing after 1s
CI / frontend (push) Failing after 1s
CI / scripts (push) Failing after 1s
CI / Go Test (ubuntu-latest) (push) Failing after 0s
CI / frontend-node-25 (push) Failing after 1s
CI / docs (push) Failing after 0s
CI / coverage (push) Failing after 0s
CI / e2e (push) Failing after 0s
Docker / build-and-push (push) Failing after 1s
CI / integration (push) Failing after 4m43s
CI / Go Test (windows-latest) (push) Has been cancelled
CI / Desktop Unit Tests (Windows) (push) Has been cancelled
Desktop Artifacts / Desktop Build (Linux (arm64)) (push) Has been cancelled
Desktop Artifacts / Desktop Build (Linux) (push) Has been cancelled
Desktop Artifacts / Desktop Build (Windows) (push) Has been cancelled
Desktop Artifacts (macOS) / Desktop Build (macOS (aarch64)) (push) Has been cancelled
Desktop Artifacts (macOS) / Desktop Build (macOS (x86_64)) (push) Has been cancelled
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"name": "agentsview-frontend",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.18.0 || >=24.11.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vp dev",
|
|
"build": "vp build",
|
|
"i18n:compile": "paraglide-js compile --project ./project.inlang --outdir ./src/lib/paraglide --strategy localStorage preferredLanguage baseLocale --emit-ts-declarations --silent",
|
|
"generate:api": "node scripts/generate-api-client.mjs",
|
|
"preview": "vp preview",
|
|
"precheck": "npm run i18n:compile",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"check:kit-ui": "kit-ui-check src",
|
|
"test": "vp test run",
|
|
"e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@kenn-io/kit-ui": "git+https://github.com/kenn-io/kit-ui.git#7b6118630e617599836871e0b4c0c05343f3dce4",
|
|
"@lucide/svelte": "1.23.0",
|
|
"@tanstack/virtual-core": "3.17.3",
|
|
"dompurify": "3.4.11",
|
|
"marked": "18.0.5",
|
|
"mermaid": "11.16.0",
|
|
"shiki": "4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@inlang/paraglide-js": "^2.20.2",
|
|
"@inlang/plugin-m-function-matcher": "^2.2.9",
|
|
"@inlang/plugin-message-format": "^4.4.0",
|
|
"@playwright/test": "1.61.1",
|
|
"@sveltejs/vite-plugin-svelte": "7.1.2",
|
|
"@testing-library/svelte": "^5.3.1",
|
|
"@tsconfig/svelte": "5.0.8",
|
|
"jsdom": "29.1.1",
|
|
"openapi-typescript-codegen": "^0.31.0",
|
|
"svelte": "5.56.4",
|
|
"svelte-check": "4.7.1",
|
|
"typescript": "6.0.3",
|
|
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.2",
|
|
"vite-plus": "0.2.2",
|
|
"vitest": "4.1.9"
|
|
},
|
|
"overrides": {
|
|
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.2"
|
|
},
|
|
"packageManager": "npm@11.18.0"
|
|
}
|