Change tar implementation & reduce bundle (583.28kb > 471.58kb)

This commit is contained in:
MattIPv4
2020-06-04 21:26:37 +01:00
parent 1d8af514b0
commit 4b2a476227
5 changed files with 565 additions and 542 deletions

View File

@@ -4,8 +4,8 @@
"description": "NGINX config generator on steroids",
"private": true,
"license": "MIT",
"engines" : {
"node" : "12.16.2"
"engines": {
"node": "12.16.2"
},
"main": "src/nginxconfig/mount.js",
"scripts": {
@@ -46,12 +46,11 @@
"do-bulma": "git+https://github.com/do-community/do-bulma.git",
"do-vue": "git+https://github.com/do-community/do-vue.git",
"escape-html": "^1.0.3",
"get-stream": "^5.1.0",
"node-gzip": "^1.1.2",
"pako": "^1.0.11",
"pretty-checkbox-vue": "^1.1.9",
"prismjs": "^1.20.0",
"qs": "^6.9.4",
"tar-stream": "^2.1.2",
"tarts": "^1.0.0",
"vue": "^2.6.11",
"vue-select": "^3.10.3"
},
@@ -61,7 +60,7 @@
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^5.2.3",
"sass": "^1.26.3",
"sass": "^1.26.7",
"sass-lint": "^1.13.1",
"sass-lint-auto-fix": "^0.21.0",
"sass-loader": "^8.0.2",