-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 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
44
45
{
"name": "xiaomi-note-exporter",
"private": true,
"version": "2.4.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.4",
"@tanstack/vue-table": "^8.21.3",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-opener": "^2.5.4",
"@vee-validate/yup": "^4.15.1",
"@vueuse/core": "^14.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^1.0.0",
"md-editor-v3": "^6.5.0",
"pinia": "^3.0.4",
"reka-ui": "^2.9.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.0",
"vee-validate": "^4.15.1",
"vue": "^3.5.33",
"vue-router": "^5.0.6",
"yup": "^1.7.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.0",
"@types/node": "^25.2.1",
"@vitejs/plugin-vue": "^6.0.6",
"shadcn-vue": "^2.6.2",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"unplugin-auto-import": "^21.0.0",
"vite": "^8.0.10",
"vue-tsc": "^3.2.8"
}
}