Created
October 24, 2017 23:26
-
-
Save javiercastrodev/73e128f338ce49aa24110c417670fc3c to your computer and use it in GitHub Desktop.
Config Vue PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "AlvanItunes", | |
"version": "1.0.0", | |
"description": "Temlate SASSS PHP", | |
"main": "gulpfile.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [], | |
"author": "Javier", | |
"license": "ISC", | |
"aliasify": { | |
"aliases": { | |
"vue": "vue/dist/vue.js" | |
} | |
}, | |
"dependencies": { | |
"gulp-changed": "^1.3.2", | |
"vue": "^2.5.2" | |
}, | |
"devDependencies": { | |
"aliasify": "^2.0.0", | |
"babel-core": "^6.17.0", | |
"babel-plugin-transform-runtime": "^6.15.0", | |
"babel-preset-es2015": "^6.16.0", | |
"babelify": "^7.3.0", | |
"browser-sync": "^2.16.0", | |
"browserify": "^14.5.0", | |
"coffee-script": "^1.12.7", | |
"compass-importer": "^0.4.1", | |
"gulp": "^3.9.1", | |
"gulp-autoprefixer": "^3.1.1", | |
"gulp-browserify": "^0.5.1", | |
"gulp-cache": "^0.4.5", | |
"gulp-concat": "^2.6.0", | |
"gulp-csso": "^2.0.0", | |
"gulp-imagemin": "^3.0.3", | |
"gulp-plumber": "^1.1.0", | |
"gulp-rename": "^1.2.2", | |
"gulp-sass": "^2.3.2", | |
"gulp-uglify": "^2.0.0", | |
"gulp-util": "^3.0.7", | |
"gulp-vueify": "0.0.3", | |
"http-server": "^0.9.0", | |
"imagemin-gifsicle": "^5.0.0", | |
"imagemin-jpegtran": "^5.0.0", | |
"imagemin-optipng": "^5.1.0", | |
"imagemin-pngquant": "^5.0.0", | |
"imagemin-svgo": "^5.1.0", | |
"vueify-insert-css": "^1.0.0", | |
"webpack-stream": "^3.2.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment