-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.77 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.77 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "wxt-starter",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"prepare": "[ -n \"$CI\" ] || lefthook install",
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"bump": "bumpp -y -q",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"submit": "wxt submit",
"submit:latest": "bun exec 'rm -rf .output'; wxt zip && wxt submit --chrome-zip .output/*.zip",
"typecheck": "tsgo --noEmit",
"postinstall": "wxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@orpc/client": "^1.13.4",
"@orpc/server": "^1.13.4",
"@orpc/tanstack-query": "^1.13.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.90.20",
"@wxt-dev/i18n": "^0.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@antfu/eslint-config": "^7.2.0",
"@eslint-react/eslint-plugin": "^2.9.4",
"@eslint/eslintrc": "^3.3.3",
"@types/react": "^19.2.11",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "^7.0.0-dev.20260204.1",
"@wxt-dev/auto-icons": "^1.1.0",
"@wxt-dev/module-react": "^1.1.5",
"baseline-browser-mapping": "^2.9.19",
"bumpp": "^10.4.0",
"eslint": "^9.39.2",
"eslint-plugin-perfectionist": "^5.4.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.0",
"eslint-plugin-tailwindcss": "^3.18.2",
"lefthook": "^2.1.0",
"typescript": "^5.9.3",
"wxt": "^0.20.13"
}
}