🏷️ Search for custom tailnet name offers with keywords.
1{
2 "name": "tailname",
3 "description": "Search for custom tailnet name offers with keywords.",
4 "author": "Chloe Arciniega <chloe@sapphic.moe>",
5 "private": true,
6 "version": "1.0.2",
7 "type": "module",
8 "license": "zlib",
9 "scripts": {
10 "dev": "wxt",
11 "dev:firefox": "wxt -b firefox",
12 "build": "wxt build",
13 "build:firefox": "wxt build -b firefox",
14 "zip": "wxt zip",
15 "zip:firefox": "wxt zip -b firefox",
16 "compile": "tsc --noEmit",
17 "postinstall": "wxt prepare"
18 },
19 "dependencies": {
20 "react": "^19.1.0",
21 "react-dom": "^19.1.0",
22 "react-icons": "^5.5.0"
23 },
24 "devDependencies": {
25 "@biomejs/biome": "2.2.4",
26 "@types/react": "^19.1.13",
27 "@types/react-dom": "^19.1.9",
28 "@wxt-dev/auto-icons": "^1.1.0",
29 "@wxt-dev/module-react": "^1.1.5",
30 "autoprefixer": "^10.4.21",
31 "postcss": "^8.5.6",
32 "tailwindcss": "3.4.1",
33 "typescript": "^5.8.3",
34 "wxt": "^0.20.11"
35 }
36}