-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.7 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
59
60
61
62
63
64
{
"name": "gmail-alias-toolkit",
"description": "Generate and manage Gmail aliases with plus addressing and presets",
"private": true,
"version": "1.3.1",
"author": "dev@eplus.dev",
"license": "MIT",
"homepage_url": "https://eplus.dev",
"type": "module",
"packageManager": "yarn@4.14.1",
"workspaces": [
"web"
],
"engines": {
"node": ">=24.0.0"
},
"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",
"zip:edge": "wxt zip -b edge",
"zip:opera": "wxt zip -b opera",
"compile": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"postinstall": "wxt prepare"
},
"dependencies": {
"@tanstack/react-virtual": "^3.14.5",
"@wxt-dev/auto-icons": "^1.1.0",
"@wxt-dev/module-react": "^1.1.5",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"motion": "^12.0.0",
"next-themes": "^0.4.6",
"qrcode": "^1.5.4",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwind-merge": "^2.6.0",
"tldts": "^7.4.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"autoprefixer": "^10.4.20",
"jsdom": "^29.1.1",
"postcss": "^8.5.10",
"tailwindcss": "^4",
"typescript": "^5.9.3",
"vite": "^8.1.1",
"vitest": "^4.1.9",
"wxt": "^0.20.27"
}
}