-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.56 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.56 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "betterfloat",
"displayName": "BetterFloat",
"version": "0.0.0",
"packageManager": "bun@1.3.13",
"description": "Enhance your website experience on 15+ CS2 skin markets!",
"author": "Rums",
"license": "CC BY NC SA 4.0",
"homepage": "https://betterfloat.com",
"scripts": {
"preinstall": "lefthook install",
"postinstall": "wxt prepare",
"dev": "wxt",
"dev:firefox": "wxt -b firefox --mv3",
"build": "wxt build",
"build:firefox": "wxt build -b firefox --mv3",
"build:all": "bun run build && bun run build:firefox && bun run manifest:check",
"package": "wxt zip",
"package:firefox": "wxt zip -b firefox --mv3",
"typecheck": "tsc --noEmit",
"test": "bun test",
"manifest:baseline": "bun run scripts/manifestSecuritySurface.ts baseline",
"manifest:check": "bun run scripts/manifestSecuritySurface.ts check",
"check:permission-increase": "bun run scripts/checkPermissionIncrease.ts",
"lint": "biome ci src/ entrypoints/ wxt.config.ts scripts/manifestSecuritySurface.ts scripts/chromiumUtf8.ts",
"format": "biome format src/ --write && biome check src/ --fix",
"zip": "bash ./scripts/create-source-archive.sh"
},
"trustedDependencies": [
"@parcel/watcher",
"@swc/core",
"@tsparticles/engine",
"esbuild",
"lefthook",
"lmdb",
"msgpackr-extract",
"sharp",
"spawn-sync"
],
"dependencies": {
"@base-ui/react": "^1.6.0",
"@plasmohq/storage": "^1.15.0",
"@tsparticles/engine": "^4.3.2",
"@tsparticles/react": "^4.3.2",
"@tsparticles/slim": "^4.3.2",
"@types/common-tags": "^1.8.4",
"@webext-core/isolated-element": "^2.0.0",
"@webext-core/messaging": "^2.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"common-tags": "^1.8.2",
"dexie": "^4.4.2",
"dexie-react-hooks": "^4.4.0",
"fuse.js": "^7.1.0",
"jose": "^6.2.2",
"lucide-react": "^1.24.0",
"motion": "^12.42.2",
"react": "19.1.5",
"react-colorful": "^5.6.1",
"react-dom": "19.1.5",
"simplex-noise": "^4.0.3",
"socket.io-client": "^4.8.1",
"socket.io-msgpack-parser": "^3.0.2",
"sonner": "^2.0.7",
"tailwind-merge": "^2.6.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "2.5.3",
"@tailwindcss/postcss": "4.3.2",
"@types/bun": "^1.3.11",
"@types/chrome": "0.1.4",
"@types/node": "24.3.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@wxt-dev/module-react": "1.2.2",
"cs-tierlist": "^1.2.4",
"currency-symbol-map": "^5.1.0",
"decimal.js": "^10.6.0",
"lefthook": "^1.11.13",
"postcss": "8.5.6",
"tailwindcss": "^4.3.2",
"typescript": "7.0.2",
"wxt": "0.20.27"
}
}