-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
43 lines (43 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
43
{
"name": "begin_html_project",
"version": "1.0.0",
"private": true,
"description": "Panovs",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alexander Panov",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"browser-sync": "^2.24.7",
"del": "latest",
"gulp": "^3.9.1",
"gulp-autoprefixer": "latest",
"gulp-babel": "^8.0.0",
"gulp-cache": "latest",
"gulp-clean-css": "^3.10.0",
"gulp-if": "latest",
"gulp-imagemin": "latest",
"gulp-minify-css": "^1.2.3",
"gulp-plumber": "latest",
"gulp-remove-html-comments": "^1.0.1",
"gulp-rigger": "latest",
"gulp-sass": "latest",
"gulp-sourcemaps": "latest",
"gulp-string-replace": "latest",
"gulp-uglify": "^3.0.1",
"gulp-useref": "latest",
"imagemin-jpeg-recompress": "latest",
"imagemin-pngquant": "latest",
"node-bourbon": "latest",
"run-sequence": "latest"
},
"dependencies": {
"bootstrap": "^4.1.3",
"gulp-rename": "^1.4.0",
"rigger": "^1.0.0"
}
}