-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
46 lines (46 loc) · 1.09 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
44
45
46
{
"name": "you-draw-it",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp build"
},
"author": "",
"license": "ISC",
"dependencies": {
"gulp-webpack": "^1.5.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"browser-sync": "^2.18.8",
"critical": "^0.8.4",
"css-url-parser": "^1.1.2",
"dotenv": "^4.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.0.4",
"gulp-cssimport": "^5.0.0",
"gulp-data": "^1.2.1",
"gulp-download": "0.0.1",
"gulp-handlebars-html": "0.0.2",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-minify": "0.0.15",
"gulp-rev": "^7.1.2",
"gulp-sass": "^3.1.0",
"gulp-swig": "^0.8.0",
"gulp-usemin": "^0.3.28",
"gulp-util": "^3.0.8",
"handlebars": "^4.0.6",
"imagemin-jpegoptim": "^5.0.0",
"js-yaml": "^3.8.1",
"lodash": "^4.17.4",
"markdown-it": "^8.2.2",
"marked": "^0.3.6",
"vinyl-ftp": "^0.6.0",
"yaml": "^0.3.0"
}
}