forked from redhat-cop/uncontained.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.08 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
41
{
"name": "uncontained.io",
"version": "1.0.0",
"description": "uncontained.io is a website that focuses on Containers, Cloud, and Digital Transformation guidance for the Enterprise.",
"repository": "redhat-cop/uncontained.io",
"main": "index.js",
"scripts": {
"hugo": "gulp hugo",
"build": "gulp build",
"build-preview": "gulp build-preview",
"start": "gulp server",
"start-preview": "gulp server-preview",
"test": "gulp test",
"smoke": "gulp smoke",
"lint": "eslint src",
"depcheck": "gulp depcheck"
},
"author": "",
"license": "MIT",
"dependencies": {},
"resolutions": {
"natives": "1.1.3"
},
"devDependencies": {
"bootstrap": "^4.1.0",
"broken-link-checker": "^0.7.8",
"browser-sync": "^2.26.3",
"chalk": "^2.4.2",
"depcheck": "0.7.2",
"file-system": "^2.2.2",
"gulp": "^4.0.0",
"gulp-flatten": "^0.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-util": "^3.0.8",
"hugo-bin": "^0.37.0",
"humanize-duration": "^3.18.0",
"lunr": "^2.3.6",
"toml": "^3.0.0"
}
}