Skip to content

Instantly share code, notes, and snippets.

@Canvilled
Created May 20, 2021 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Canvilled/162397ea128f9059719e3f7e0cfada05 to your computer and use it in GitHub Desktop.
Save Canvilled/162397ea128f9059719e3f7e0cfada05 to your computer and use it in GitHub Desktop.
{
"name": "wa-vue-wordpress",
"version": "1.0.0",
"description": "This is WolfActive Vue - Wordpress base source",
"main": "index.js",
"scripts": {
"start": "prettier --write . && gulp",
"beauty": "prettier --write .",
"build": "gulp build --prod"
},
"author": "Tấn Đạt - Huy Nguyễn - Phương Nam - WolfActive",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/register": "^7.10.1",
"autoprefixer": "^9.8.0",
"babel-loader": "^8.1.0",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-header-license": "^1.0.10",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^8.0.0",
"gulp-prettier": "^3.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-wp-pot": "^2.4.3",
"gulp-zip": "^5.0.1",
"prettier": "2.2.1",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack-stream": "^5.2.1",
"yargs": "^15.3.1"
},
"dependencies": {
"core-js": "^3.10.1",
"vue": "^2.6.12",
"vue-router": "^3.5.1"
},
"browserslist": [
"> .5% or last 2 versions"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment