forked from frontant/cv-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 977 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
{
"name": "cv-template",
"version": "1.0.1",
"author": "frontant",
"dependencies": {
"normalize.css": "8.0.0",
"bootstrap-grid": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "8.4.1",
"browser-sync": "^2.26.13",
"cheerio": "1.0.0-rc.2",
"dateformat": "^3.0.3",
"del": "3.0.0",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-html-pdf": "^0.3.0",
"gulp-logger": "",
"gulp-postcss": "7.0.0",
"gulp-rename": "^1.4.0",
"gulp-sequence": "^0.4.6",
"gulp-token-replace": "^1.1.2",
"gulp-ttf2eot": "^1.1.2",
"gulp-ttf2woff": "^1.1.1",
"gulp-ttf2woff2": "^2.0.2",
"gulp-watch": "^5.0.1",
"image-size": "^0.6.3",
"merge-stream": "^1.0.1",
"postcss-calc": "^7.0.5",
"postcss-hexrgba": "^1.0.1",
"postcss-import": "^11.1.0",
"postcss-mixins": "^6.2.0",
"postcss-nested": "3.0.0",
"postcss-simple-vars": "4.1.0",
"through2": "2.0.3",
"to-css": "^1.2.1"
}
}