-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.38 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
{
"name": "gulp-starter",
"version": "2.0.0",
"description": "A Gulp starter that processes Sass into CSS, Typescript into JS, SVGs into font-icons. Additionally it does loseless image minification, sourcemapping, Sass and Typescript Linting, Livereloading, and Cachebusting",
"main": "Gulpfile.js",
"repository": "ssh://git@git.lovecomm.net:7999/ldev/front-end-boilerplate.git",
"author": "Logan Call <logancall.dev@gmail.com>",
"license": "MIT",
"dependencies": {
"bootstrap-sass": "^3.3.7",
"browser-sync": "^2.18.5",
"browserify": "^13.1.1",
"gulp": "^3.9.1",
"gulp-cache-bust": "^1.1.0",
"gulp-consolidate": "^0.2.0",
"gulp-css-cache-bust": "^0.0.7",
"gulp-cssnano": "^2.1.2",
"gulp-iconfont": "^8.0.1",
"gulp-imagemin": "^3.1.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-rucksack": "^0.1.3",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-tslint": "^7.0.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"jquery": "^3.1.1",
"lodash": "^4.17.3",
"postcss-reporter": "^3.0.0",
"postcss-scss": "^0.4.0",
"stylelint": "^7.7.0",
"stylelint-config-standard": "^15.0.1",
"tsify": "^2.0.7",
"tslint": "^4.2.0",
"typescript": "^2.1.4",
"typings": "^2.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}