-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.62 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.62 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
{
"name": "celestia-explorer",
"version": "1.26.0",
"packageManager": "[email protected]",
"homepage": "https://celenium.io/",
"license": "MIT",
"type": "module",
"scripts": {
"build": "npm run generate-badges && nuxt build",
"dev": "npm 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": "latest",
"@nuxtjs/robots": "5.4.0",
"@nuxtjs/sitemap": "7.2.10",
"@unhead/vue": "^2.0.0-rc.1",
"cross-env": "^7.0.3",
"nuxt": "3.16.2",
"nuxt-og-image": "5.1.3",
"oxlint": "^1.0.0",
"prettier": "^3.8.1",
"sass": "1.66.1",
"sass-loader": "13.3.2",
"unenv": "^1.9.0",
"unstorage": "^1.0.0",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.3.3",
"@codemirror/lang-json": "^6.0.1",
"@keplr-wallet/cosmos": "^0.12.70",
"@openzeppelin/merkle-tree": "^1.0.6",
"@pinia/nuxt": "0.11.0",
"@sentry/nuxt": "^10.19.0",
"@vueuse/core": "^10.9.0",
"buffer": "^6.0.3",
"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",
"luxon": "3.4.3",
"nuxt-site-config": "^3.1.9",
"pinia": "3.0.2",
"protobufjs": "^7.2.6",
"qrcode": "^1.5.3",
"uuid": "9.0.1",
"vite-plugin-node-polyfills": "^0.21.0",
"zod": "^4.1.12"
}
}