-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 985 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
40
41
{
"name": "vleer",
"private": true,
"type": "module",
"scripts": {
"build": "tauri build",
"dev": "tauri dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@tauri-apps/api": "2.1.1",
"@types/lodash-es": "4.17.12",
"nuxt": "3.15.0",
"sass": "1.83.0",
"vue": "3.5.13"
},
"dependencies": {
"@pinia/nuxt": "0.9.0",
"@tauri-apps/cli": "2.1.0",
"@tauri-apps/plugin-dialog": "2.2.0",
"@tauri-apps/plugin-fs": "2.2.0",
"@tauri-apps/plugin-global-shortcut": "2.2.0",
"@tauri-apps/plugin-os": "2.2.0",
"@tauri-apps/plugin-sql": "2.2.0",
"@types/howler": "2.2.12",
"@types/uuid": "10.0.0",
"axios": "1.7.9",
"howler": "2.2.4",
"lodash-es": "4.17.21",
"pinia": "2.3.0",
"sylviejs": "0.0.19",
"uuid": "11.0.3",
"verse.db": "2.2.15",
"vue-router": "4.5.0"
},
"overrides": {
"chokidar": "^3.6.0"
}
}