-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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-setup",
"email": "[email protected]",
"version": "1.0.0",
"description": "first work on gulp & Gulp setup",
"homepage": "https://uzcoin404.github.io/gulp-setup/",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Uzcoin404/gulp-setup.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gh-pages -d dist"
},
"author": "Suyunbek",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-preset-minify": "^0.5.1",
"browser-sync": "^2.27.4",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.3.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^2.0.7",
"gulp-pug": "^5.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-ttf2woff2": "^3.0.0",
"node-sass": "^6.0.1"
},
"dependencies": {
"browserslist": "^4.19.1",
"gh-pages": "^3.2.3",
"gulp-include": "^2.4.1",
"gulp-rename": "^2.0.0"
}
}