-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.57 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "third-chat",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"nuxt": "3.0.0-rc.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"sass": "^1.51.0"
},
"dependencies": {
"@0xecho/highlight.js": "^11.6.1",
"@nuxtjs/composition-api": "^0.32.0",
"@particle-network/auth": "^0.11.6",
"@particle-network/provider": "^0.11.6",
"@pinia/nuxt": "^0.1.9",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"@solana/web3.js": "^1.43.4",
"@third.chat/vue-boring-avatars": "1.1.3",
"@walletconnect/web3-provider": "^1.7.8",
"axios": "^0.27.2",
"bs58": "^5.0.0",
"canvas-confetti": "^1.5.1",
"crop-url": "^4.0.1",
"dayjs": "^1.11.2",
"dotbit": "^0.4.0",
"element-plus": "^2.2.13",
"elliptic": "^6.5.4",
"ethers": "^5.6.6",
"everpay": "^0.6.0",
"highlight.js": "^11.6.0",
"jump.js": "^1.0.2",
"linkify-html": "^3.0.5",
"linkifyjs": "^3.0.5",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "^2.0.2",
"markdown-it-for-inline": "^0.1.1",
"md5": "^2.3.0",
"mitt": "^3.0.0",
"number-flip": "^1.1.10",
"pinia": "^2.0.14",
"query-string": "^7.1.1",
"remixicon": "^2.5.0",
"resize-detector": "^0.3.0",
"sha256-uint8array": "^0.10.3",
"truncate-url": "^2.1.0",
"uuid": "^8.3.2",
"vue2-timeago": "^3.0.2",
"vue3-autocounter": "^1.0.6",
"xss": "^1.0.11"
}
}