-
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.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 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": "background-remover",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"serve": "vite preview",
"test": "vitest run",
"format": "biome format",
"lint": "biome lint",
"check": "biome check"
},
"dependencies": {
"@huggingface/transformers": "^3.8.1",
"@kobalte/core": "^0.13.11",
"@solid-primitives/media": "^2.3.5",
"@solid-primitives/storage": "^4.3.4",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/router-plugin": "^1.166.9",
"@tanstack/solid-router": "^1.167.0",
"@tanstack/solid-start": "^1.166.11",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-solid": "^0.577.0",
"@faststats/web": "0.1.3",
"nitro": "^3.0.260311-beta",
"onedollarstats": "^0.0.16",
"solid-js": "^1.9.11",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.8",
"@types/node": "^25.5.0",
"typescript": "^5.9.3",
"vite": "8.0.1",
"vite-plugin-solid": "2.11.11"
}
}