blob: 1ca2f9e4ca12b4ca128b9303a7a256926776c4cf [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 botb0f66632024-05-24 13:08:40 +000030 "@babel/plugin-transform-modules-commonjs": "7.24.6",
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 bot662ac0c2024-06-04 00:09:03 +000035 "@types/node": "20.14.1",
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 bot2b133bc2024-06-01 00:08:30 +000038 "eslint": "9.4.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 botd956c6c2024-05-31 15:08:16 +000045 "sass": "1.77.4",
Renovate bot80bba152024-04-30 10:08:35 +000046 "sass-loader": "14.2.1",
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 botb6629792024-05-28 06:08:18 +000049 "ts-jest": "29.1.4",
Renovate botfd6c0432024-05-11 09:08:50 +000050 "ts-loader": "9.5.1",
51 "ts-node": "10.9.2",
52 "typescript": "5.4.5",
Renovate bot3c4a0aa2024-06-08 15:09:58 +000053 "typescript-eslint": "8.0.0-alpha.29",
Renovate bot1474faa2024-06-01 16:08:36 +000054 "web-ext": "8.0.0",
Renovate bot9b95c602024-03-20 17:08:48 +000055 "webpack": "5.91.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}