-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1011 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
33
34
35
36
37
38
39
40
41
{
"name": "portfolio",
"version": "1.1.0",
"description": "my portfolio",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Serhii Ralchenko",
"license": "ISC",
"browserslist": [
"last 10 versions",
"> 1%",
"maintained node versions",
"not dead"
],
"devDependencies": {
"bootstrap": "^4.3.1",
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-cache": "^1.1.2",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^6.0.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp.spritesmith": "^6.10.1",
"imagemin-pngquant": "^8.0.0",
"jquery": "^3.5.0",
"popper.js": "^1.15.0",
"rimraf": "^2.6.3",
"slick-carousel": "^1.8.1",
"uglify-es": "^3.3.9",
"vinyl-buffer": "^1.0.1"
}
}