-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.42 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "disable-amp",
"version": "1.0.52",
"author": "[email protected]",
"license": "LGPL-3.0",
"scripts": {
"dev": "NODE_ENV=DEV ./node_modules/.bin/webpack",
"beta": "NODE_ENV=BETA ./node_modules/.bin/webpack",
"release": "NODE_ENV=RELEASE ./node_modules/.bin/webpack",
"watch": "NODE_ENV=DEV ./node_modules/.bin/webpack --watch",
"lint": "eslint ./src",
"locales:download": "LOCALES=DOWNLOAD node locales.js",
"locales:upload": "LOCALES=UPLOAD node locales.js",
"increment": "yarn version --patch --no-git-tag-version"
},
"browserslist": [
"ie 11"
],
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"axios": "^0.21.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"cp-file": "^7.0.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-newlines": "^1.3.4",
"form-data": "^2.5.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"html-webpack-plugin": "^3.2.0",
"husky": "^4.3.0",
"replace-in-file": "^4.1.1",
"webpack": "^5.95.0",
"webpack-cli": "^3.3.5"
}
}