blob: 0dee4e67d9ef6eb019ece4fd873e05954f1abf25 [file] [log] [blame]
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +02001{
2 "name": "twpowertools",
3 "version": "0.0.0",
4 "description": "An extension which brings several enhancements to the Google Forums and the Community Console.",
5 "directories": {
6 "doc": "docs"
7 },
8 "scripts": {},
9 "repository": {
10 "type": "git",
11 "url": "https://gerrit.avm99963.com/infinitegforums"
12 },
13 "author": "Adrià Vilanova Martínez (avm99963)",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://bugs.avm99963.com/p/twpowertools"
17 },
18 "keywords": [
19 "chrome",
20 "firefox",
21 "extension",
22 "webext",
23 "add-on",
24 "forums",
25 "google"
26 ],
27 "devDependencies": {
Renovate bot858c8db2023-12-30 02:14:41 +000028 "@babel/plugin-transform-modules-commonjs": "7.23.3",
Renovate bot0b0979b2024-02-09 19:10:13 +000029 "@lit/localize-tools": "0.7.2",
Renovate bot981b22d2024-02-09 20:55:40 +000030 "copy-webpack-plugin": "12.0.2",
Renovate botc4ec9142024-02-07 22:08:53 +000031 "css-loader": "6.10.0",
Renovate botbcfa3202023-12-30 15:10:59 +000032 "eslint": "8.56.0",
Renovate bot904d2b42024-02-08 23:11:08 +000033 "jest": "29.7.0",
34 "jest-environment-jsdom": "29.7.0",
Renovate bot9ee90f92023-12-30 00:08:45 +000035 "json5": "2.2.3",
Renovate botb7644992024-02-08 23:10:05 +000036 "mini-css-extract-plugin": "2.8.0",
Renovate bot9ee90f92023-12-30 00:08:45 +000037 "path": "0.12.7",
38 "raw-loader": "4.0.2",
Renovate bot7fcf3822024-02-08 23:10:12 +000039 "sass": "1.70.0",
Renovate bot9dc3b422024-02-09 21:10:22 +000040 "sass-loader": "14.1.0",
Renovate botafad1ee2024-02-08 23:10:22 +000041 "style-loader": "3.3.4",
Renovate botd9a71c32024-02-09 19:09:43 +000042 "webpack": "5.90.1",
Renovate botbe650072024-02-10 00:18:52 +000043 "webpack-cli": "5.1.4",
Renovate bot2d399892024-02-08 23:10:41 +000044 "webpack-preprocessor-loader": "1.3.0",
Renovate botf437a2f2024-01-08 01:14:16 +000045 "webpack-shell-plugin-next": "2.3.1"
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020046 },
Adrià Vilanova Martínez27c69962021-07-17 23:32:51 +020047 "private": true,
48 "dependencies": {
Renovate bot0a2b1fe2024-02-08 23:11:19 +000049 "@lit/localize": "^0.12.0",
Adrià Vilanova Martínez5f5b3e02023-07-23 00:08:17 +020050 "@material/banner": "^14.0.0",
Adrià Vilanova Martínez54964a52022-10-26 23:53:29 +020051 "@material/mwc-circular-progress": "^0.27.0",
Adrià Vilanova Martínezf276ac72022-10-13 22:16:22 +020052 "@material/mwc-dialog": "^0.27.0",
Renovate bot66cc9c12024-02-09 22:11:17 +000053 "@material/tooltip": "^14.0.0",
Adrià Vilanova Martínez2788d122022-10-10 22:06:25 +020054 "@material/web": "^0.1.0-alpha.0",
Adrià Vilanova Martínez46773172024-01-10 21:44:22 +010055 "@stdlib/utils-escape-regexp-string": "^0.1.1",
Renovate bot6a3148e2024-02-09 20:10:08 +000056 "async-mutex": "^0.4.0",
Renovate bot822a80d2024-02-09 23:12:14 +000057 "dompurify": "^3.0.0",
Adrià Vilanova Martínez50435f82022-01-21 19:33:36 +010058 "google-protobuf": "^3.19.3",
Adrià Vilanova Martínez413cb442021-09-06 00:30:45 +020059 "grpc-web": "^1.2.1",
Renovate botfbd73102024-02-09 23:12:32 +000060 "idb": "^8.0.0",
Adrià Vilanova Martínez75f16e82022-10-01 20:40:32 +020061 "lit": "^2.3.1",
Renovate bot3aaf3b12024-02-10 00:25:28 +000062 "poll-until-promise": "^4.0.0",
Adrià Vilanova Martínez413cb442021-09-06 00:30:45 +020063 "semver": "^7.3.5",
Adrià Vilanova Martínezb06c13d2022-06-20 17:30:14 +000064 "sw-xhr": "^0.0.3"
Adrià Vilanova Martínez27c69962021-07-17 23:32:51 +020065 }
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020066}