forked from FilipePS/Traduzir-paginas-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 801 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "translate-web-pages",
"version": "1.0.0",
"browserslist": [
"firefox 63",
"chrome 70"
],
"scripts": {
"build": "npx gulp",
"build:local-sourcemaps": "npx gulp --local-sourcemaps",
"build:sign": "npx gulp --sign",
"polyfill": "npx webpack --entry=./polyfill.js --output-path=./src/lib --output-filename=polyfill.js -d inline-source-map"
},
"dependencies": {
"core-js": "^3.26.1"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@types/chrome": "^0.0.203",
"@types/firefox-webext-browser": "^94.0.1",
"crx3": "^1.1.3",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-zip": "^5.1.0",
"node-file-dialog": "^1.0.3",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.2"
}
}