Created
August 26, 2017 22:36
-
-
Save aslam/d14bf1efdfcec8a1dcbcce32ab3fd5d9 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": "hl-student-web", | |
"version": "1.0.0", | |
"description": "Web Client", | |
"author": "Syed Aslam", | |
"engines": { | |
"node": "6.11.0", | |
"npm": ">=3.10.10", | |
"yarn": ">=0.27.5" | |
}, | |
"scripts": { | |
"dev": "backpack dev", | |
"build": "nuxt build && backpack build", | |
"heroku-postbuild": "nuxt build && backpack build", | |
"start": "NODE_ENV=production node build/main.js", | |
"generate": "nuxt generate" | |
}, | |
"dependencies": { | |
"@nuxtjs/axios": "^3.1.0", | |
"@nuxtjs/component-cache": "^0.1.3", | |
"@nuxtjs/pwa": "latest", | |
"backpack-core": "^0.4.1", | |
"body-parser": "^1.17.2", | |
"es6-promise": "^4.1.1", | |
"express": "^4.15.3", | |
"firebase": "^4.3.0", | |
"js-cookie": "^2.1.4", | |
"jwt-decode": "^2.2.0", | |
"nuxt": "^1.0.0-rc5", | |
"promise-polyfill": "^6.0.2", | |
"urijs": "^1.18.12", | |
"vuelidate": "^0.5.0", | |
"vuetify": "^0.14.0", | |
"whatwg-fetch": "^2.0.3" | |
}, | |
"devDependencies": { | |
"node-sass": "^4.5.3", | |
"sass-loader": "^6.0.6", | |
"stylus": "^0.54.5", | |
"stylus-loader": "^3.0.1", | |
"vuex-router-sync": "^4.2.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment