Skip to content

Commit

Permalink
➕ : add node modules which were previously webjars
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubuisson committed Apr 9, 2020
1 parent 28f1be3 commit 50e55b8
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 11 deletions.
135 changes: 125 additions & 10 deletions package-lock.json

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

13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,18 @@
"core-js": "^3.6.4",
"vue": "^2.6.11",
"vue-router": "^3.1.5",
"vuex": "^3.1.2"
"vuex": "^3.1.2",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^0.1.9",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.4.2",
"marked": "^0.8.0",
"messenger-hubspot": "^1.5.0",
"vue-multiselect": "^2.1.6",
"corejs-typeahead": "^1.3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.2.0",
Expand Down

0 comments on commit 50e55b8

Please sign in to comment.