cd8c78d165
CI - Build & Test / Backend (.NET) (push) Successful in 45s
CI - Build & Test / Backend integration (PostgreSQL/Toxiproxy) (push) Failing after 1m0s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 2m49s
CI - Build & Test / Security Check (push) Successful in 7s
CI - Build & Test / Deploy Nexus (push) Has been skipped
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "nexus-web",
|
|
"private": true,
|
|
"version": "0.2.60",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "pnpm typecheck && vite build",
|
|
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json && tsc --noEmit -p e2e/tsconfig.json",
|
|
"test": "vitest run",
|
|
"test:e2e": "playwright test",
|
|
"openapi:generate": "openapi-typescript ../backend/openapi/Nexus.Api.json -o src/api/generated/schema.d.ts",
|
|
"openapi:check": "pnpm openapi:generate && git diff --exit-code -- src/api/generated/schema.d.ts"
|
|
},
|
|
"dependencies": {
|
|
"@lucide/vue": "1.17.0",
|
|
"@tailwindcss/vite": "^4.1.8",
|
|
"@tanstack/vue-query": "5.101.4",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"eventsource-parser": "3.1.0",
|
|
"openapi-fetch": "0.17.0",
|
|
"pinia": "^3.0.3",
|
|
"radix-vue": "^1.9.17",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4.1.8",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vue": "^3.5.16",
|
|
"vue-router": "^4.5.1",
|
|
"web-vitals": "5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.62.0",
|
|
"@types/node": "^22.15.29",
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
"openapi-typescript": "7.13.0",
|
|
"postcss": "8.5.18",
|
|
"typescript": "~5.7.3",
|
|
"vite": "^6.3.5",
|
|
"vitest": "^3.1.3",
|
|
"vue-tsc": "^2.2.10"
|
|
},
|
|
"packageManager": "pnpm@10.12.1"
|
|
}
|