-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "branchwise",
"private": true,
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{js,vue,ts}\"",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-process": "~2",
"@tauri-apps/plugin-shell": "~2",
"@tauri-apps/plugin-updater": "~2",
"moment-timezone": "^0.5.46",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.1.1",
"vue": "^3.5.13",
"vue-router": "4",
"vuetify": "^3.7.5"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@tauri-apps/cli": "^2.1.0",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.16.0",
"eslint-plugin-vue": "^9.32.0",
"happy-dom": "^15.11.7",
"typescript": "^5.6.3",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"strip-ansi": "6.0.1",
"string-width": "4.2.2",
"wrap-ansi": "7.0.0"
}
}