-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
111 lines (111 loc) · 2.83 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "betterfloat",
"displayName": "BetterFloat",
"version": "2.8.10",
"description": "Enhance your experience on CSFloat.com, Skinport.com & Skinbid.com!",
"author": "Rums",
"license": "CC BY NC SA 4.0",
"homepage": "https://betterfloat.com",
"scripts": {
"dev": "plasmo dev",
"dev:firefox": "plasmo dev --target=firefox-mv3",
"build": "plasmo build",
"build:firefox": "plasmo build --target=firefox-mv3",
"package": "plasmo package",
"lint": "biome lint --write src/",
"format": "biome format --write src/ && biome check --write src/"
},
"dependencies": {
"@plasmohq/messaging": "^0.6.2",
"@plasmohq/storage": "^1.13.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@types/common-tags": "^1.8.4",
"@types/webextension-polyfill": "^0.12.1",
"@webext-core/isolated-element": "^1.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"common-tags": "^1.8.2",
"framer-motion": "^11.11.17",
"plasmo": "0.89.4",
"react": "18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "18.3.1",
"simplex-noise": "^4.0.3",
"socket.io-client": "^4.8.1",
"socket.io-msgpack-parser": "^3.0.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@types/chrome": "0.0.278",
"@types/node": "22.7.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"cs-tierlist": "^1.2.2",
"csgo-fade-percentage-calculator": "^1.1.6",
"currency-symbol-map": "^5.1.0",
"decimal.js": "^10.4.3",
"postcss": "8.4.47",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
},
"manifest": {
"web_accessible_resources": [
{
"matches": [
"https://*.csfloat.com/*",
"https://*.skinport.com/*",
"https://*.skinbid.com/*"
],
"resources": [
"inject.ts"
]
}
],
"key": "$CRX_PUBLIC_KEY",
"browser_specific_settings": {
"gecko": {
"id": "$FIREFOX_EXT_ID",
"strict_min_version": "109.0"
}
},
"host_permissions": [
"https://*.csfloat.com/*",
"https://*.skinport.com/*",
"https://*.skinbid.com/*"
],
"externally_connectable": {
"matches": [
"https://*.rums.dev/*"
]
},
"permissions": [
"unlimitedStorage",
"storage"
]
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"svgo": "2.8.0"
}
}
}
}