openreplay/spot/package.json
Delirium e66423dcf4
Spot network refactoring (#2617)
* start refactoring network

* separate network module, refactor spot network capture

Signed-off-by: nick-delirium <nikita@openreplay.com>

* some console refactoring, display network results in ui

* detect gql error param

* fix proxy ignore file, fix network tracking, fix tab tracking

* some code quality improvements...

* handle graphql in network lib (.2 ver), update tracker to use last version of lib

* remove debug logs, change request type to gql (if its gql!) in lib, display gql in ui

---------

Signed-off-by: nick-delirium <nikita@openreplay.com>
2024-09-30 09:47:27 +02:00

37 lines
954 B
JSON

{
"name": "wxt-starter",
"description": "manifest.json description",
"private": true,
"version": "1.0.9",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare",
"prettier": "prettier --write ."
},
"dependencies": {
"@neodrag/solid": "^2.0.4",
"@openreplay/network-proxy": "^1.0.3",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"autoprefixer": "^10.4.19",
"install": "^0.13.0",
"npm": "^10.8.1",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"solid-js": "^1.8.17",
"tailwindcss": "^3.4.4",
"web-vitals": "^4.2.2"
},
"devDependencies": {
"@wxt-dev/module-solid": "^1.1.2",
"daisyui": "^4.12.10",
"typescript": "^5.4.5",
"wxt": "0.19.10"
}
}