-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 718 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "nomad-field-desk",
"private": true,
"description": "Desktop-first offline preparedness and field operations workspace",
"scripts": {
"build": "node esbuild.config.mjs",
"dev": "echo 'Dev mode: using raw ES modules'",
"test": "vitest run",
"test:watch": "vitest",
"visual:install": "playwright install chromium",
"visual:test": "playwright test --config=playwright.config.mjs",
"visual:test:list": "playwright test --config=playwright.config.mjs --list"
},
"devDependencies": {
"@axe-core/playwright": "^4.12.1",
"@playwright/test": "^1.61.0",
"@vitest/coverage-v8": "^4.1.9",
"esbuild": "^0.28.1",
"jsdom": "^29.1.1",
"vitest": "^4.1.9"
}
}