Skip to content

Instantly share code, notes, and snippets.

@yutakahashi114
Created September 29, 2019 05:47
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 yutakahashi114/4c1628a608ab1087c0ca0180fae2c7d0 to your computer and use it in GitHub Desktop.
Save yutakahashi114/4c1628a608ab1087c0ca0180fae2c7d0 to your computer and use it in GitHub Desktop.
{
"name": "project",
"version": "1.0.0",
"description": "My kickass Nuxt.js project",
"author": "",
"private": true,
"scripts": {
"dev": "HOST=0.0.0.0 PORT=3000 nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"firebase": "^6.6.1",
"firebase-tools": "^7.3.2",
"nuxt": "^2.0.0",
"ress": "^1.2.2"
},
"devDependencies": {
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment