Skip to content

Instantly share code, notes, and snippets.

@thet
Created February 5, 2019 20:14
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 thet/ae2c3ce1544a8656a5c3dd816948f123 to your computer and use it in GitHub Desktop.
Save thet/ae2c3ce1544a8656a5c3dd816948f123 to your computer and use it in GitHub Desktop.
my current account-wide package.json
{
"name": "npm-tools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@angular/cli": "*",
"@vue/cli": "*",
"babel-eslint": "",
"bash-language-server": "",
"bower": "*",
"create-react-app": "*",
"cssbrush": "",
"csscomb": "",
"csslint": "",
"csso-cli": "*",
"dockerfile-language-server-nodejs": "",
"eslint": "*",
"eslint-config-airbnb": "",
"eslint-config-prettier": "*",
"eslint-plugin-angular": "*",
"eslint-plugin-prettier": "*",
"eslint-plugin-react": "*",
"eslint-plugin-vue": "*",
"grunt": "",
"gulp": "*",
"html-beautify": "",
"htmlhint": "",
"htmllint": "*",
"htmllint-cli": "",
"javascript-typescript-langserver": "*",
"js-beautify": "*",
"jscs": "",
"jsctags": "git://github.com/ramitos/jsctags.git",
"jshint": "*",
"less": "*",
"phantomjs-prebuilt": "",
"prettier": "*",
"prettier-eslint": "",
"react": "*",
"sass": "*",
"stylelint": "*",
"svgo": "*",
"tern": "*",
"tslint": "*",
"vscode-css-languageserver-bin": "",
"vue-language-server": "*",
"yarn": "^1.13.0"
},
"prettier": {
"trailingComma": "all",
"singleQuote": true
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment