-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
28 lines (28 loc) · 1.17 KB
/
package.json
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
{
"scripts": {
"process": "node ./scripts/capture-screenshots.js && node ./scripts/generate-thumbnails.js && node ./scripts/capture-lighthouse.js",
"deploy": "node ./scripts/pre-deploy.js && node ./scripts/sort.js && hugo && node ./scripts/post-deploy-live.js",
"serve": "node ./scripts/pre-deploy.js && node ./scripts/sort.js && hugo serve && node ./scripts/post-deploy-live.js",
"github": "node ./scripts/pre-deploy.js && node ./scripts/post-deploy-gh.js",
"capture-screenshots": "node ./scripts/capture-screenshots.js",
"capture-lighthouse": "node ./scripts/capture-lighthouse.js",
"generate-thumbnails": "node ./scripts/generate-thumbnails.js",
"sort-json": "node ./scripts/pre-deploy.js && node ./scripts/sort.js"
},
"dependencies": {},
"devDependencies": {
"axios": "^0.21.2",
"axios-rate-limit": "^1.1.3",
"date-fns": "^2.4.1",
"front-matter": "^3.0.2",
"fs-extra": "^8.1.0",
"js-yaml": "^3.13.1",
"pageres": "^5.1.0",
"parse-github-url": "^1.0.2",
"performance-leaderboard": "^3.1.5",
"promise.allsettled": "^1.0.1",
"sharp": "^0.23.0",
"yaml-front-matter": "^4.0.0",
"yargs": "^14.2.0"
}
}