-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.39 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
42
43
44
45
46
47
48
49
50
51
{
"name": "betterbuff",
"displayName": "BetterBuff",
"description": "Enhance your website experience on Buff163",
"author": "Rums",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/GODrums/BetterBuff",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox --mv3",
"build": "wxt build",
"build:firefox": "wxt build -b firefox --mv3",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox --mv3",
"update": "pnpm up --latest",
"check": "svelte-check --tsconfig ./tsconfig.json",
"postinstall": "wxt prepare",
"submit": "wxt submit",
"submit:dry": "wxt submit --dry-run",
"lint": "biome lint --write src/",
"format": "biome format --write src/ && biome check --write src/"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tailwindcss/typography": "^0.5.13",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.19",
"daisyui": "^4.11.1",
"postcss": "^8.4.38",
"publish-browser-extension": "^2.1.3",
"svelte": "^4.2.17",
"svelte-check": "^3.7.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"wxt": "^0.18.2"
},
"dependencies": {
"@types/chrome": "^0.0.268",
"bits-ui": "^0.21.9",
"clsx": "^2.1.1",
"decimal": "^0.0.2",
"decimal.js": "^10.4.3",
"svelte-radix": "^1.1.0",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1"
}
}