-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
42
43
44
45
46
{
"name": "gateway_api_docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"browsersList": ["last 2 versions"],
"dependencies": {
"@babel/runtime": "^7.4.5",
"auth0-js": "^9.11.0",
"core-js": "3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.0",
"imagemin":"^7.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"child_process": "^1.0.2",
"concurrent-transform": "^1.0.0",
"gulp-awspublish": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-cloudfront-invalidate": "^0.1.5",
"gulp-terser": "^2.1.0",
"minimist": "^1.2.0"
},
"scripts": {
"serve": "gulp build && hugo server --source=website/ --bind=0.0.0.0",
"build": "gulp build",
"update_build": "gulp update",
"deploy:production": "gulp deploy --env production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clearhaus/gateway-api-docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/clearhaus/gateway-api-docs/issues"
},
"homepage": "https://github.com/clearhaus/gateway-api-docs/#readme"
}