Skip to content

Instantly share code, notes, and snippets.

@napestershine
Created October 4, 2018 03:35
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 napestershine/13cc52f22fb16b9f13572afc23733fa8 to your computer and use it in GitHub Desktop.
Save napestershine/13cc52f22fb16b9f13572afc23733fa8 to your computer and use it in GitHub Desktop.
{
"name": "front",
"version": "1.0.0",
"description": "My marvelous Nuxt.js project",
"author": "shine",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/auth": "^4.5.2",
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/moment": "^1.0.0",
"cross-env": "^5.2.0",
"dotenv": "^6.0.0",
"js-cookie": "^2.2.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"moment": "^2.22.2",
"node-sass": "^4.9.3",
"nuxt": "^2.0.0",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vee-validate": "^2.1.0-beta.9",
"vue-infinite-loading": "^2.3.3",
"vue-recaptcha": "^1.1.1",
"vue-star-rating": "^1.6.0",
"vue2-dropzone": "^3.5.2",
"vuetify": "^1.2.4",
"webpack": "^4.20.2"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-transform-imports": "^1.5.1",
"dynamic-cdn-webpack-plugin": "^4.0.0",
"eslint": "^5.0.1",
"eslint-config-prettier": "^3.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-vue": "^4.0.0",
"nodemon": "^1.11.0",
"prettier": "1.14.3",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.1.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment