update dependencies
This diff is collapsed.
... | ... | @@ -6,18 +6,19 @@ |
"node-rsa": "^1.1.1", | ||
"process": "^0.11.10", | ||
"stream-browserify": "^3.0.0", | ||
"uuid": "^9.0.0" | ||
"uuid": "^10.0.0" | ||
}, | ||
"devDependencies": { | ||
"copy-webpack-plugin": "^12.0.2", | ||
"web-ext": "^7.11.0", | ||
"webpack": "^5.90.3", | ||
"web-ext": "^8.2.0", | ||
"webpack": "^5.92.1", | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
"scripts": { | ||
"dev-ff": "npm i --clean && BROWSER=FF webpack --mode=development", | ||
"dev-ff-run": "./node_modules/web-ext/bin/web-ext.js run", | ||
"prod-ff": "npm i --clean && BROWSER=FF webpack --mode=production --no-devtool --no-watch && node_modules/web-ext/bin/web-ext.js build -a dist/firefox --overwrite-dest --ignore-files=build dist node_modules .gitignore .gitlab-ci.yml .git *.md package* webpack.config.js", | ||
"prod-ff-release": "export SOURCE_CODE_ARCHIVE=/tmp/metager-webextension.tar.gz && rm -f $SOURCE_CODE_ARCHIVE && npm i --clean && BROWSER=FF webpack --mode=production --no-devtool --no-watch && tar --exclude='.git' --exclude='./dist' --exclude='./js' --exclude='./node_modules' --exclude='./manifest.json' -czf $SOURCE_CODE_ARCHIVE ./ && node_modules/web-ext/bin/web-ext.js sign -a dist/firefox --channel listed --upload-source-code $SOURCE_CODE_ARCHIVE --amo-metadata ./build/firefox/metadata.json --api-key $AMO_API_KEY --api-secret $AMO_API_SECRET --ignore-files=build dist node_modules .gitignore .gitlab-ci.yml .git *.md package* webpack.config.js", | ||
"dev-chrome": "npm i --clean && BROWSER=CHROME webpack --mode=development", | ||
"prod-chrome": "npm i --clean && BROWSER=CHROME webpack --mode=production --no-devtool --no-watch && node_modules/web-ext/bin/web-ext.js build -a dist/chrome --overwrite-dest --ignore-files=build dist node_modules .gitignore .gitlab-ci.yml .git *.md package* webpack.config.js" | ||
} | ||
... | ... |
Please register or sign in to comment