This commit is contained in:
2025-11-03 12:24:01 +02:00
commit 0806865287
177 changed files with 18453 additions and 0 deletions

30
web/package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "biostacker-web",
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"engines": {
"node": ">=24",
"pnpm": ">=8"
},
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"format": "turbo format",
"format:check": "turbo format:check",
"test": "turbo test",
"test:watch": "turbo test:watch",
"clean": "turbo clean",
"start": "turbo dev --filter=biostacker-frontend",
"biome": "biome"
},
"devDependencies": {
"turbo": "2.5.4",
"@biomejs/biome": "2.0.6",
"@types/node": "24.0.10",
"typescript": "5.8.3"
},
"packageManager": "pnpm@10.12.4"
}