-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
88 lines (88 loc) · 2.82 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
{
"name": "go-find",
"version": "1.1.0",
"private": true,
"scripts": {
"build-mainnet": "vite build --mode mainnet",
"build-testnet": "vite build --mode testnet",
"serve-dist": "serve -s dist -p 5001",
"serve-mainnet": "TAILWIND_MODE=watch vite --mode mainnet",
"serve-testnet": "TAILWIND_MODE=watch vite --mode testnet"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@cosmjs/crypto": "^0.29.5",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/ledger-amino": "^0.29.3",
"@cosmjs/proto-signing": "^0.29.5",
"@desmoslabs/desmjs": "^6.0.1",
"@desmoslabs/desmjs-keplr": "^6.0.1",
"@desmoslabs/desmjs-types": "^6.0.1",
"@headlessui/vue": "^1.7.3",
"@ledgerhq/hw-transport": "^6.27.6",
"@ledgerhq/hw-transport-webhid": "^6.27.6",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@terra-money/terra.js": "^3.1.7",
"@terra-money/wallet-controller": "^3.11.2",
"@types/crypto-js": "^4.1.1",
"@types/ripemd160": "^2.0.0",
"@vee-validate/rules": "^4.7.1",
"@vue/apollo-composable": "^4.0.0-beta.1",
"@vue/apollo-option": "^4.0.0-alpha.20",
"@walletconnect/client": "^1.7.0",
"@walletconnect/qrcode-modal": "^1.7.0",
"apollo-link-ws": "^1.0.20",
"apollo-utilities": "^1.3.4",
"bip39": "^3.0.4",
"bootstrap-icons": "^1.9.1",
"buffer": "^6.0.3",
"chart.js": "^3.9.1",
"crypto-js": "^4.1.1",
"desmosjs": "^0.1.20",
"dompurify": "^2.4.0",
"eth-crypto": "^2.4.0",
"ethers": "^5.7.2",
"graphql": "^15.0.0",
"marked": "^4.1.1",
"pinia": "^2.0.23",
"ripemd160": "^2.0.2",
"string_decoder": "^1.3.0",
"subscriptions-transport-ws": "^0.9.16",
"vee-validate": "^4.7.1",
"vue": "^3.2.41",
"vue-apollo": "^3.1.0",
"vue-chart-3": "^3.1.8",
"vue-router": "^4.1.6",
"vuex": "^4.1.0",
"vuex-module-decorators": "^2.0.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@keplr-wallet/types": "^0.11.13",
"@metamask/types": "^1.1.0",
"@tailwindcss/typography": "^0.5.7",
"@types/dompurify": "^2.3.4",
"@types/marked": "^4.0.7",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"autoprefixer": "^10.4.13",
"cosmjs-types": "^0.5.2",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-vue": "^9.6.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"protobufjs": "^7.1.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"sass-loader": "^13.1.0",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.2.1",
"typescript": "^4.8.4",
"vite": "^3.2.1",
"vue-tsc": "^1.0.9"
}
}