Skip to content

Instantly share code, notes, and snippets.

@zhuharev
Created January 27, 2019 12:41
Show Gist options
  • Save zhuharev/f2ad4f8157c74737e54700cab7f45f0b to your computer and use it in GitHub Desktop.
Save zhuharev/f2ad4f8157c74737e54700cab7f45f0b to your computer and use it in GitHub Desktop.
package.json
{
"name": "tbd",
"version": "0.0.1",
"description": "tbd",
"author": "tbd",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/auth": "^4.5.2",
"@nuxtjs/axios": "^5.3.3",
"@nuxtjs/toast": "^3.0.1",
"axios": "^0.18.0",
"nuxt": "^2.1.0",
"nuxt-sass-resources-loader": "^2.0.5",
"reset-css": "^4.0.1",
"sweet-modal-vue": "^2.0.0",
"vue-clickaway": "^2.2.2",
"vue-multiselect": "^2.1.3",
"vue-the-mask": "^0.11.1",
"vuejs-datepicker": "^1.5.4"
},
"devDependencies": {
"reset-css": "^4.0.1",
"postcss-cssnext": "^3.1.0",
"sugarss": "^2.0.0",
"postcss-loader": "^3.0.0",
"cssnano": "^4.1.7",
"autoprefixer": "^9.4.2",
"babel-eslint": "^10.0.1",
"eslint": "^5.6.1",
"eslint-config-prettier": "^3.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-vue": "^4.7.1",
"node-sass": "^4.9.3",
"postcss-hexrgba": "^1.0.1",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.0",
"postcss-responsive-type": "^1.0.0",
"prettier": "^1.14.3",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment