-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.54 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.54 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
{
"name": "geoimage",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "wxt",
"dev:ff": "wxt -b firefox --mv3",
"build": "wxt build",
"build:ff": "wxt build -b firefox --mv3",
"zip": "wxt zip",
"zip:ff": "wxt zip -b firefox --mv3",
"watch:ff": "nodemon --watch src -e js,ts,vue,css,html --exec \"npm run build:ff\"",
"android": "web-ext run -t firefox-android -s .output/firefox-mv3 --firefox-apk org.mozilla.firefox_beta --adb-device",
"clean": "wxt clean",
"tsc": "vue-tsc --noEmit",
"ncu": "ncu -u -x wxt",
"prettier:check": "npx prettier --check .",
"prettier:write": "npx prettier --write .",
"lint:web-ext": "npm run build:ff && npx web-ext lint --source-dir .output/firefox-mv3 --self-hosted",
"package": "npm run tsc && npm run zip && npm run zip:ff",
"postinstall": "wxt prepare"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"bootstrap": "^5.3.8",
"bootswatch": "^5.3.8",
"idb": "^8.0.3",
"vue": "^3.5.32"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/chrome": "^0.1.40",
"@types/firefox-webext-browser": "^143.0.0",
"@types/node": "^25.6.0",
"@uppy/core": "^5.2.0",
"@uppy/drop-target": "^4.1.0",
"@wxt-dev/auto-icons": "^1.1.1",
"@wxt-dev/i18n": "^0.2.5",
"@wxt-dev/module-vue": "^1.0.3",
"nodemon": "^3.1.14",
"prettier": "^3.8.3",
"sass": "^1.99.0",
"typescript": "~6.0.3",
"vue-tsc": "^3.2.6",
"web-ext": "^10.1.0",
"wxt": "0.20.21"
}
}