-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
75 lines (75 loc) · 1.69 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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "front-end-starter-kit-with-gulp",
"version": "2.0.0",
"description": "Frontend Starter Kit with Gulp for either Themeforest Projects or customizable projects.",
"homepage": "https://www.yasinates.com",
"main": "gulpfile.js",
"scripts": {
"start": "gulp"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/yasinatesim/Front-End-Starter-Kit-with-Gulp/issues"
},
"keywords": [
"gulp",
"pug",
"sass",
"scss",
"babel",
"es6",
"ecmascript6",
"es6-javascript",
"preprocessor",
"frontend",
"front-end",
"front-end-development",
"front-end-webdevelopment",
"optimize",
"minify",
"theme",
"theme-development",
"theme",
"themeforest",
"starter-kit"
],
"repository": {
"type": "git",
"url": "https://github.com/yasinatesim/Front-End-Starter-Kit-with-Gulp"
},
"author": {
"name": "Yasin ATEŞ",
"email": "[email protected]",
"url": "https://www.yasinates.com"
},
"license": "MIT",
"browserslist": [
"last 2 version"
],
"documentation": "http://onlinedocs.com/themename",
"purchase": "theme-themeforest-url",
"devDependencies": {
"browser-sync": "^2.26.5",
"del": "^4.1.0",
"gulp": "^4.0.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-newer": "^1.4.0",
"gulp-imagemin": "^5.0.3",
"gulp-pug": "^4.0.1",
"gulp-prettier": "^2.1.0",
"gulp-babel": "^7.0.0",
"gulp-uglify": "^3.0.2",
"gulp-include": "^2.4.1",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"gulp-zip": "^4.2.0"
}
}