-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.14 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
{
"name": "Finitude",
"description": "Remove infinite scrolling from Youtube and limit feed sizes",
"private": true,
"version": "1.0.2",
"type": "module",
"scripts": {
"dev": "wxt -b firefox",
"dev:chrome": "wxt",
"build": "wxt build -b firefox",
"build:chrome": "wxt build",
"zip": "wxt zip -b firefox",
"zip:chrome": "wxt zip",
"check": "svelte-check --tsconfig ./tsconfig.json",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@internationalized/date": "^3.12.0",
"@lucide/svelte": "^1.21.0",
"@tailwindcss/vite": "^4.2.1",
"@tsconfig/svelte": "^5.0.6",
"@wxt-dev/module-svelte": "^2.0.4",
"autoprefixer": "^10.4.27",
"clsx": "^2.1.1",
"postcss": "^8.5.8",
"shadcn-svelte": "^1.3.0",
"svelte": "^5.46.0",
"svelte-check": "^4.3.4",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.2.1",
"tslib": "^2.8.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"wxt": "^0.20.6"
},
"dependencies": {
"bits-ui": "^2.16.3",
"lucide-svelte": "^0.577.0"
}
}