-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "lsar",
"version": "0.2.8",
"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",
"check": "biome check --write src",
"dev": "bun run start:dev"
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-clipboard-manager": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-process": "~2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"@tauri-apps/plugin-updater": "2.0.0",
"alley-components": "^0.3.11",
"buffer": "^6.0.3",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tauri-apps/cli": "^2.1.0",
"@types/node": "^22.10.2",
"cross-env": "^7.0.3",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.11.0"
}
}