-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "gov",
"version": "0.1.2",
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"@cosmjs/encoding": "^0.28.3",
"@cosmjs/stargate": "^0.28.1",
"@cosmjs/tendermint-rpc": "^0.28.1",
"@mdi/font": "5.9.55",
"axios": "^0.26.1",
"chart.js": "^3.7.1",
"cosmjs-types": "^0.4.1",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"roboto-fontface": "*",
"vue": "^3.2.25",
"vue-chartjs": "^4.0.5",
"vue-router": "^4.0.14",
"vuetify": "^3.0.0-beta.0",
"vuex": "^4.0.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vuetify/vite-plugin": "^1.0.0-alpha.0",
"sass": "^1.38.0",
"sass-loader": "^10.0.0",
"ts-proto": "^1.110.4",
"vite": "^2.9.0",
"vue-cli-plugin-vuetify": "~2.4.8",
"vuetify-loader": "^2.0.0-alpha.0"
}
}