-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
28 lines (28 loc) · 948 Bytes
/
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": {
"build": "node ./scripts/build.js && hugo --minify",
"deploy": "node ./scripts/build.js --latest && hugo --minify",
"stackbit": "node ./scripts/build.js --github=false --demos=false --images=false && hugo --minify",
"images": "node ./scripts/build.js --github=false --demos=false --stackbit=false && hugo --minify",
"deploy:branch": "npm run deploy && echo 'User-agent: *\nDisallow: /' > public/robots.txt"
},
"dependencies": {
"axios": "^0.21.1",
"axios-rate-limit": "^1.3.0",
"cli-spinners": "^2.5.0",
"date-fns": "^2.16.1",
"dotenv": "^10.0.0",
"front-matter": "^4.0.2",
"fs-extra": "^9.1.0",
"js-yaml": "^4.0.0",
"node-fetch": "^2.6.6",
"ora": "^5.3.0",
"pageres": "^6.1.0",
"parse-github-url": "^1.0.2",
"promise.allsettled": "^1.0.4",
"sharp": "^0.27.1",
"url-slug": "^3.0.1",
"yaml-front-matter": "^4.1.1",
"yargs": "^16.2.0"
}
}