-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 KB
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
{
"name": "@chibisafe/browser-extension",
"description": "Chibisafe browser extension",
"private": true,
"version": "3.0.0",
"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"
},
"dependencies": {
"@headlessui/react": "^2.2.4",
"@react-stately/flags": "^3.1.1",
"@tailwindcss/forms": "^0.5.10",
"clsx": "^2.1.1",
"cva": "^1.0.0-beta.3",
"lucide-react": "^0.511.0",
"react": "^19.1.0",
"react-aria-components": "^1.9.0",
"react-dom": "^19.1.0",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.0",
"tw-animate-css": "^1.3.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/vite": "^4.1.7",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@wxt-dev/auto-icons": "^1.0.2",
"@wxt-dev/module-react": "^1.1.3",
"tailwindcss": "^4.1.7",
"tailwindcss-react-aria-components": "^2.0.0",
"typescript": "^5.8.3",
"wxt": "^0.20.7"
}
}