Skip to content

Commit

Permalink
Merge pull request #61 from RobbinBaauw/sw-pwa-fix
Browse files Browse the repository at this point in the history
Sw pwa fix
  • Loading branch information
RobbinBaauw authored Nov 5, 2018
2 parents 4a58758 + 6eca273 commit 4cd53e9
Show file tree
Hide file tree
Showing 43 changed files with 361 additions and 258 deletions.
2 changes: 1 addition & 1 deletion cshub-client/.env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VUE_APP_API_URL=https://api.cshub.nl
VUE_APP_API_URL=https://api-dev.cshub.nl
VUE_APP_DEBUG=false
127 changes: 79 additions & 48 deletions cshub-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 7 additions & 8 deletions cshub-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
},
"dependencies": {
"@babel/polyfill": "^7.0.0-rc.1",
"@types/lodash": "^4.14.117",
"animate.css": "^3.7.0",
"axios": "^0.18.0",
"jquery": "^3.3.1",
"katex": "^0.7.1",
"dayjs": "^1.7.7",
"katex": "^0.7.0",
"localforage": "^1.7.3",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"quill": "^2.0.0-dev.3",
"quill-delta": "^4.1.0",
"register-service-worker": "^1.0.0",
"rxjs": "^6.3.3",
Expand All @@ -31,16 +30,16 @@
"vuex-typex": "^3.0.1"
},
"devDependencies": {
"@mdi/font": "^2.8.94",
"@types/jquery": "^3.3.22",
"@fortawesome/fontawesome-free": "^5.5.0",
"@types/katex": "^0.5.0",
"@types/quill": "^2.0.1",
"@types/lodash": "^4.14.117",
"@vue/cli-plugin-babel": "^3.1.1",
"@vue/cli-plugin-pwa": "^3.1.1",
"@vue/cli-plugin-typescript": "^3.1.1",
"@vue/cli-service": "^3.1.2",
"typescript": "^3.1.6",
"vue-cli-plugin-vuetify": "^0.2.1",
"vue-template-compiler": "^2.5.17",
"parchment": "latest"
"vue-template-compiler": "^2.5.17"
}
}
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4cd53e9

Please sign in to comment.