-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.53 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "hps",
"version": "1.0.0",
"description": "hps template",
"main": "index.js",
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"babelify": "^7.3.0",
"bootstrap": "^4.0.0-alpha.4",
"browser-sync": "^2.16.0",
"browserify": "^13.1.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-notify": "^2.2.0",
"gulp-nunjucks-render": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.0.0",
"gulp-zip": "^3.2.0",
"gulp.spritesmith": "^6.2.1",
"http-server": "^0.9.0",
"in-view": "^0.4.3",
"jquery": "^3.1.1",
"merge-stream": "^1.0.0",
"normalize.css": "^4.2.0",
"run-sequence": "^1.2.2",
"smoothscroll-polyfill": "^0.3.3",
"sweetalert": "^1.1.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"start": "./node_modules/.bin/gulp serve",
"build": "rm -Rf ../webroot && ./node_modules/.bin/gulp build && ./node_modules/.bin/http-server ./dist -o"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"keywords": [
"hps",
"gulp",
"scss"
],
"author": "jgatjens",
"license": "ISC"
}