forked from jerwallace/aws-robomaker-workshops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 830 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
{
"name": "awsrobomakerworkshop",
"version": "1.0.0",
"homepage": "https://github.com/jerwallace/aws-robomaker-workshops#readme",
"bugs": {
"url": "https://github.com/jerwallace/aws-robomaker-workshops/issues"
},
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jerwallace/aws-robomaker-workshops.git"
},
"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"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.5.0",
"hugo-cli": "^0.7.0",
"hugo-lunr": "0.0.4",
"mermaid": "^8.0.0-rc.8"
}
}