-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.26 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
{
"name": "celestia-explorer",
"version": "1.16.0",
"packageManager": "[email protected]",
"homepage": "https://celenium.io/",
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "cross-env PORT=9090 nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"cross-env": "^7.0.3",
"nuxt": "3.12.4",
"nuxt-og-image": "3.0.0-rc.52",
"nuxt-simple-sitemap": "^4.2.0",
"sass": "1.66.1",
"sass-loader": "13.3.2",
"unenv": "^1.9.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.4.11",
"@vueuse/core": "^10.9.0",
"buffer": "^6.0.3",
"codemirror": "^6.0.1",
"crypto-js": "^4.2.0",
"d3": "^7.8.5",
"d3-hierarchy": "^3.1.2",
"focus-trap": "7.5.2",
"iconv-lite": "^0.6.3",
"js-sha256": "^0.11.0",
"lean-qr": "^2.3.2",
"long": "^5.2.3",
"luxon": "3.4.3",
"nuxt-site-config": "^2.1.2",
"pinia": "2.1.6",
"protobufjs": "^7.2.6",
"qrcode": "^1.5.3",
"uuid": "9.0.1",
"vite-plugin-node-polyfills": "^0.21.0"
}
}