-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.89 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "Followise",
"type": "module",
"version": "0.0.5",
"private": true,
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"description": "Followise is a browser extension that helps you find and follow your favorite creators on Follow.app.",
"scripts": {
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"compile": "tsc --noEmit",
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"postinstall": "wxt prepare",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.56.2",
"camelcase-keys": "^9.1.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"foxact": "^0.2.38",
"framer-motion": "^11.5.6",
"immer": "^10.1.1",
"jotai": "2.10.0",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.4.5-fork.4",
"ofetch": "^1.4.0",
"rc-modal-sheet": "^0.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.8.1",
"@iconify-json/mingcute": "^1.2.0",
"@tailwindcss/container-queries": "^0.1.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@wxt-dev/module-react": "^1.1.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint-config-hyoban": "^3.1.6",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"postcss-js": "^4.0.1",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"wxt": "^0.19.1"
},
"pnpm": {
"patchedDependencies": {
"wxt": "patches/wxt.patch"
}
}
}