-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.3 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
{
"name": "vivestream-next",
"version": "1.7.7",
"description": "",
"type": "module",
"scripts": {
"start": "bun run tauri dev",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri",
"cleanup": "cd src-tauri && cargo clean && rm -rf target gen && cd .. && rm -rf node_modules dist pkg PKGBUILD.1",
"init": "cd src-tauri && cargo build && cd .. && bun install && vite build",
"test": "vitest run && cd src-tauri && cargo test",
"format": "prettier -w -u . && cd src-tauri && cargo fmt --all"
},
"license": "Polyform Noncommercial License 1.0.0",
"dependencies": {
"@phosphor-icons/web": "^2.1.2",
"@solidjs/router": "^0.16.1",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-shell": "~2",
"solid-js": "^1.9.14"
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.10",
"@tauri-apps/cli": "^2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/user-event": "^14.6.1",
"jsdom": "^29.1.1",
"solid-testing-library": "^0.5.1",
"typescript": "~7.0.2",
"vite": "^8.1.4",
"vite-plugin-solid": "^2.11.12",
"vitest": "^4.1.10"
}
}