blob: ad1ebf914b211f3af04ad9ee877fae7abef828e2 [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 },
Adrià Vilanova Martínez2e464f32024-05-31 20:02:09 +02008 "scripts": {
9 "preinstall": "npx only-allow pnpm"
10 },
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020011 "repository": {
12 "type": "git",
13 "url": "https://gerrit.avm99963.com/infinitegforums"
14 },
15 "author": "Adrià Vilanova Martínez (avm99963)",
16 "license": "MIT",
17 "bugs": {
18 "url": "https://bugs.avm99963.com/p/twpowertools"
19 },
20 "keywords": [
21 "chrome",
22 "firefox",
23 "extension",
24 "webext",
25 "add-on",
26 "forums",
27 "google"
28 ],
29 "devDependencies": {
Renovate bot26bc7352024-07-13 12:08:16 +000030 "@babel/plugin-transform-modules-commonjs": "7.24.8",
Renovate botfd6c0432024-05-11 09:08:50 +000031 "@jest/globals": "29.7.0",
Renovate bot0b0979b2024-02-09 19:10:13 +000032 "@lit/localize-tools": "0.7.2",
Renovate bot46ceec22024-05-11 11:09:00 +000033 "@types/chrome": "0.0.268",
Renovate bot1474faa2024-06-01 16:08:36 +000034 "@types/eslint__js": "8.42.3",
Renovate bot34ac88d2024-07-16 20:08:40 +000035 "@types/node": "20.14.11",
Renovate bot981b22d2024-02-09 20:55:40 +000036 "copy-webpack-plugin": "12.0.2",
Renovate botdde73c42024-05-22 15:08:25 +000037 "css-loader": "7.1.2",
Renovate bot9b147b32024-07-13 13:08:21 +000038 "eslint": "9.7.0",
Renovate bot904d2b42024-02-08 23:11:08 +000039 "jest": "29.7.0",
40 "jest-environment-jsdom": "29.7.0",
Renovate bot9ee90f92023-12-30 00:08:45 +000041 "json5": "2.2.3",
Renovate bot0778e6a2024-04-30 10:08:22 +000042 "mini-css-extract-plugin": "2.9.0",
Renovate bot9ee90f92023-12-30 00:08:45 +000043 "path": "0.12.7",
44 "raw-loader": "4.0.2",
Renovate bot80fe2332024-07-11 20:09:26 +000045 "sass": "1.77.8",
Renovate bot68ccea12024-07-26 17:11:07 +000046 "sass-loader": "16.0.0",
Renovate bot41a3bd22024-04-08 17:10:21 +000047 "style-loader": "4.0.0",
Renovate bot1474faa2024-06-01 16:08:36 +000048 "terser-webpack-plugin": "5.3.10",
Renovate bot77e9e102024-07-13 13:08:32 +000049 "ts-jest": "29.2.2",
Renovate botfd6c0432024-05-11 09:08:50 +000050 "ts-loader": "9.5.1",
51 "ts-node": "10.9.2",
Renovate bot76888042024-07-13 15:08:32 +000052 "typescript": "5.5.3",
Renovate bot84672392024-07-15 01:08:35 +000053 "typescript-eslint": "8.0.0-alpha.44",
Renovate bota1c867f2024-07-07 15:10:28 +000054 "web-ext": "8.2.0",
Renovate bot55b722b2024-07-13 19:08:22 +000055 "webpack": "5.93.0",
Renovate botbe650072024-02-10 00:18:52 +000056 "webpack-cli": "5.1.4",
Renovate bot2d399892024-02-08 23:10:41 +000057 "webpack-preprocessor-loader": "1.3.0",
Renovate botf437a2f2024-01-08 01:14:16 +000058 "webpack-shell-plugin-next": "2.3.1"
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020059 },
Adrià Vilanova Martínez27c69962021-07-17 23:32:51 +020060 "private": true,
61 "dependencies": {
Adrià Vilanova Martíneza2dda312024-05-18 00:35:51 +020062 "@datastructures-js/queue": "^4.2.3",
Renovate bot0a2b1fe2024-02-08 23:11:19 +000063 "@lit/localize": "^0.12.0",
Adrià Vilanova Martínez5f5b3e02023-07-23 00:08:17 +020064 "@material/banner": "^14.0.0",
Adrià Vilanova Martínez54964a52022-10-26 23:53:29 +020065 "@material/mwc-circular-progress": "^0.27.0",
Adrià Vilanova Martínezf276ac72022-10-13 22:16:22 +020066 "@material/mwc-dialog": "^0.27.0",
Renovate bot66cc9c12024-02-09 22:11:17 +000067 "@material/tooltip": "^14.0.0",
Renovate botaa5fb8e2024-02-25 18:10:09 +000068 "@material/web": "^1.0.0",
Renovate bot0dc06452024-02-25 16:09:46 +000069 "@stdlib/utils-escape-regexp-string": "^0.2.0",
Renovate botdfe98132024-03-11 23:09:17 +000070 "async-mutex": "^0.5.0",
Renovate bot822a80d2024-02-09 23:12:14 +000071 "dompurify": "^3.0.0",
Adrià Vilanova Martínez50435f82022-01-21 19:33:36 +010072 "google-protobuf": "^3.19.3",
Adrià Vilanova Martínez413cb442021-09-06 00:30:45 +020073 "grpc-web": "^1.2.1",
Renovate botfbd73102024-02-09 23:12:32 +000074 "idb": "^8.0.0",
Renovate bot8617f862024-02-25 18:10:17 +000075 "lit": "^3.0.0",
Renovate bot3aaf3b12024-02-10 00:25:28 +000076 "poll-until-promise": "^4.0.0",
Adrià Vilanova Martínez413cb442021-09-06 00:30:45 +020077 "semver": "^7.3.5",
Adrià Vilanova Martínezb06c13d2022-06-20 17:30:14 +000078 "sw-xhr": "^0.0.3"
Adrià Vilanova Martínez27c69962021-07-17 23:32:51 +020079 }
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020080}