forked from suradet-ps/tb-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.6 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "tb-plus",
"private": true,
"version": "1.2.0",
"description": "TB Plus — ระบบบริหารจัดการคลินิกวัณโรค โรงพยาบาลสระโบสถ์",
"repository": "https://github.com/suradet-ps/tb-plus",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"fmt": "biome format --write .",
"fmt:cargo": "cd src-tauri && cargo fmt",
"fmt:check": "biome format .",
"fmt:cargo:check": "cd src-tauri && cargo fmt -- --check",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"check": "biome check .",
"check:fix": "biome check --write .",
"ci": "biome ci .",
"type-check": "vue-tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@lucide/vue": "^1.17.0",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-opener": "^2.5.3",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"pinia": "^3.0.4",
"vue": "^3.5.32",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@tauri-apps/cli": "^2.10.1",
"@types/leaflet": "^1.9.21",
"@types/leaflet.markercluster": "^1.5.6",
"@vitejs/plugin-vue": "^6.0.6",
"@vitest/coverage-v8": "4.1.7",
"@vue/test-utils": "^2.4.10",
"jsdom": "^29.1.1",
"typescript": "^6.0.0",
"vite": "^8.0.8",
"vitest": "^4.1.7",
"vue-tsc": "^3.3.3"
}
}