-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.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.287",
"@tauri-apps/api": "^2.1.1",
"@vueuse/integrations": "^12.0.0",
"fuse.js": "^7.0.0",
"unplugin-icons": "^0.22.0",
"vue": "^3.5.13",
"vue-router": "4.5.0",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite-plugin-windicss": "^1.9.4",
"vue-tsc": "^2.1.10",
"windicss": "^3.5.6"
},
"packageManager": "[email protected]"
}