Skip to content
Snippets Groups Projects
Commit eeee2276 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Move package installation to package.json

parent 39ec922a
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,6 @@ build-dev:
script:
- npm install --progress=false
- npm run build -- --mode dev_server
- npm install --save vue-social-sharing
- npm install --save @fortawesome/vue-fontawesome@latest
- npm install --save @fortawesome/free-brands-svg-icons
artifacts:
expire_in: 1 week
paths:
......
......@@ -8,6 +8,9 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"axios": "^0.19.2",
"core-js": "^3.6.5",
"debounce": "^1.2.1",
......@@ -17,6 +20,7 @@
"vue-material-design-icons": "^4.11.0",
"vue-plausible": "^1.1.4",
"vue-router": "^3.5.1",
"vue-social-sharing": "^3.0.8",
"vuetify": "^2.4.8"
},
"devDependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment