Old files and all

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-27 10:14:14 +01:00
parent 47e95a6785
commit f3ea80343a
3 changed files with 679 additions and 1006 deletions

1641
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@babel/polyfill": "~7.8.3", "@babel/polyfill": "~7.2",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"chart.js": "^2.9.3", "chart.js": "^2.9.3",
"clean-webpack-plugin": "^3.0.0", "clean-webpack-plugin": "^3.0.0",
@@ -31,38 +31,38 @@
"qrcode": "^1.4.4", "qrcode": "^1.4.4",
"vue": "~2.6", "vue": "~2.6",
"vue-analytics": "^5.22.1", "vue-analytics": "^5.22.1",
"vue-router": "~3.1.5", "vue-router": "~3.0",
"vuex": "^3.1.1" "vuex": "^3.1.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "~7.8.3", "@babel/core": "~7.2",
"@babel/plugin-proposal-class-properties": "~7.8.3", "@babel/plugin-proposal-class-properties": "~7.3",
"@babel/plugin-proposal-decorators": "~7.8.3", "@babel/plugin-proposal-decorators": "~7.3",
"@babel/plugin-proposal-json-strings": "~7.8.3", "@babel/plugin-proposal-json-strings": "~7.2",
"@babel/plugin-syntax-dynamic-import": "~7.8.3", "@babel/plugin-syntax-dynamic-import": "~7.2",
"@babel/plugin-syntax-import-meta": "~7.8.3", "@babel/plugin-syntax-import-meta": "~7.2",
"@babel/preset-env": "~7.8.3", "@babel/preset-env": "~7.3",
"babel-loader": "~8.0", "babel-loader": "~8.0",
"compression-webpack-plugin": "~3.1.0", "compression-webpack-plugin": "~2.0",
"cross-env": "^7.0.0", "cross-env": "^6.0.3",
"css-loader": "^3.2.0", "css-loader": "^3.2.0",
"file-loader": "^5.0.2", "file-loader": "^4.2.0",
"friendly-errors-webpack-plugin": "~1.7", "friendly-errors-webpack-plugin": "~1.7",
"google-maps-api-loader": "^1.1.1", "google-maps-api-loader": "^1.1.1",
"html-webpack-plugin": "~3.2", "html-webpack-plugin": "~3.2",
"mini-css-extract-plugin": "~0.9.0", "mini-css-extract-plugin": "~0.5",
"optimize-css-assets-webpack-plugin": "~5.0.3", "optimize-css-assets-webpack-plugin": "~3.2",
"sass-loader": "~8.0.2", "sass-loader": "~7.1",
"uglifyjs-webpack-plugin": "~2.2.0", "uglifyjs-webpack-plugin": "~1.2",
"url-loader": "^3.0.0", "url-loader": "^2.2.0",
"vue-loader": "~15.8.3", "vue-loader": "~15.6",
"vue-style-loader": "~4.1", "vue-style-loader": "~4.1",
"vue-template-compiler": "~2.6", "vue-template-compiler": "~2.6",
"webpack": "~4.41.5", "webpack": "~4.41.5",
"webpack-bundle-analyzer": "^3.6.0", "webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "~3.3.10", "webpack-cli": "~3.2",
"webpack-dev-server": "~3.10.1", "webpack-dev-server": "~3.1",
"webpack-hot-middleware": "~2.25.0", "webpack-hot-middleware": "~2.24",
"webpack-merge": "~4.2" "webpack-merge": "~4.2"
} }
} }

View File

@@ -6647,4 +6647,4 @@ yargs@^7.0.0:
string-width "^1.0.2" string-width "^1.0.2"
which-module "^1.0.0" which-module "^1.0.0"
y18n "^3.2.1" y18n "^3.2.1"
yargs-parser "^5.0.0" yargs-parser "^5.0.0"