-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 909 Bytes
/
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
{
"name": "chain-explorer",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"format": "prettier . --write"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@mdi/font": "^7.4.47",
"animate.css": "^4.1.1",
"apexcharts": "^3.49.0",
"gh-pages": "^6.1.1",
"millify": "^6.1.0",
"moment": "^2.30.1",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-json-viewer": "^2.2.22",
"vue-meta": "^3.0.0-alpha.10",
"vue-router": "^4.3.0",
"vue3-apexcharts": "^1.5.2",
"vuetify": "^3.6.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"prettier": "^3.3.3",
"vite": "^5.2.8"
}
}