-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "Pb.Site",
"description": "Pb.Site - default site for M12.Foundation",
"repository": {
"type": "git",
"url": "https://github.com/million12/Pb.Site.git"
},
"private": true,
"scripts": {
"postinstall": "bower install --allow-root",
"start": "gulp",
"build": "gulp build",
"build:prod": "gulp build --env=Production"
},
"dependencies": {
"slick-carousel": "1.6.0"
},
"devDependencies": {
"babel-preset-es2015": "6.13.2",
"babel-register": "6.11.6",
"browser-sync": "2.14.0",
"del": "2.2.1",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "3.1.0",
"gulp-babel": "6.1.2",
"gulp-concat": "2.6.0",
"gulp-csso": "2.0.0",
"gulp-if": "2.0.1",
"gulp-jshint": "2.0.1",
"gulp-load-plugins": "1.2.4",
"gulp-sass": "2.3.2",
"gulp-size": "2.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "2.0.0",
"gulp-util": "3.0.7",
"js-yaml": "3.6.1",
"jshint": "2.9.2",
"jshint-stylish": "2.2.0",
"yargs": "4.8.1"
}
}