keep going with api porting in nuxt

This commit is contained in:
lesion
2019-04-23 13:45:52 +00:00
parent 35fa25c060
commit eed3896396
17 changed files with 191 additions and 136 deletions

View File

@@ -13,7 +13,7 @@
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/axios": "^5.4.1",
"axios": "^0.18.0",
"bcrypt": "^3.0.5",
"body-parser": "^1.18.3",
@@ -27,15 +27,18 @@
"ics": "^2.13.2",
"jsonwebtoken": "^8.5.1",
"mastodon-api": "^1.3.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"nuxt": "^2.4.0",
"pg": "^7.10.0",
"sequelize": "^5.2.1",
"sharp": "^0.22.0",
"sqlite3": "^4.0.6",
"v-calendar": "^0.9.7",
"vue-awesome": "^3.5.1",
"vue-i18n": "^8.10.0",
"vue-magic-grid": "^0.0.4"
"vue-magic-grid": "^0.0.4",
"vuex-persist": "^2.0.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^0.0.1",