-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 763 Bytes
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
{
"name": "humaninloop-frontend",
"private": true,
"version": "0.8.1",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@crabnebula/tauri-plugin-drag": "^2.1.0",
"@tauri-apps/api": "^2.0.0",
"markdown-it": "^14.1.0",
"tauri-plugin-liquid-glass-api": "^0.1.6",
"vue": "^3.5.0",
"vue-i18n": "^11.4.4"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"@types/markdown-it": "^14.1.2",
"@vitejs/plugin-vue": "^5.1.0",
"typescript": "^5.6.0",
"vite": "^6.0.0",
"vue-tsc": "^2.1.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}