-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev:mobile": "tauri ios dev",
"dev:desktop": "tauri dev",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint ./src",
"check": "vue-tsc --noEmit",
"test": "vitest run --dir src",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.1.1",
"@tauri-apps/plugin-shell": "2.0.1",
"@unocss/reset": "0.64.0",
"ofetch": "1.4.1",
"valibot": "0.42.1",
"vue": "3.5.12",
"vue-formor": "5.0.0",
"vue-router": "4.4.5",
"vue-storer": "0.6.0"
},
"devDependencies": {
"@iconify/json": "2.2.272",
"@tauri-apps/cli": "2.1.0",
"@types/node": "22.9.0",
"@vitejs/plugin-vue": "5.2.0",
"@vitest/coverage-v8": "2.1.5",
"@vue/test-utils": "2.4.6",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vue": "9.31.0",
"globals": "15.12.0",
"happy-dom": "15.11.6",
"prettier": "3.3.3",
"private-ip-address": "1.0.0",
"process-envify": "2.0.0",
"sass": "1.80.7",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript-eslint": "8.14.0",
"unocss": "0.64.0",
"vite": "5.4.11",
"vite-plugin-vue-routes": "1.1.0",
"vitest": "2.1.5",
"vue-tsc": "2.1.10"
}
}