Update packages

This commit is contained in:
Peter Stuifzand 2020-08-08 11:46:06 +02:00
parent 0316db4072
commit cc70df90af
2 changed files with 440 additions and 188 deletions

622
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,15 +8,17 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@primer/css": "^14.1.0",
"bulma": "^0.7.5",
"event-source-polyfill": "0.0.16",
"isomorphic-fetch": "^2.2.1",
"lodash": "latest",
"micropub-helper": "^1.4.0",
"moment": "^2.22.2",
"node-sass": "^4.12.0",
"node-sass": "^4.14.1",
"rel-scraper": "github:grantcodes/rel-scraper",
"sass-loader": "^7.2.0",
"tailwindcss": "1.1.4",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
@ -25,6 +27,8 @@
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.0.0-rc.10",
"@vue/cli-service": "^3.10.0",
"postcss-node-sass": "^2.1.8",
"postcss-scss": "^2.0.0",
"vue-template-compiler": "^2.5.17"
},
"eslintConfig": {