mirror of
https://github.com/skidoodle/hostinfo
synced 2026-04-28 01:27:36 +02:00
33 lines
861 B
JSON
33 lines
861 B
JSON
{
|
|
"name": "hostinfo",
|
|
"description": "Receive information of a domain directly in the browser when browsing a website",
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wxt",
|
|
"dev:firefox": "wxt -b firefox",
|
|
"build": "wxt build",
|
|
"build:firefox": "wxt build -b firefox --mv3",
|
|
"zip": "wxt zip",
|
|
"zip:firefox": "wxt zip -b firefox --mv3",
|
|
"compile": "tsc --noEmit",
|
|
"postinstall": "wxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.2.0",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"tailwindcss": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chrome": "^0.1.37",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@wxt-dev/module-react": "^1.1.5",
|
|
"typescript": "^5.9.3",
|
|
"wxt": "^0.20.18"
|
|
}
|
|
}
|