-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.61 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
{
"name": "celestia-explorer",
"version": "1.29.0",
"homepage": "https://celenium.io/",
"license": "MIT",
"type": "module",
"scripts": {
"build": "bun run generate-badges && nuxt build",
"build:cf": "bun run generate-badges && cross-env NODE_OPTIONS=--max-old-space-size=4096 nuxt build",
"dev": "bun run generate-badges && cross-env PORT=9090 nuxt dev",
"generate": "nuxt generate",
"generate-badges": "node scripts/generateBadgesList.js",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "oxlint",
"start": "nuxt start"
},
"devDependencies": {
"@nuxt/devtools": "3.4.2",
"@nuxt/fonts": "0.14.0",
"@nuxtjs/robots": "6.2.3",
"@nuxtjs/sitemap": "8.5.1",
"@resvg/resvg-js": "^2.6.2",
"@resvg/resvg-wasm": "^2.6.2",
"cross-env": "^7.0.3",
"nuxt": "4.5.2",
"nuxt-og-image": "6.8.0",
"oxlint": "^1.56.0",
"prettier": "^3.8.1",
"sass": "^1.98.0",
"sass-loader": "^16.0.7",
"satori": "^0.25.0",
"unstorage": "^1.0.0",
"vite-plugin-wasm": "^3.6.0"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@keplr-wallet/cosmos": "^0.12.70",
"@openzeppelin/merkle-tree": "^1.0.6",
"@pinia/nuxt": "0.11.3",
"@posthog/nuxt": "1.7.91",
"@vueuse/core": "^10.9.0",
"codemirror": "^6.0.1",
"crypto-js": "^4.2.0",
"d3": "7.9.0",
"d3-force": "^3.0.0",
"d3-geo": "^3.1.1",
"d3-hierarchy": "^3.1.2",
"focus-trap": "7.5.2",
"js-sha256": "^0.11.0",
"lean-qr": "^2.3.2",
"long": "^5.2.3",
"lumina-node": "1.0.0",
"luxon": "3.4.3",
"nuxt-site-config": "^3.2.21",
"pinia": "3.0.4",
"protobufjs": "^7.2.6",
"qrcode": "^1.5.3",
"zod": "^4.1.12"
}
}