-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.17 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.17 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
{
"name": "publish-3ook-com",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "nuxt build",
"build:production": "nuxt build --dotenv .env.production",
"dev": "nuxt dev",
"dev:production": "nuxt dev --dotenv .env.production",
"generate": "nuxt generate",
"generate:production": "nuxt generate --dotenv .env.production",
"lint": "eslint . --ext \".js,.vue,.ts\" --fix",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@aa-sdk/core": "^4.86.0",
"@account-kit/infra": "^4.86.0",
"@account-kit/wallet-client": "^4.86.0",
"@coinbase/wallet-sdk": "~4.3.6",
"@likecoin/epub-ts": "^0.4.6",
"@likecoin/epubcheck-ts": "^0.3.7",
"@likecoin/qr-code-styling": "^1.6.6",
"@likecoin/wagmi-connector": "2.4.0-like.0",
"@metamask/sdk": "~0.33.1",
"@nuxt/ui": "3.3.7",
"@pinia/nuxt": "^0.11.1",
"@posthog/nuxt": "^1.5.84",
"@sentry/nuxt": "^10.27.0",
"@stablelib/ed25519": "^2.0.2",
"@stablelib/random": "^2.0.1",
"@tanstack/vue-query": "^5.91.4",
"@wagmi/core": "3.0.0",
"@wagmi/vue": "^0.4.2",
"@walletconnect/ethereum-provider": "~2.21.1",
"bignumber.js": "^9.1.0",
"csv-parse": "^6.1.0",
"csv-stringify": "^6.5.1",
"dompurify": "^3.2.4",
"file-saver": "^2.0.5",
"ipfs-unixfs-importer": "^15.3.1",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"md-editor-v3": "^4.2.2",
"pdfjs-dist": "^5.3.31",
"pinia": "^3.0.1",
"uuid": "^9.0.0",
"viem": "^2.39.3"
},
"devDependencies": {
"@nuxt/scripts": "0.11.8",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/eslint-module": "^4.0.2",
"@nuxtjs/i18n": "10.0.2",
"@types/dompurify": "^3.0.2",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.38.0",
"nuxt": "^3.20.1",
"nuxt-gtag": "^3.0.3",
"nuxt-security": "2.2.0",
"typescript": "^5.8.3",
"vue-tsc": "^2.2.10"
},
"resolutions": {
"vue": "3.5.27",
"@vue/server-renderer": "3.5.27"
}
}