-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 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
{
"name": "lsar",
"version": "0.3.11",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"build:vite": "vite build",
"build": "tauri build",
"serve": "vite preview",
"tauri": "tauri",
"start:dev": "cross-env RUST_BACKTRACE=1 tauri dev --features log-color",
"check": "biome check --write src",
"dev": "bun run start:dev"
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-process": "~2.3.1",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-updater": "2.10.0",
"@vanilla-extract/css": "^1.18.0",
"fluent-solid": "^0.2.14",
"solid-icons": "^1.2.0",
"solid-js": "^1.9.11"
},
"devDependencies": {
"@biomejs/biome": "^2.4.6",
"@tauri-apps/cli": "^2.10.1",
"@types/node": "^25.5.0",
"@vanilla-extract/vite-plugin": "^5.1.4",
"cross-env": "^10.1.0",
"typescript": "^5.9.3",
"vite": "^8.0.0",
"vite-plugin-solid": "^2.11.10"
}
}