Created
August 30, 2018 17:35
-
-
Save jordanhudgens/235510545ae2435c504f2e4b7aa005f3 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": "vue-app", | |
"version": "0.1.0", | |
"private": true, | |
"scripts": { | |
"serve": "vue-cli-service serve", | |
"build": "vue-cli-service build", | |
"postinstall": "npm run build", | |
"start": "node server.js" | |
}, | |
"dependencies": { | |
"express": "^4.16.3", | |
"vue": "^2.5.16", | |
"vue-router": "^3.0.1", | |
"vuex": "^3.0.1" | |
}, | |
"devDependencies": { | |
"@vue/cli-plugin-babel": "^3.0.0-beta.15", | |
"@vue/cli-service": "^3.0.0-beta.15", | |
"node-sass": "^4.9.0", | |
"sass-loader": "^7.0.1", | |
"vue-template-compiler": "^2.5.16" | |
}, | |
"browserslist": [ | |
"> 1%", | |
"last 2 versions", | |
"not ie <= 8" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment