-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.3 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
{
"name": "bridge-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && nuxt",
"dev:debug": "node --inspect node_modules/.bin/nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@binance-chain/bsc-connector": "^1.0.0",
"@fortawesome/fontawesome-free": "^5.15.3",
"@nuxtjs/axios": "^5.13.1",
"@walletconnect/client": "^1.4.1",
"@walletconnect/qrcode-modal": "^1.4.1",
"@walletconnect/web3-provider": "^1.4.1",
"bignumber.js": "^9.0.1",
"bulma": "^0.9.2",
"core-js": "^3.9.1",
"eos-transit": "^4.0.7",
"eos-transit-anchorlink-provider": "^4.0.7",
"eos-transit-lynx-provider": "^4.0.7",
"eos-transit-scatter-provider": "^4.0.7",
"eos-transit-tokenpocket-provider": "^4.0.7",
"eosjs": "^21.0.4",
"eosjs-ecc": "^4.0.7",
"nuxt": "^2.15.8",
"ptokens": "^1.7.0",
"ptokens-peosio-token": "^0.13.0",
"web3": "^1.3.5",
"web3-eth-contract": "^1.3.6",
"web3modal": "^1.9.3"
},
"devDependencies": {
"@vue/runtime-dom": "^3.2.47",
"dotenv": "^9.0.0",
"push-dir": "^0.4.1",
"sass": "^1.69.4",
"sass-loader": "^10.1.1"
}
}