-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.04 KB
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
{
"name": "nuxt-app",
"version": "1.4.0",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/icon": "1.10.3",
"@nuxtjs/device": "3.2.4",
"@pinia/nuxt": "0.10.1",
"@tauri-apps/api": "2.2.0",
"@tauri-apps/plugin-updater": "2.5.0",
"nuxt": "3.15.4",
"pinia": "3.0.1",
"tauri-plugin-drpc": "1.0.2",
"vue": "3.5.13",
"vue-audio-visual": "3.0.9",
"vue-router": "4.5.0"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447",
"devDependencies": {
"@iconify-json/eos-icons": "1.2.2",
"@iconify-json/material-symbols": "1.2.14",
"@nuxt/eslint": "1.0.1",
"@nuxtjs/tailwindcss": "6.13.1",
"@tauri-apps/cli": "2.2.7",
"@tauri-apps/plugin-shell": "2.2.0",
"eslint": "9.20.1",
"typescript": "5.7.3",
"vue-tsc": "2.2.0",
"vue-types": "5.1.3",
"vue-types-nuxt": "2.0.3"
}
}