-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
44
45
{
"name": "app",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"start": "vinxi",
"dev": "vinxi dev",
"build": "vinxi build",
"serve": "vinxi preview",
"tauri": "tauri",
"fix": "npx @biomejs/biome check src/. --fix",
"typecheck": "tsc --noEmit",
"vercel-build": "npm run build"
},
"license": "MIT",
"dependencies": {
"@solidjs/router": "^0.15.1",
"@solidjs/start": "^1.0.10",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-shell": "^2.0.1",
"clsx": "^2.1.1",
"solid-js": "^1.9.3",
"switchboard.js": "^2.1.0",
"torrent-discovery": "^11.0.11",
"wilderness": "^5.1.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@solid-primitives/scheduled": "^1.4.4",
"@tauri-apps/cli": "^2.1.0",
"internal-ip": "^8.0.0",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-node-polyfills": "^0.22.0"
},
"trustedDependencies": [
"@biomejs/biome"
],
"engines": {
"node": "22.x"
}
}