-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 940 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": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint ."
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@wagmi/connectors": "4.1.14",
"@wagmi/core": "2.6.5",
"@web3modal/wagmi": "^4.1.1",
"nuxt": "^3.10.3",
"viem": "^2.8.6",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@typescript-eslint/typescript-estree": "^7.2.0",
"eslint": "^8.57.0",
"eslint-plugin-nuxt": "^4.0.0",
"sass": "^1.72.0",
"typescript": "*",
"vite-plugin-vuetify": "^2.0.3",
"vuetify": "^3.5.9"
},
"packageManager": "yarn@4.1.1"
}