-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
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
{
"name": "SeConfHome",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "gulp serve",
"build": "gulp build && hugo --config /SeConfs/com/config.toml",
"deploy": "gulp deploy"
},
"author": "andrewmkrug",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.24.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-replace": "^1.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "3.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "1.5.0",
"gulp-sass": "^4.0.1",
"gulp-shell": "^0.6.5",
"gulp-uglify": "^3.0.1",
"lighthouse": "^2.7.0",
"sw-precache": "^5.2.0",
"sw-toolbox": "^3.6.0",
"run-sequence": "^2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewmkrug/SeConfHome.git"
},
"dependencies": {
"bulma": "^0.7.1",
"bulma-start": "0.0.2"
}
}