forked from aws-samples/streaming-analytics-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.21 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.21 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
{
"name": "streaming-analytics-workshop",
"version": "1.0.0",
"homepage": "https://github.com/aws-samples/streaming-analytics-workshop#readme",
"license": "The documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file. The sample code within this documentation is made available under the MIT-0 license. See the LICENSE-SAMPLECODE file.",
"bugs": {
"url": "https://github.com/aws-samples/streaming-analytics-workshop/issues"
},
"scripts": {
"theme": "git submodule init && git submodule update",
"drafts": "hugo server -w -v -DF --disableFastRender --enableGitInfo --bind=0.0.0.0",
"server": "hugo server -w -v --enableGitInfo --bind=0.0.0.0 --port 8080 --navigateToChanged",
"build": "hugo -v",
"test": "docker run -v $PWD/public/:/public 18fgsa/html-proofer /public --empty-alt-ignore --allow-hash-href --log-level ':debug'"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aws-samples/streaming-analytics-workshop.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"hugo-cli": "^0.11.0",
"hugo-lunr": "0.0.4",
"mermaid": "^8.4.2"
}
}