Created
September 29, 2019 05:47
-
-
Save yutakahashi114/4c1628a608ab1087c0ca0180fae2c7d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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