-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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": "dark-souls-keeper",
"version": "1.6.0",
"description": "An archive manager for Dark Souls III and Elden Ring",
"author": {
"name": "Gu-Miao",
"email": "[email protected]"
},
"license": "MIT",
"type": "module",
"scripts": {
"dev:ui": "vite",
"build:ui": "vue-tsc --noEmit && vite build",
"start": "tauri dev",
"build": "tauri build"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tauri-apps/api": "^1.6.0",
"dayjs": "^1.11.13",
"element-plus": "^2.8.3",
"uuid": "^10.0.0",
"vue": "^3.5.4"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.1",
"@types/node": "^22.5.4",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.1.3",
"less": "^4.2.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.5",
"vue-tsc": "^2.1.6"
},
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}