-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.12 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.12 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "liker-land-v3",
"version": "0.1.0",
"private": false,
"engines": {
"node": ">=20.0.0"
},
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"generate": "nuxt generate",
"generate:pwa-assets": "pwa-assets-generator",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@breezystack/lamejs": "^1.2.7",
"@coinbase/wallet-sdk": "~4.3.6",
"@farcaster/miniapp-sdk": "^0.2.1",
"@google-cloud/pubsub": "^5.3.0",
"@likecoin/epub-ts": "^0.4.9",
"@likecoin/wagmi-connector": "2.4.0-like.0",
"@metamask/sdk": "~0.33.1",
"@nuxt/icon": "^1.11.0",
"@nuxt/scripts": "^0.13.1",
"@nuxt/ui": "^3.2.0",
"@nuxtjs/i18n": "^9.3.4",
"@nuxtjs/sitemap": "^7.3.1",
"@pinia/nuxt": "^0.11.1",
"@posthog/nuxt": "^1.1.3",
"@sentry/nuxt": "^10.27.0",
"@tanstack/vue-query": "^5.91.4",
"@unhead/vue": "^2.0.10",
"@vite-pwa/nuxt": "^1.0.4",
"@vueuse/nuxt": "^13.0.0",
"@wagmi/core": "3.0.0",
"@wagmi/vue": "^0.4.2",
"@walletconnect/ethereum-provider": "~2.21.1",
"firebase-admin": "^13.4.0",
"jwt-decode": "^4.0.0",
"markdown-it": "^14.1.0",
"microsoft-cognitiveservices-speech-sdk": "^1.45.0",
"minimax-speech-ts": "^0.1.0",
"nuxt": "^3.20.1",
"nuxt-auth-utils": "^0.5.17",
"nuxt-gtag": "^3.0.2",
"nuxt-security": "^2.2.0",
"nuxt-svgo": "^4.2.2",
"pdfjs-dist": "^5.3.31",
"pinia": "^3.0.1",
"unstorage": "^1.17.1",
"valibot": "^1.2.0",
"v-gsap-nuxt": "^1.4.4",
"viem": "^2.39.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.2.17",
"@iconify-json/simple-icons": "^1.2.29",
"@nuxt/eslint": "^1.2.0",
"@types/markdown-it": "^14.1.2",
"@vite-pwa/assets-generator": "^1.0.1",
"eslint": "^9.22.0",
"typescript": "^5.8.3",
"vue-tsc": "^2.2.10"
},
"overrides": {
"@vercel/nft": "^0.27.4",
"@walletconnect/universal-provider": "2.21.10"
}
}