-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
39 lines (39 loc) · 994 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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "quarkus-tutorial-site",
"description": "Quarkus Tutorial Documentation",
"homepage": "https://redhat-developer-demos.github.io/quarkus-tutorial",
"author": {
"email": "[email protected]",
"name": "Red Hat Developer",
"url": "https://developers.redhat.com"
},
"dependencies": {
"@antora/cli": "2.3.1",
"@antora/site-generator-default": "2.3.1",
"@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",
"browser-sync": "^2.26.7",
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
"yaml-js": "^0.2.3"
},
"devDependencies": {},
"scripts": {
"dev": "gulp",
"clean": "gulp clean",
"workshop": "gulp workshopSite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redhat-developer-demos/quarkus-tutorial.git"
},
"license": "Apache-2.0",
"babel": {
"presets": [
"@babel/preset-env"
]
}
}