-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 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": "find-tab",
"displayName": "Find Tab",
"author": "github.com/jackbow",
"description": "Replicates Chrome's 'Find Tab' feature",
"private": true,
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox --mv3",
"build": "wxt build --mv3",
"build:firefox": "wxt build -b firefox --mv3",
"zip": "wxt zip --mv3",
"zip:firefox": "wxt zip -b firefox --mv3",
"check": "svelte-check --tsconfig ./tsconfig.json",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@tsconfig/svelte": "^5.0.6",
"@types/chrome": "^0.0.307",
"@types/webextension-polyfill": "^0.12.4",
"@wxt-dev/module-svelte": "^2.0.4",
"svelte": "^5.46.3",
"svelte-check": "^4.3.5",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"wxt": "^0.19.29"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.18",
"date-fns": "^4.1.0",
"flexsearch": "^0.7.43",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"webextension-polyfill": "^0.12.0"
}
}