forked from meetjspl/summit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.12 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
{
"name": "summit_page",
"version": "2017.0.0",
"private": true,
"devDependencies": {
"babel-plugin-transform-runtime": "^6.1.18",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.1.18",
"babelify": "^7.2.0",
"browser-sync": "^2.9.8",
"browserify": "^12.0.1",
"del": "^1.2.1",
"es6-promise": "~3.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-babel": "~5.3.0",
"gulp-cache": "^0.3.0",
"gulp-cssnano": "^2.1.0",
"gulp-eslint": "~1.1.1",
"gulp-filter": "^5.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.1",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^1.3.0",
"gulp-util": "^3.0.8",
"minimist": "^1.2.0",
"uglifyify": "^3.0.4",
"vinyl-ftp": "^0.6.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"normalize-scss": "^6.0.0",
"smooth-scroll": "github:cferdinandi/smooth-scroll"
},
"scripts": {
"start": "gulp",
"build": "gulp build"
}
}