-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.04 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
{
"name": "weight",
"version": "1.0.0",
"license": "ISC",
"author": "Jon Nyman",
"type": "module",
"scripts": {
"test": "npx playwright test",
"start": "tsx ./node_modules/@jon49/sw/bin/start.ts --env=dev -p 8008 --proxy=/api=http://localhost:4000",
"server": "tsx ./node_modules/@jon49/sw/bin/start.ts --env=server --target=./server/public",
"start:full": "concurrently -k -n start,server,trail -c blue,green,yellow \"npm:start\" \"npm:server\" \"make -C ../ImageBase dev\"",
"build": "tsx ./node_modules/@jon49/sw/bin/start.ts --env=prod --target=deploy",
"check": "tsc --noEmit",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check"
},
"dependencies": {
"@jon49/sw": "^0.16.5",
"@jon49/web": "^0.11.1",
"html-template-tag-stream": "^4.0.1",
"idb-keyval": "^6.2.2",
"promise-validation": "^5.0.0"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@types/node": "^24.0.10",
"concurrently": "^9.2.1",
"oxfmt": "^0.35.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
}
}