-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.04 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
{
"name": "mxroute-forwarder",
"description": "A simple MXroute email forwarder extension for browsers.",
"private": true,
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"build:chrome": "wxt build -b chrome",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"check": "svelte-check --tsconfig ./tsconfig.json",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@iconify-json/solar": "^1.2.5",
"@iconify/svelte": "^5.2.1",
"@iconify/tailwind": "^1.2.0",
"@iconify/vue": "^5.0.0",
"@tsconfig/svelte": "^5.0.6",
"@wxt-dev/auto-icons": "^1.1.0",
"@wxt-dev/module-svelte": "^2.0.4",
"svelte": "^5.46.4",
"svelte-check": "^4.3.4",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"wxt": "^0.20.6"
},
"dependencies": {
"@intouchg/random-phrase": "^0.1.0",
"@tailwindcss/vite": "^4.1.18",
"axios": "^1.13.2",
"tailwindcss": "^4.1.18"
}
}