-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "fidusgate-root",
"version": "1.8.2",
"private": true,
"engines": {
"node": ">=20.0.0",
"npm": ">=10.9.2 <11"
},
"packageManager": "npm@10.9.2",
"workspaces": [
"apps/*",
"packages/*"
],
"overrides": {
"react": "19.2.7",
"react-dom": "19.2.7",
"vite": "8.1.5",
"ip-address": "10.3.1"
},
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"build:wasm": "node scripts/build-wasm.js",
"test": "turbo run test",
"lint": "biome check apps/admin-dashboard/src/lib apps/admin-dashboard/src/hooks apps/admin-dashboard/src/components apps/admin-dashboard/src/tabs/LedgerTab.tsx apps/secure-gateway/src/routes apps/secure-gateway/src/middleware packages/core-types/src/index.ts && turbo run lint",
"ci": "bash scripts/ci-verify.sh",
"bootstrap": "node scripts/build-wasm.js && bash scripts/bootstrap.sh",
"sandbox": "bash scripts/sandbox-execute.sh",
"memory:context": "node scripts/get-learning-context.js",
"policy:dry-run": "node scripts/dry-run-policy.js",
"release": "semantic-release",
"screenshots": "node scripts/capture-screenshots.mjs",
"screenshots:rebuild-gif": "node scripts/capture-screenshots.mjs --from-existing"
},
"devDependencies": {
"@biomejs/biome": "^2.5.8",
"@playwright/test": "^1.62.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"browserslist": "4.28.9",
"gifenc": "^1.0.3",
"playwright": "^1.62.1",
"pngjs": "^7.0.0",
"semantic-release": "^25.0.8",
"turbo": "^2.10.5",
"typescript": "^5.9.3"
}
}