chore: standardize security and quality foundations
Magent CI/CD / verify (push) Failing after 9m34s
Magent CI/CD / deploy-beta (push) Skipped

This commit is contained in:
2026-09-17 20:03:47 +12:00
parent 5639dbcb83
commit f852e7c941
127 changed files with 17928 additions and 10741 deletions
+7 -2
View File
@@ -6,7 +6,11 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome lint ."
"lint": "biome lint .",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"format": "biome format --write .",
"format:check": "biome format ."
},
"dependencies": {
"next": "16.3.5",
@@ -18,7 +22,8 @@
"@types/node": "24.11.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"typescript": "5.9.3"
"typescript": "5.9.3",
"vitest": "5.0.1"
},
"overrides": {
"nanoid": "3.3.18",