-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
146 lines (146 loc) · 4.55 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "emeris-web",
"version": "0.1.12",
"private": true,
"author": "Tendermint, Inc <[email protected]>",
"scripts": {
"dev": "vite",
"build": "vite build --mode development",
"build:production": "vite build --mode production",
"build-vite-tsc": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 8080 --host",
"test:unit": "vitest",
"coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"lint": "eslint -c .eslintrc.js --fix 'src/**/*.{ts,js,tsx,vue}'",
"generate:demo-acounts": "node .github/workflows/generate/demo-accounts.js",
"prepare": "simple-git-hooks",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@clockwork-projects/cosmos-gaia-js": "^6.0.0",
"@clockwork-projects/crescent-network-crescent-js": "^1.0.0",
"@clockwork-projects/osmosis-labs-osmosis-js": "^6.1.0",
"@cosmjs/amino": "0.28.0",
"@cosmjs/cosmwasm-stargate": "0.28.0",
"@cosmjs/crypto": "0.28.0",
"@cosmjs/encoding": "0.28.0",
"@cosmjs/faucet-client": "0.28.0",
"@cosmjs/math": "0.28.0",
"@cosmjs/proto-signing": "0.28.0",
"@cosmjs/stargate": "0.28.0",
"@cosmjs/stream": "0.28.0",
"@cosmjs/tendermint-rpc": "0.28.0",
"@cosmjs/utils": "0.28.0",
"@emeris/mapper": "^0.3.0",
"@sentry/tracing": "^6.19.2",
"@sentry/vue": "^6.19.2",
"@starport/vuex": "^0.1.58",
"@types/long": "^4.0.1",
"@vueuse/core": "^8.1.2",
"@xstate/vue": "^1.0.0",
"apexcharts": "3.31.0",
"async-retry": "^1.3.3",
"autoprefixer": "^10",
"axios": "^0.26.1",
"bech32": "^2.0.0",
"bignumber.js": "^9.0.2",
"core-js": "^3.21.1",
"crypto-js": "^4.1.1",
"dart-sass": "^1.25.0",
"dayjs": "^1.11.0",
"events": "^3.3.0",
"gradient-avatar": "^1.0.2",
"isomorphic-fetch": "^3.0.0",
"isomorphic-ws": "^4.0.1",
"lodash.groupby": "^4.6.0",
"lodash.isequal": "^4.5.0",
"lodash.maxby": "^4.6.0",
"lodash.minby": "^4.6.0",
"lodash.noop": "^3.0.1",
"lodash.orderby": "^4.6.0",
"long": "^5.2.0",
"mitt": "^3.0.0",
"pinia": "^2.0.12",
"qrcode": "^1.5.0",
"reconnecting-websocket": "^4.4.0",
"sass": "^1.49.9",
"tailwindcss": "^3.0.23",
"vite-plugin-dotenv": "^0.1.15",
"vue": "^3.2.31",
"vue-cookie-next": "^1.3.0",
"vue-gtag": "^2.0.1",
"vue-i18n": "^9.1.9",
"vue-meta": "^3.0.0-alpha.9",
"vue-router": "^4.0.14",
"vue-tippy": "^6.0.0-alpha.57",
"vue3-apexcharts": "^1.4.1",
"vuex": "^4.0.2",
"xstate": "^4.31.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@emeris/types": "^0.3.0",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@keplr-wallet/types": "0.8.8",
"@pinia/testing": "^0.0.10",
"@playwright/test": "^1.20.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rushstack/eslint-patch": "^1.1.1",
"@testing-library/vue": "^6.5.1",
"@types/lodash": "^4.14.180",
"@types/lodash.groupby": "^4.6.6",
"@types/lodash.isequal": "^4.5.5",
"@types/lodash.orderby": "^4.6.6",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/compiler-sfc": "^3.2.31",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.0-rc.18",
"autoprefixer": "^10.4.4",
"buffer": "^6.0.3",
"c8": "^7.11.0",
"cosmjs-types": "^0.4.1",
"dotenv": "^16.0.0",
"eslint": "^8.11.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-vue": "^8.5.0",
"jsdom": "^19.0.0",
"lint-staged": "^12.3.7",
"path": "^0.12.7",
"playwright": "^1.20.1",
"postcss": "^8.4.12",
"prettier": "^2.6.0",
"regenerator-runtime": "^0.13.9",
"simple-git-hooks": "^2.7.0",
"tslib": "^2.3.1",
"typescript": "^4.6.2",
"vite": "^2.8.6",
"vite-plugin-dynamic-import": "^0.1.1",
"vite-plugin-env-compatible": "^1.1.1",
"vite-plugin-eslint": "^1.3.0",
"vitest": "^0.7.10",
"vue-tsc": "^0.33.7"
},
"engines": {
"node": "16.x"
},
"homepage": "https://github.com/tendermint/vue",
"lint-staged": {
"*.{scss,css,html,json,md}": [
"prettier --write"
],
"*.{js,ts,tsx,vue}": [
"npm run lint"
]
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged --allow-empty"
}
}