-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
63 lines (63 loc) · 1.63 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
{
"name": "gulp-scss-starter",
"description": "Frontend development with pleasure",
"author": "Andrey Gorokhov",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/andreyalexeich/gulp-scss-starter.git"
},
"license": "MIT",
"scripts": {
"dev": "gulp",
"build": "gulp prod --production"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"bem-tools-core": "bem-tools/bem-tools-core",
"bem-tools-create": "bem-tools/bem-tools-create",
"browser-sync": "^2.26.7",
"css-mqpacker": "^7.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.9.2",
"gulp-debug": "^3.2.0",
"gulp-favicons": "^2.2.7",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-watch": "^5.0.0",
"gulp-webp": "^4.0.1",
"imagemin-giflossy": "^5.1.10",
"imagemin-jpeg-recompress": "^6.0.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"imagemin-webp": "^5.0.0",
"imagemin-zopfli": "^6.0.0",
"sort-css-media-queries": "^1.4.3",
"webpack": "^4.47.0",
"webpack-stream": "^5.2.1",
"yargs": "^12.0.5"
},
"dependencies": {
"aos": "^3.0.0-beta.6",
"bem": "^2.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"flickity": "^2.2.0",
"jquery": "^3.4.0",
"node-sass": "^4.12.0",
"slick-carousel": "^1.8.1",
"smart-grid": "^2.1.2"
}
}