-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1012 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1012 Bytes
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
{
"name": "course_front",
"version": "1.0.0",
"description": "course junior frontend-developer",
"author": "si@tagree.ru",
"devDependencies": {
"autoprefixer": "^10.4.2",
"browser-sync": "^2.27.7",
"del": "^6.0.0",
"gulp": "^5.0.0",
"gulp-csso": "^4.0.1",
"gulp-file-include": "^2.3.0",
"gulp-format-html": "^1.2.5",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^8.0.0",
"gulp-less": "^5.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-svgmin": "^4.1.0",
"gulp-svgstore": "^9.0.0",
"gulp-terser": "^2.1.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-optipng": "^8.0.0",
"postcss": "^8.4.5",
"postcss-sort-media-queries": "^4.2.1"
},
"scripts": {
"build": "gulp build",
"serve": "gulp serve",
"start": "gulp start"
}
}