-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 976 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
40
41
{
"name": "owen",
"version": "1.0.0",
"description": "My website.",
"scripts": {
"start": "gulp serve",
"build": "gulp build",
"deploy": "gulp deploy"
},
"author": "ow",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.21.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-replace": "^0.6.1",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "3.0.0",
"gulp-imagemin": "^4.0.0",
"gulp-load-plugins": "1.5.0",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.6.3",
"gulp-uglify": "^3.0.0",
"sw-precache": "^5.2.0",
"sw-toolbox": "^3.6.0",
"run-sequence": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ow/owen-home"
},
"dependencies": {
"bootstrap": "^4.1.3"
}
}