forked from nolus-protocol/webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.67 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
{
"name": "nolus-wallet",
"version": "1.0.8",
"private": true,
"scripts": {
"serve": "vite --port 8080",
"build:production": "npm run type-check && vite build --mode production",
"build:staging": "npm run type-check && vite build --mode staging",
"build": "npm run type-check && vite build --mode development",
"preview": "vite preview --port 4173 --host",
"type-check": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore"
},
"dependencies": {
"@0xsquid/sdk": "1.14.4",
"@0xsquid/squid-types": "0.1.30",
"@cosmjs/amino": "0.31.1",
"@cosmjs/cosmwasm-stargate": "0.31.1",
"@cosmjs/crypto": "0.31.1",
"@cosmjs/encoding": "0.31.1",
"@cosmjs/ledger-amino": "0.31.1",
"@cosmjs/proto-signing": "0.31.1",
"@cosmjs/stargate": "0.31.1",
"@cosmjs/tendermint-rpc": "0.31.1",
"@headlessui/vue": "^1.7.12",
"@heroicons/vue": "^2.0.17",
"@keplr-wallet/crypto": "0.12.12",
"@keplr-wallet/types": "0.12.12",
"@keplr-wallet/unit": "0.12.12",
"@ledgerhq/hw-app-cosmos": "^6.28.2",
"@ledgerhq/hw-transport-web-ble": "^6.27.16",
"@ledgerhq/hw-transport-webhid": "^6.27.16",
"@ledgerhq/hw-transport-webusb": "^6.27.16",
"@ledgerhq/logs": "^6.10.1",
"@nolus/nolusjs": "1.0.5",
"@web3auth/base": "^7.0.4",
"@web3auth/no-modal": "^7.0.4",
"@web3auth/openlogin-adapter": "^7.0.4",
"browserify-zlib": "^0.2.0",
"chart.js": "^4.3.0",
"chartjs-adapter-date-fns": "^3.0.0",
"cosmjs-types": "^0.8.0",
"crypto-js": "^4.1.1",
"date-fns": "^2.30.0",
"ethers": "^6.8.0",
"events": "^3.3.0",
"npm": "^10.2.1",
"pinia": "^2.1.3",
"process": "^0.11.10",
"qrcode.vue": "^3.4.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"vue": "^3.3.2",
"vue-chartjs": "^5.2.0",
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@intlify/unplugin-vue-i18n": "^1.4.0",
"@rushstack/eslint-patch": "^1.5.1",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^20.8.5",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"buffer": "^6.0.3",
"eslint": "^8.51.0",
"eslint-plugin-vue": "^9.15.1",
"postcss": "^8.4.23",
"prettier": "^3.0.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"sass": "^1.69.4",
"tailwindcss": "^3.3.2",
"typescript": "5.2.2",
"vite": "^4.4.8",
"vue-tsc": "^1.8.3"
}
}