-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 907 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
{
"devDependencies": {
"bootstrap": "~4",
"browser-sync": "~2",
"del": "~5",
"font-awesome": "~4",
"fs": "^0.0.1-security",
"gulp": "~4",
"gulp-autoprefixer": "~7",
"gulp-cache": "~1",
"gulp-cssnano": "~2",
"gulp-favicons": "~2",
"gulp-if": "~3",
"gulp-imagemin": "~6",
"gulp-plumber": "~1",
"gulp-real-favicon": "~0",
"gulp-ref-hash": "~0",
"gulp-replace": "~1",
"gulp-sass": "~4",
"gulp-sourcemaps": "~2",
"gulp-uglify": "~3",
"gulp-useref": "~3",
"gulp-watch-sass": "~1",
"jquery": "~3",
"path": "~0.12",
"tether": "~1",
"wkhtmltopdf": "~0.3"
},
"browserslist": [
"last 2 versions"
],
"name": "cv",
"version": "1.0.0",
"description": "My CV",
"repository": "[email protected]:wazelin/cv.git",
"author": "Sergei Mikhailov",
"license": "MIT",
"private": true,
"dependencies": {}
}