blob: c4e791a51c1773be968400e0e92f0cf4d05d92e2 [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 bot7901c852024-03-19 10:08:39 +000028 "@babel/plugin-transform-modules-commonjs": "7.24.1",
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 bot6ea05f02024-04-10 16:10:04 +000031 "css-loader": "7.1.1",
Renovate bot0a7ff542024-04-07 15:09:40 +000032 "eslint": "9.0.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 bote1d8adb2024-03-03 00:08:42 +000036 "mini-css-extract-plugin": "2.8.1",
Renovate bot9ee90f92023-12-30 00:08:45 +000037 "path": "0.12.7",
38 "raw-loader": "4.0.2",
Renovate bot9a850a22024-04-07 14:09:29 +000039 "sass": "1.74.1",
Renovate botd47ace42024-02-25 06:09:28 +000040 "sass-loader": "14.1.1",
Renovate bot41a3bd22024-04-08 17:10:21 +000041 "style-loader": "4.0.0",
Renovate bot9b95c602024-03-20 17:08:48 +000042 "webpack": "5.91.0",
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",
Renovate botaa5fb8e2024-02-25 18:10:09 +000054 "@material/web": "^1.0.0",
Renovate bot0dc06452024-02-25 16:09:46 +000055 "@stdlib/utils-escape-regexp-string": "^0.2.0",
Renovate botdfe98132024-03-11 23:09:17 +000056 "async-mutex": "^0.5.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",
Renovate bot8617f862024-02-25 18:10:17 +000061 "lit": "^3.0.0",
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}