-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "auto-notes",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@primevue/themes": "^4.2.5",
"@tailwindcss/vite": "4.0.0-beta.9",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-fs": "~2.2.0",
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-log": "~2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-os": "~2",
"@tauri-apps/plugin-shell": "~2",
"@tauri-apps/plugin-store": "~2.2.0",
"@vscode/markdown-it-katex": "^1.1.1",
"@vueuse/core": "^12.4.0",
"axios": "^1.7.9",
"echarts": "^5.6.0",
"lucide-vue-next": "^0.471.0",
"primeicons": "^7.0.0",
"primevue": "^4.2.5",
"tailwindcss": "4.0.0-beta.9",
"vue": "^3.5.13",
"vue-echarts": "^7.0.3",
"vue-router": "4",
"vue3-markdown-it": "^1.0.10"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "~5.6.2",
"unplugin-vue-router": "^0.10.9",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
}
}