-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 883 Bytes
/
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
{
"name": "gulp-quick-start",
"version": "1.0.0",
"description": "Фронтенд окружение для сборки проектов",
"main": "index.html",
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-add-src": "^1.0.0",
"gulp-autoprefixer": "^6.1.0",
"gulp-cache": "^1.1.3",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-htmlhint": "^3.0.0",
"gulp-imagemin": "^5.0.3",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglifyjs": "^0.6.2",
"htmlhint-htmlacademy": "^1.0.3"
},
"dependencies": {
"smart-grid": "^2.1.2",
"normalize.css": "^8.0.1",
"jquery": "^3.4.1",
"magnific-popup": "^1.1.0"
},
"author": "[email protected]",
"license": "ISC"
}