-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 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
{
"name": "azvault",
"private": false,
"version": "1.0.1",
"description": "Azure Key Vault Explorer - Desktop App",
"author": {
"name": "Taras Kovalenko",
"email": "bad.kto@gmail.com"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "biome lint . --max-diagnostics=200",
"lint:fix": "biome check . --write --unsafe --max-diagnostics=200",
"format": "biome format --write .",
"test:react": "vitest run --coverage",
"preview": "vite preview",
"tauri": "cargo tauri"
},
"dependencies": {
"@fluentui/react-components": "^9.73.0",
"@fluentui/react-icons": "^2.0.319",
"@tanstack/react-query": "^5.90.21",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-store": "^2.4.2",
"date-fns": "^4.1.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"zustand": "^5.0.11"
},
"devDependencies": {
"@biomejs/biome": "^2.4.3",
"@types/node": "^25.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "^4.0.18",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18"
}
}