This commit is contained in:
2025-12-16 11:52:26 +01:00
parent ce82b7822b
commit 9a891ac8b3
586 changed files with 1320 additions and 1563 deletions

View File

@@ -24,9 +24,8 @@
"docker:prod:down": "docker-compose -f docker-compose.prod.yml down",
"docker:prod:logs": "docker-compose -f docker-compose.prod.yml logs -f",
"docker:prod:clean": "docker-compose -f docker-compose.prod.yml down -v",
"api:build": "npm run build --workspace=@gridpilot/api",
"api:build": "npm run build --workspace=@core/api",
"test": "vitest run && vitest run --config vitest.e2e.config.ts && npm run smoke:website",
"test:api": "npx jest --config=apps/api/jest.config.js",
"test:unit": "vitest run tests/unit",
"test:integration": "vitest run tests/integration",
"test:e2e": "vitest run --config vitest.e2e.config.ts",
@@ -40,16 +39,16 @@
"test:companion-hosted": "vitest run --config vitest.e2e.config.ts tests/e2e/companion/companion-ui-full-workflow.e2e.test.ts",
"typecheck": "tsc --noEmit",
"test:types": "tsc --noEmit -p tsconfig.tests.json",
"companion:dev": "npm run dev --workspace=@gridpilot/companion",
"companion:build": "npm run build --workspace=@gridpilot/companion",
"companion:start": "npm run start --workspace=@gridpilot/companion",
"companion:dev": "npm run dev --workspace=@core/companion",
"companion:build": "npm run build --workspace=@core/companion",
"companion:start": "npm run start --workspace=@core/companion",
"env:website:merge": "node scripts/merge-website-env.js",
"website:dev": "npm run env:website:merge && npm run dev --workspace=@gridpilot/website",
"website:build": "npm run env:website:merge && npm run build --workspace=@gridpilot/website",
"website:start": "npm run start --workspace=@gridpilot/website",
"website:lint": "npm run lint --workspace=@gridpilot/website",
"website:type-check": "npm run type-check --workspace=@gridpilot/website",
"website:clean": "npm run clean --workspace=@gridpilot/website",
"website:dev": "npm run env:website:merge && npm run dev --workspace=@core/website",
"website:build": "npm run env:website:merge && npm run build --workspace=@core/website",
"website:start": "npm run start --workspace=@core/website",
"website:lint": "npm run lint --workspace=@core/website",
"website:type-check": "npm run type-check --workspace=@core/website",
"website:clean": "npm run clean --workspace=@core/website",
"deploy:website:preview": "npx vercel deploy --cwd apps/website",
"deploy:website:prod": "npx vercel deploy --prod",
"deploy:website": "npm run deploy:website:prod",
@@ -89,7 +88,7 @@
"vitest": "^4.0.15"
},
"dependencies": {
"@gridpilot/social": "file:core/social",
"@core/social": "file:core/social",
"@nestjs/swagger": "11.2.3",
"bcrypt": "^6.0.0",
"electron-vite": "3.1.0",