Skip to content

Instantly share code, notes, and snippets.

@lukepolo
Created February 13, 2017 15:55
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 lukepolo/e0e2b32f1b3d0145781a2992dc30e07f to your computer and use it in GitHub Desktop.
Save lukepolo/e0e2b32f1b3d0145781a2992dc30e07f to your computer and use it in GitHub Desktop.
{
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --hide-modules",
"watch": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules",
"hmr": "cross-env NODE_ENV=development webpack-dev-server --inline --hot",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"devDependencies": {
"cross-env": "^3.1.4",
"dotenv": "^2.0.0",
"element-theme-default": "^1.1.6",
"eslint": "^3.12.2",
"eslint-config-vue": "^2.0.1",
"eslint-plugin-vue": "^1.0.0",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1",
"json-loader": "^0.5.4",
"laravel-echo": "^1.0.5",
"laravel-mix": "^0.7.4",
"lodash": "^4.16.3",
"moment-timezone": "^0.5.11",
"nprogress": "^0.2.0",
"pusher-js": "^3.2.1",
"select2": "^4.0.3",
"trumbowyg": "^2.4.2",
"vue": "^2.0.1",
"vue-resource": "^1.0.3",
"vue-router": "^2.0.0",
"vuex": "^2.0.0",
"webpack": "^2.2.0-rc.3",
"webpack-dev-server": "^2.1.0-beta.12"
},
"dependencies": {
"element-theme": "^0.5.0",
"element-ui": "^1.1.6",
"vue-upload-component": "^0.3.9"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment