-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.58 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
47
48
49
50
51
52
53
54
55
{
"name": "boilerplate-2018",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "rsync -zvr ./ --delete --progress --exclude node_modules root@reprecdigit.se:/var/www/html/www.reprecdigit.se"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.11.1",
"browserify": "^14.4.0",
"compass-mixins": "^0.12.7",
"es6-modernizr": "^0.9.0",
"eslint-plugin-promise": "^3.5.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^7.0.0",
"gulp-clean-css": "^3.8.0",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-ftp": "^1.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^2.3.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-uglify": "^1.5.4",
"gulp-uglify-es": "^0.1.3",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"pump": "^1.0.2",
"slick-carousel": "^1.8.1",
"stickyfill": "^1.1.1",
"typewriter-effect": "^2.4.6",
"uglify-es": "^3.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-fs": "^2.4.4",
"vinyl-source-stream": "^1.1.0",
"vue": "^2.4.2",
"vuex": "^2.4.0",
"watchify": "^3.9.0"
}
}