-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.42 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
{
"private": true,
"workspaces": [
"tools/album-creator"
],
"dependencies": {
"@atproto/api": "^0.14.12",
"@resvg/resvg-js": "^2.6.2",
"gray-matter": "^4.0.3",
"hugo-extended": "^0.135.0",
"satori": "^0.29.0"
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@types/node": "^20.12.12"
},
"scripts": {
"og-images": "node scripts/generate-og-images.js",
"og-images:prune": "node scripts/generate-og-images.js --prune",
"build": "npm run og-images && hugo && node scripts/sync-standard-publication-well-known.js",
"standard:publication": "node scripts/standard-site/cli.js publication",
"standard:document": "node scripts/standard-site/cli.js document",
"build:preview": "npm run og-images && hugo --baseURL \"${DEPLOY_PRIME_URL:-/}\" --buildDrafts --buildFuture",
"start": "npm run og-images && hugo server --baseURL \"http://localhost:1313\" --disableFastRender",
"starttest": "npm run og-images && hugo server --baseURL \"http://localhost:1313\" -c testcontent --disableFastRender",
"test": "playwright test",
"update": "playwright test --update-snapshots",
"album-creator": "npm exec -w album-creator -- album-creator",
"build:album-creator": "npm run build -w album-creator"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}