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