-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 840 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
{
"name": "parrot",
"private": true,
"version": "1.0.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@iconify/json": "^2.2.267",
"@tauri-apps/api": "^2.0.3",
"@vueuse/integrations": "^11.2.0",
"fuse.js": "^7.0.0",
"unplugin-icons": "^0.20.0",
"vue": "^3.5.12",
"vue-router": "4.4.5",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.4",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.12",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-windicss": "^1.9.3",
"vue-tsc": "^2.1.10",
"windicss": "^3.5.6"
},
"packageManager": "yarn@4.5.1"
}