-
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.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 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": "pass-keeper",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "biome check . --write",
"format": "biome format --write .",
"lint:check": "biome check .",
"format:check": "biome format ."
},
"dependencies": {
"@tailwindcss/vite": "^4.0.17",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-clipboard-manager": "~2",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-sql": "~2",
"clsx": "^2.1.1",
"kdbxweb": "^2.1.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-toastify": "^11.0.5",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.0.17",
"zustand": "^5.0.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@iconify/react": "^6.0.0",
"@tauri-apps/cli": "^2.5.0",
"@types/node": "^22.15.3",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"globals": "^16.0.0",
"typescript": "~5.8.3",
"vite": "^6.3.5"
}
}