Use web-ext and fix npm vulns
parent
511aadcb
No related branches found
No related tags found
This diff is collapsed.
... | @@ -6,10 +6,12 @@ | ... | @@ -6,10 +6,12 @@ |
"scripts": { | "scripts": { | ||
"serve": "vue-cli-service build --mode development --watch", | "serve": "vue-cli-service build --mode development --watch", | ||
"build": "vue-cli-service build", | "build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | "lint": "vue-cli-service lint", | ||
"start:firefox": "web-ext run --source-dir ./dist/", | |||
"start:chromium": "web-ext run -t chromium --source-dir ./dist/" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"axios": "^0.20.0", | "axios": "^0.21.1", | ||
"core-js": "^3.6.5", | "core-js": "^3.6.5", | ||
"vue": "^2.6.11", | "vue": "^2.6.11", | ||
"vue-router": "^3.2.0", | "vue-router": "^3.2.0", | ||
... | @@ -31,7 +33,8 @@ | ... | @@ -31,7 +33,8 @@ |
"sass": "^1.26.5", | "sass": "^1.26.5", | ||
"sass-loader": "^8.0.2", | "sass-loader": "^8.0.2", | ||
"vue-cli-plugin-browser-extension": "latest", | "vue-cli-plugin-browser-extension": "latest", | ||
"vue-template-compiler": "^2.6.11" | "vue-template-compiler": "^2.6.11", | ||
"web-ext": "^6.1.0" | |||
}, | }, | ||
"gitHooks": { | "gitHooks": { | ||
"pre-commit": "lint-staged" | "pre-commit": "lint-staged" | ||
... | ... |
package.tmp.jspn
deleted
100644 → 0
Please register or sign in to comment