-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 937 Bytes
/
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": "webfollow",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@mdi/font": "7.0.96",
"@tauri-apps/api": ">=2.0.0",
"@tauri-apps/plugin-shell": ">=2.0.0",
"@types/turndown": "^5.0.5",
"core-js": "^3.29.0",
"marked": "^14.1.3",
"pinia": "^2.2.4",
"roboto-fontface": "*",
"swiper": "^11.1.14",
"turndown": "^7.2.0",
"vite-plugin-pwa": "^0.21.1",
"vue": "^3.3.4",
"vue-router": "4",
"vuetify": "^3.0.0"
},
"devDependencies": {
"@tauri-apps/cli": ">=2.0.0",
"@types/node": "^22.7.5",
"@vitejs/plugin-vue": "^5.0.5",
"sass": "^1.60.0",
"typescript": "^5.2.2",
"unplugin-fonts": "^1.0.3",
"vite": "^5.3.1",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.0.22"
}
}