-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
37 lines (37 loc) · 947 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"web:build": "nuxt build",
"web:dev": "nuxt dev",
"web:generate": "nuxt generate",
"web:preview": "nuxt preview",
"dev": "tauri dev",
"build": "tauri build",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@element-plus/icons-vue": ">=0.2.6",
"@element-plus/nuxt": "1.1.1",
"@nuxtjs/i18n": "9.1.1",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-global-shortcut": "~2",
"@tauri-apps/plugin-log": "~2",
"@vueuse/core": "^12.1.0",
"@vueuse/nuxt": "12.1.0",
"dayjs": "^1.11.13",
"element-plus": "^2.9.1",
"nuxt": "^3.14.1592",
"uuid": "^11.0.3",
"vue": "latest",
"vue-router": "latest",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@types/uuid": "^10.0.0",
"nuxt-lodash": "^2.5.3"
}
}