openreplay/spot/package.json
2025-05-13 10:38:22 +02:00

36 lines
932 B
JSON

{
"name": "spot",
"description": "manifest.json description",
"private": true,
"version": "1.0.19",
"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.3.0",
"@openreplay/network-proxy": "^1.1.0",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"solid-js": "^1.9.5",
"tailwindcss": "^3.4.4",
"web-vitals": "^4.2.4"
},
"devDependencies": {
"@wxt-dev/module-solid": "^1.1.3",
"daisyui": "^4.12.10",
"typescript": "^5.8.2",
"wxt": "0.19.29"
},
"packageManager": "yarn@4.5.3"
}