-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
43 lines (43 loc) · 1.28 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
{
"name": "remove-bg",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "bunx --bun vite --port 5175",
"build": "vite build",
"preview": "vite preview",
"up": "TARGET=bannerify bunx --bun vite build && wrangler pages deploy ./dist --branch main --project-name remove-bg"
},
"dependencies": {
"@huggingface/transformers": "3.0.0-alpha.9",
"@nextui-org/react": "^2.4.6",
"@nextui-org/theme": "^2.2.9",
"@zip.js/zip.js": "^2.7.51",
"detect-gpu": "^5.0.45",
"framer-motion": "^11.3.24",
"lucide-react": "^0.427.0",
"motion-number": "^0.1.6",
"p-queue": "^8.0.1",
"react": "18.3.0-canary-b30030471-20240117",
"react-aria-components": "^1.3.1",
"react-dom": "18.3.0-canary-b30030471-20240117",
"react-medium-image-zoom": "^5.2.8",
"remeda": "^2.11.0",
"sonner": "^1.5.0",
"valtio": "^1.13.2"
},
"devDependencies": {
"@types/node": "^22.2.0",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "3.4.9",
"tailwindcss-react-aria-components": "^1.1.4",
"typescript": "^5.5.4",
"vite": "5.4.1",
"vite-plugin-css-injected-by-js": "1.4.0"
},
"resolutions": {}
}