-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 909 Bytes
/
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
{
"name": "better-steam",
"description": "Better Steam by Steambase",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"check": "svelte-check --tsconfig ./tsconfig.json",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"svelte": "^4.2.13",
"svelte-check": "^3.6.9",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"wxt": "^0.17.12"
},
"dependencies": {
"bits-ui": "^0.21.2",
"clsx": "^2.1.0",
"lucide-svelte": "^0.367.0",
"tailwind-merge": "^2.2.2",
"tailwind-variants": "^0.2.1"
}
}