-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 KB
/
package.json
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
{
"name": "fuzzytab",
"description": "A keyboard focused fzf inspired browser extension for blazingly fast navigation.",
"private": true,
"type": "module",
"version": "0.7.0",
"scripts": {
"dev:chrome": "wxt",
"dev:firefox": "wxt -b firefox",
"build:chrome": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip:chrome": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"check": "svelte-check --tsconfig ./tsconfig.json",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@tsconfig/svelte": "^5.0.4",
"@types/valid-url": "^1.0.7",
"@wxt-dev/module-svelte": "^1.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-svelte": "^2.42.0",
"fuse.js": "^7.0.0",
"globals": "^15.8.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"svelte-routing": "^2.13.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"valid-url": "^1.0.9",
"wxt": "^0.18.6"
}
}