-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 790 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 790 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
31
{
"name": "dragon",
"description": "Yet another drag and drop extension",
"private": true,
"version": "0.0.1",
"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/icons-mdi": "^1.2.48",
"@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": {
"@iconify-icon/solid": "^3.0.3",
"@wxt-dev/module-solid": "^1.1.4",
"typescript": "^5.9.3",
"wxt": "^0.20.20"
}
}