openreplay/spot/package.json
2025-05-23 11:08:51 +02:00

38 lines
1,001 B
JSON

{
"name": "spot",
"description": "manifest.json description",
"private": true,
"version": "1.0.22",
"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",
"@tailwindcss/postcss": "^4.1.7",
"@tailwindcss/vite": "^4.1.7",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"solid-js": "^1.9.7",
"tailwindcss": "4.1.7",
"web-vitals": "^4.2.4"
},
"devDependencies": {
"@wxt-dev/module-solid": "^1.1.3",
"daisyui": "5.0.37",
"typescript": "^5.8.2",
"wxt": "0.20.6"
},
"packageManager": "yarn@4.5.3"
}