-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
54 lines (54 loc) · 1.49 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "hash-checker",
"version": "2.3.0",
"private": true,
"description": "一个快速、随时可用,且遵循 Material Design 3 的跨平台文件校验器",
"type": "module",
"scripts": {
"dev": "vite",
"build:web": "tsc && vite build --mode web",
"build:desktop": "tsc && vite build --mode desktop",
"preview": "vite preview",
"tauri": "tauri"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Super12138/Hash-Checker.git"
},
"author": "Super12138",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Super12138/Hash-Checker/issues"
},
"homepage": "https://github.com/Super12138/Hash-Checker#readme",
"devDependencies": {
"@mdui/icons": "^1.0.2",
"@tauri-apps/cli": "^2.1.0",
"@types/crypto-js": "^4.2.2",
"@types/diff": "^7.0.0",
"@types/node": "^22.10.1",
"@vite-pwa/assets-generator": "^0.2.6",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.21.1",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-window": "^7.3.0"
},
"dependencies": {
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-notification": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.0.1",
"crypto-js": "^4.2.0",
"diff": "^7.0.0",
"marked": "^15.0.3",
"mdui": "^2.1.3"
},
"overrides": {
"sharp": "0.33.5",
"sharp-ico": "0.1.5"
}
}