|
|
|
@ -11,15 +11,15 @@ |
|
|
|
|
"start": "npm run dev" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/core": "^7.5.5", |
|
|
|
|
"@babel/runtime": "^7.5.5", |
|
|
|
|
"@babel/core": "^7.6.0", |
|
|
|
|
"@babel/runtime": "^7.6.0", |
|
|
|
|
"@fortawesome/fontawesome-free": "^5.10.2", |
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.22", |
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.10.2", |
|
|
|
|
"@fortawesome/vue-fontawesome": "^0.1.7", |
|
|
|
|
"@statnett/vue-plotly": "^0.3.2", |
|
|
|
|
"@types/d3-drag": "^1.2.3", |
|
|
|
|
"@types/node": "^12.7.4", |
|
|
|
|
"@types/node": "^12.7.5", |
|
|
|
|
"ajv": "^6.10.2", |
|
|
|
|
"audit": "0.0.6", |
|
|
|
|
"axios": "^0.19.0", |
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
|
"babel-preset-vue": "^2.0.2", |
|
|
|
|
"blob": "0.0.5", |
|
|
|
|
"bootstrap": "^4.3.1", |
|
|
|
|
"bootstrap-vue": "^2.0.0-rc.27", |
|
|
|
|
"bootstrap-vue": "^2.0.0", |
|
|
|
|
"clean-webpack-plugin": "^3.0.0", |
|
|
|
|
"d3": "^5.12.0", |
|
|
|
|
"d3-drag": "^1.2.4", |
|
|
|
@ -42,11 +42,11 @@ |
|
|
|
|
"fs": "0.0.2", |
|
|
|
|
"fs-es6": "0.0.2", |
|
|
|
|
"ify-loader": "^1.1.0", |
|
|
|
|
"interactjs": "^1.6.1", |
|
|
|
|
"interactjs": "^1.6.2", |
|
|
|
|
"jquery": "^3.4.1", |
|
|
|
|
"mdbvue": "^5.8.1", |
|
|
|
|
"mini-css-extract-plugin": "^0.8.0", |
|
|
|
|
"npm-check-updates": "^3.1.21", |
|
|
|
|
"npm-check-updates": "^3.1.22", |
|
|
|
|
"papaparse": "^5.0.2", |
|
|
|
|
"parcoord-es": "^2.2.10", |
|
|
|
|
"plotly.js": "^1.49.4", |
|
|
|
@ -55,20 +55,20 @@ |
|
|
|
|
"toposort": "^2.0.2", |
|
|
|
|
"transform-loader": "^0.2.4", |
|
|
|
|
"update": "^0.7.4", |
|
|
|
|
"vega": "^5.5.3", |
|
|
|
|
"vega": "^5.6.0", |
|
|
|
|
"vue": "^2.6.10", |
|
|
|
|
"vue-bootstrap-slider": "^2.1.8", |
|
|
|
|
"vue-papa-parse": "^1.2.1", |
|
|
|
|
"vue-papa-parse": "^1.2.2", |
|
|
|
|
"vue-plotly": "^1.0.0", |
|
|
|
|
"vue-router": "^3.1.3", |
|
|
|
|
"vue-slider-component": "^3.0.40", |
|
|
|
|
"vue2-simplert-plugin": "^0.5.3", |
|
|
|
|
"webpack-cli": "^3.3.7", |
|
|
|
|
"webpack-cli": "^3.3.8", |
|
|
|
|
"webpack-require": "0.0.16" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5", |
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.4.4", |
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.6.0", |
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.5.2", |
|
|
|
|
"@babel/plugin-proposal-function-sent": "^7.5.0", |
|
|
|
|
"@babel/plugin-proposal-json-strings": "^7.2.0", |
|
|
|
@ -77,8 +77,8 @@ |
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0", |
|
|
|
|
"@babel/plugin-syntax-import-meta": "^7.2.0", |
|
|
|
|
"@babel/plugin-syntax-jsx": "^7.2.0", |
|
|
|
|
"@babel/plugin-transform-runtime": "^7.5.5", |
|
|
|
|
"@babel/preset-env": "^7.5.5", |
|
|
|
|
"@babel/plugin-transform-runtime": "^7.6.0", |
|
|
|
|
"@babel/preset-env": "^7.6.0", |
|
|
|
|
"autoprefixer": "^9.6.1", |
|
|
|
|
"babel-eslint": "^10.0.3", |
|
|
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.3", |
|
|
|
@ -92,7 +92,7 @@ |
|
|
|
|
"eslint-friendly-formatter": "^4.0.1", |
|
|
|
|
"eslint-loader": "^3.0.0", |
|
|
|
|
"eslint-plugin-import": "^2.18.2", |
|
|
|
|
"eslint-plugin-node": "^9.2.0", |
|
|
|
|
"eslint-plugin-node": "^10.0.0", |
|
|
|
|
"eslint-plugin-promise": "^4.2.1", |
|
|
|
|
"eslint-plugin-standard": "^4.0.1", |
|
|
|
|
"eslint-plugin-vue": "^5.2.3", |
|
|
|
@ -103,7 +103,7 @@ |
|
|
|
|
"node-notifier": "^5.4.3", |
|
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3", |
|
|
|
|
"ora": "^3.4.0", |
|
|
|
|
"portfinder": "^1.0.23", |
|
|
|
|
"portfinder": "^1.0.24", |
|
|
|
|
"postcss-import": "^12.0.1", |
|
|
|
|
"postcss-loader": "^3.0.0", |
|
|
|
|
"postcss-url": "^8.0.0", |
|
|
|
|