Skip to content

Instantly share code, notes, and snippets.

@zkat
Created June 29, 2017 22:41
Show Gist options
  • Save zkat/41a2082985f9c381c0618fa688ded622 to your computer and use it in GitHub Desktop.
Save zkat/41a2082985f9c381c0618fa688ded622 to your computer and use it in GitHub Desktop.
real-world vue app

This is a useful package.json from an actual user, as opposed to an artificial/fabricated app. It should be fairly representative of the sort of things users do.

{
"name": "test",
"version": "5.0.1",
"license": "MIT",
"description": "foo",
"repository": "none",
"dependencies": {
"axios": "^0.16.0",
"emailjs": "^0.3.13",
"es6-promise": "^4.1.0",
"faker": "^3.1.0",
"lodash": "^4.17.4",
"store2": "^2.5.0",
"vue": "^2.2.2",
"vue-axios": "^2.0.1",
"vue-my-dropdown": "^2.0.3",
"vue-resource": "^1.2.1",
"vue-select": "^2.1.0"
},
"devDependencies": {
"@corbinu/eslint-plugin-corbinu": "^2.0.0",
"autoprefixer": "^6.7.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.2.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chalk": "^1.1.3",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.0",
"eslint": "^3.14.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.1.3",
"function-bind": "^1.1.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"nyc": "^10.2.0",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"ora": "^1.1.0",
"rimraf": "^2.6.0",
"semver": "^5.3.0",
"typescript": "~2.2.0",
"url-loader": "^0.5.7",
"vue-loader": "^11.1.4",
"vue-style-loader": "^3.0.0",
"vue-template-compiler": "^2.2.1",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.16.1",
"webpack-merge": "^4.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment