2021-10-03 09:03:56 +02:00
|
|
|
{
|
2022-01-29 17:12:08 +01:00
|
|
|
"name": "rentgen",
|
2022-02-02 10:33:09 +01:00
|
|
|
"version": "0.0.3",
|
2022-01-29 17:12:08 +01:00
|
|
|
"description": "A simple Firefox extension that visualizes all the data that a given website sends to third parties.",
|
|
|
|
"main": "esbuild.config.js",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"build": "node esbuild.config.js",
|
|
|
|
"watch": "node esbuild.config.js --watch",
|
2022-01-29 17:17:37 +01:00
|
|
|
"ext-test": "web-ext run",
|
2022-01-29 17:42:08 +01:00
|
|
|
"create-package": "web-ext build",
|
2022-01-29 17:12:08 +01:00
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.internet-czas-dzialac.pl/icd/rentgen.git"
|
|
|
|
},
|
|
|
|
"homepage": "https://git.internet-czas-dzialac.pl/icd/rentgen",
|
|
|
|
"author": "Kuba Orlik, Arkadiusz Wieczorek",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"dependencies": {
|
|
|
|
"@iabtcf/core": "^1.3.1",
|
|
|
|
"@types/proposal-relative-indexing-method": "^0.1.0",
|
|
|
|
"events": "^3.3.0",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2022-02-03 22:20:07 +01:00
|
|
|
"survey-core": "^1.9.8",
|
|
|
|
"survey-react": "^1.9.8",
|
2022-01-29 17:12:08 +01:00
|
|
|
"tai-password-strength": "^1.1.3"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ciasteczka",
|
|
|
|
"cookies",
|
|
|
|
"icd",
|
|
|
|
"internet czas działać",
|
|
|
|
"internet-czas-dzialac",
|
|
|
|
"privacy",
|
|
|
|
"prywatność",
|
|
|
|
"rentgen",
|
|
|
|
"śledzenie",
|
|
|
|
"tracking"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/events": "^3.0.0",
|
|
|
|
"@types/react-dom": "^17.0.9",
|
2022-01-29 18:20:26 +01:00
|
|
|
"addons-linter": "^4.7.0",
|
2022-01-29 17:12:08 +01:00
|
|
|
"esbuild": "^0.14.14",
|
|
|
|
"esbuild-plugin-sass": "^1.0.1",
|
2022-05-02 17:04:56 +02:00
|
|
|
"typescript": "^4.6.4",
|
2022-02-11 09:51:16 +01:00
|
|
|
"web-ext": "^6.7.0",
|
2022-01-29 17:12:08 +01:00
|
|
|
"web-ext-types": "^3.2.1"
|
|
|
|
}
|
2021-10-03 09:03:56 +02:00
|
|
|
}
|