-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 KB
/
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
42
{
"name": "project-dave",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port 1420",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"tauri": "tauri"
},
"dependencies": {
"@pinia/nuxt": "^0.5.5",
"@primevue/themes": "^4.1.0",
"@reown/appkit": "^1.6.0",
"@reown/appkit-adapter-wagmi": "^1.6.0",
"@tanstack/vue-query": "^5.62.7",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-process": "^2.2.0",
"@tauri-apps/plugin-shell": "^2",
"@tauri-apps/plugin-updater": "^2.3.0",
"@wagmi/vue": "^0.1.0",
"nuxt": "^3.14.1592",
"primeicons": "^7.0.0",
"primevue": "^4.1.0",
"tailwindcss-primeui": "^0.3.4",
"viem": "^2.21.54",
"vue": "^3.3.4",
"vue-router": "latest"
},
"devDependencies": {
"@primevue/nuxt-module": "^4.1.0",
"@tauri-apps/cli": "^2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"sass-embedded": "^1.83.0",
"tailwindcss": "^3.4.13"
}
}