-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 752 Bytes
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
{
"name": "dragon",
"description": "Yet another drag and drop extension",
"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",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@iconify-solid/mdi": "^1.0.2",
"@tailwindcss/vite": "^4.2.2",
"@webext-core/messaging": "^2.3.0",
"@wxt-dev/i18n": "^0.2.5",
"solid-js": "^1.9.11",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@wxt-dev/module-solid": "^1.1.4",
"typescript": "^5.9.3",
"wxt": "^0.20.20"
}
}