2021-10-03 09:03:56 +02:00
|
|
|
{
|
|
|
|
"name": "problematic-requests",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "email-template-harsh.js",
|
|
|
|
"scripts": {
|
2021-11-22 18:56:20 +01:00
|
|
|
"build": "npx esbuild sidebar/sidebar.tsx test.ts --bundle report-window/report-window.tsx --bundle background.ts --bundle --outdir=./lib",
|
2021-11-22 17:54:15 +01:00
|
|
|
"watch": "npm run build -- --watch",
|
2021-11-22 18:56:20 +01:00
|
|
|
"typecheck": "tsc --noEmit"
|
2021-10-03 09:03:56 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.kuba-orlik.name/kuba/problematic-requests.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2021-10-06 17:22:33 +02:00
|
|
|
"@iabtcf/core": "^1.3.1",
|
2021-11-24 22:03:03 +01:00
|
|
|
"@types/proposal-relative-indexing-method": "^0.1.0",
|
2021-10-03 09:03:56 +02:00
|
|
|
"esbuild": "^0.13.3",
|
|
|
|
"events": "^3.3.0",
|
|
|
|
"react": "^17.0.2",
|
2021-10-04 18:51:51 +02:00
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"tai-password-strength": "^1.1.3"
|
2021-10-03 09:03:56 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/events": "^3.0.0",
|
|
|
|
"@types/react-dom": "^17.0.9",
|
|
|
|
"web-ext-types": "^3.2.1"
|
|
|
|
}
|
|
|
|
}
|