-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 867 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
{
"name": "itechart-yummy",
"version": "1.0.0",
"description": "iTechArt Yummy Schedule",
"scripts": {
"build": "gulp build",
"build-prod": "gulp build --production"
},
"author": "Nikita Dubko <n.a.dubko@gmail.com>",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.24.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-cache-bust": "^1.3.0",
"gulp-clean": "^0.4.0",
"gulp-csso": "^3.0.1",
"gulp-help-doc": "^1.1.1",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-notify": "^3.2.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"require-dir": "^1.0.0"
},
"dependencies": {
"normalize.css": "^8.0.0"
}
}