-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 994 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@openzeppelin/contracts": "^5.0.2",
"@tailwindcss/typography": "^0.5.15",
"@truffle/hdwallet-provider": "^2.1.15",
"@walletconnect/ethereum-provider": "^2.13.0",
"@walletconnect/modal": "^2.6.2",
"@web3modal/standalone": "^2.4.3",
"typescript": "^5.7.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"cypress": "^13.16.1",
"nuxt": "^3.14.1592",
"rollup": "4.28.1"
},
"dependencies": {
"@pinia/nuxt": "^0.7.0",
"@vueuse/nuxt": "^12.0.0",
"daisyui": "^4.12.20",
"ethers": "^5.7.2",
"html-to-image": "^1.11.11",
"lottie-web": "^5.12.2",
"nanoid": "^5.0.9",
"openai": "^4.76.1",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-dapp": "^0.11.0",
"vue-tsc": "^2.1.6",
"vue3-markdown-it": "^1.0.10"
}
}