-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
31 lines (31 loc) · 1.31 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
29
30
31
{
"name": "ecsworkshop",
"version": "1.0.0",
"homepage": "https://github.com/brentley/ecsworkshop#readme",
"bugs": {
"url": "https://github.com/brentley/ecsworkshop/issues"
},
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/brentley/ecsworkshop.git"
},
"scripts": {
"theme": "git submodule init && git submodule update",
"drafts": "hugo server -w -v -DF --disableFastRender --enableGitInfo --bind=0.0.0.0 --port 8080",
"test": "docker run -v $PWD/public/:/public 18fgsa/html-proofer /public --empty-alt-ignore --allow-hash-href --url-ignore http://ecsdemo-nodejs/,http://ecsdemo-crystal/crystal",
"server": "hugo server -w -v --enableGitInfo --bind=0.0.0.0 --port 8080",
"build": "hugo -v",
"deploy": "aws s3 sync public/ s3://us-east-1-ecsworkshop.com/ --delete",
"deploycontent": "aws s3 sync public/ s3://us-east-1-ecsworkshop.com/ --delete --cache-control \"max-age=3600, public\" --exclude \"*\" --include \"*.html\" --include \"*.xml\"",
"deployothers": "aws s3 sync public/ s3://us-east-1-ecsworkshop.com/ --delete --cache-control \"max-age=86400, public\" --exclude \"*.html\" --exclude \"*.xml\""
},
"dependencies": {
"aws-cdk": "^0.36.1",
"font-awesome": "^4.7.0",
"hugo-bin": "0.71.1",
"hugo-lunr": "0.0.4",
"mermaid": "^8.13.8"
}
}