-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.44 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
{
"name": "gulp-starter-kit",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env PORT=1234 gulp start --development ",
"build": "gulp build --production",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"homepage": "https://github.com/kilinich-v/goit-IceCream-cp",
"repository": {
"type": "git",
"url": "git+https://github.com/luxplanjay/gulp-starter-kit.git"
},
"author": "Alexander Repeta <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/luxplanjay/gulp-starter-kit/issues"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"autoprefixer": "^9.7.4",
"browser-sync": "^2.26.7",
"cross-env": "^7.0.0",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gh-pages": "^2.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cache-bust": "^1.4.1",
"gulp-concat": "^2.6.1",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-inject": "^5.0.5",
"gulp-mode": "^1.0.2",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"require-dir": "^1.2.0",
"usedcss": "^1.0.7"
}
}