-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.31 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
{
"name": "adblocker-notice-removal",
"description": "Build scripts for Ad Blocker Notice Removal",
"private": true,
"type": "module",
"scripts": {
"dev": "webpack --watch --config webpack.dev.cjs",
"build": "webpack --config webpack.prod.cjs",
"lint": "eslint --ext .ts,.js --max-warnings=0 .",
"publish": "node tasks/publish.js"
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/arrive": "^2.4.4",
"@types/chrome": "^0.0.253",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"babel-loader": "^8.2.5",
"chrome-webstore-upload": "^1.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"dotenv-webpack": "^8.0.0",
"eslint": "^8.19.0",
"eslint-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^2.6.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0",
"zip-webpack-plugin": "^4.0.1"
},
"browserslist": "> 0.25%, not dead"
}