-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 728 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 728 Bytes
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
{
"name": "web-removebg",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"dependencies": {
"@solidjs/meta": "^0.29.3",
"@solidjs/router": "^0.13.0",
"@solidjs/start": "^0.7.5",
"@xenova/transformers": "github:xenova/transformers.js#v3",
"clsx": "^2.1.0",
"solid-js": "^1.8.15",
"tailwind-merge": "^2.2.1",
"vinxi": "^0.3.10"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240320.1",
"@webgpu/types": "^0.1.40",
"autoprefixer": "^10.4.14",
"fontaine": "^0.5.0",
"postcss": "^8.4.26",
"tailwindcss": "^3.3.3",
"typescript": "^5.4.2"
}
}