forked from Orbiter-Finance/OrbiterFE-V2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.54 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
{
"name": "orbiter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=local vue-cli-service serve",
"build:rinkeby": "cross-env NODE_ENV=development npm run clear && vue-cli-service build",
"build": "cross-env NODE_ENV=production npm run clear && vue-cli-service build",
"clear": "rimraf ./dist",
"lint": "eslint --ext .js --ext .jsx src/",
"lint-fix": "eslint --fix --ext .js --ext .jsx src/",
"prettier": "prettier --check --write --config .prettierrc.json 'src/*.{vue,js}'",
"prepare": "husky install",
"report": "npm run build -- --report"
},
"dependencies": {
"@alphabatem/vue2-wallet-adapter": "^0.1.7233",
"@babel/core": "^7.24.3",
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.24.3",
"@dydxprotocol/starkex-lib": "^1.1.6",
"@dydxprotocol/v3-client": "^1.8.2",
"@eth-optimism/contracts": "^0.5.14",
"@holdstation/paymaster-helper": "2.0.19",
"@imtbl/imx-sdk": "^1.5.0",
"@loopring-web/loopring-sdk": "3.5.12",
"@sentry/vue": "^7.80.0",
"@solana/spl-token": "^0.4.2",
"@solana/web3.js": "^1.91.1",
"@tonconnect/sdk": "^3.0.0",
"@tonconnect/ui": "^2.0.0",
"@vue/composition-api": "^1.7.0",
"@wagmi/core": "^1.3.7",
"@walletconnect/modal-sign-html": "2.5.8",
"@web3modal/ethereum": "^2.7.0",
"@web3modal/html": "^2.7.0",
"ant-design-vue": "^1.7.6",
"axios": "^0.21.0",
"bignumber.js": "^9.0.1",
"caniuse-lite": "^1.0.30001458",
"core-js": "^3.6.5",
"echarts": "^5.5.0",
"element-resize-detector": "^1.2.4",
"element-ui": "^2.14.1",
"eth-proof": "^2.1.6",
"ethers": "^5.5.4",
"get-starknet": "^1.4.2",
"https": "^1.0.0",
"numeral": "^2.0.6",
"rlp": "^3.0.0",
"solana-wallets-vue-2": "^0.1.6",
"starknet": "5.19.5",
"swiper": "5",
"tonweb": "0.0.60",
"truffle-privatekey-provider": "^1.5.0",
"tunnel": "0.0.6",
"viem": "^1.2.14",
"vue": "2.6.11",
"vue-async-computed": "^3.9.0",
"vue-clipboard2": "^0.3.3",
"vue-count-to": "^1.0.13",
"vue-gtag": "^1.16.1",
"vue-router": "^3.0.7",
"vue-seamless-scroll": "^1.1.23",
"vue2-marquee": "^1.0.0",
"vuex": "^3.6.0",
"web3": "^1.7.4",
"zksync": "^0.11.3",
"zksync-web3": "0.14.4"
},
"devDependencies": {
"@babel/helper-string-parser": "^7.22.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@nicolo-ribaudo/semver-v6": "^6.3.3",
"@types/web3": "^1.2.2",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/runtime-dom": "^3.3.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.3",
"cross-env": "^7.0.2",
"eruda": "^2.5.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "latest",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "latest",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "latest",
"eslint-plugin-unused-imports": "latest",
"eslint-plugin-vue": "latest",
"husky": "^8.0.3",
"less-loader": "^6.0.0",
"path": "^0.12.7",
"prettier-eslint": "^15.0.1",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"svg-sprite-loader": "^4.1.3",
"vue-template-compiler": "2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}