-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
32
33
34
35
36
37
38
39
40
{
"name": "mad-dev-guides-m6",
"description": "Modern Application Development Dev Track - Module 6",
"homepage": "https://github.com/RedHat-Middleware-Workshops/mad-dev-guides-m6.git",
"author": {
"email": "[email protected]",
"name": "Daniel Oh",
"url": "https://twitter.com/@danieloh30"
},
"dependencies": {
"@antora/cli": "^3.1.2",
"@antora/site-generator-default": "^3.1.2",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"@sntke/antora-mermaid-extension": "^0.0.3",
"browser-sync": "^2.26.7",
"fs-extra": "^8.1.0",
"gulp": "^4.0.0",
"yaml-js": "^0.2.3"
},
"devDependencies": {},
"scripts": {
"dev": "gulp",
"clean": "gulp clean",
"workshop": "gulp workshopSite"
},
"repository": {
"type": "git",
"url": "git+https://https://github.com/RedHat-Middleware-Workshops/mad-dev-guides-m6.git"
},
"license": "Apache-2.0",
"babel": {
"presets": [
"@babel/preset-env"
]
}
}