-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 957 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"nuxt": "3.0.0-rc.11",
"sass": "^1.54.9"
},
"dependencies": {
"@0xecho/highlight.js": "^11.6.1",
"@pinia/nuxt": "^0.4.2",
"@third.chat/vue-boring-avatars": "^1.1.3",
"@walletconnect/web3-provider": "^1.8.0",
"element-plus": "^2.2.17",
"ethers": "^5.7.1",
"linkifyjs": "^4.0.0",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "^2.0.2",
"markdown-it-for-inline": "^0.1.1",
"mitt": "^3.0.0",
"number-flip": "^1.1.10",
"pinia": "^2.0.22",
"qs": "^6.11.0",
"remixicon": "^2.5.0",
"secp256k1": "^4.0.3",
"sha256-uint8array": "^0.10.3",
"uuid": "^9.0.0",
"vue2-timeago": "^3.0.2",
"xss": "^1.0.14"
}
}