-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 904 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
36
37
38
{
"name": "background-remover",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@imgly/background-removal": "1.3.0",
"@vercel/analytics": "^1.4.1",
"axios": "^1.7.9",
"framer-motion": "^11.15.0",
"heic-convert": "^2.1.0",
"jspdf": "^2.5.2",
"next": "15.1.2",
"onnxruntime-web": "1.16.3",
"openai": "^4.77.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.5",
"sharp": "^0.33.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/heic-convert": "^2.1.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}