-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
64 lines (64 loc) · 2.02 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
{
"name": "symmetric.exchangeui",
"version": "1.0.22",
"description": "Symmetric Exchange Frontend",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git://github.com/centfinance/symmetric.exchangeui.git"
},
"scripts": {
"build": "webpack",
"serve": "webpack-dev-server",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint \"src/**/*.{js,ts,vue}\"",
"stylelint": "stylelint \"src/**/*.vue\""
},
"dependencies": {
"@centfinance/cent.dex_assets": "github:centfinance/symmetric.assets#master",
"@centfinance/sor_celo": "0.0.12",
"@ethersproject/address": "5.0.8",
"@ethersproject/constants": "5.0.7",
"@ethersproject/contracts": "5.0.8",
"@ethersproject/logger": "5.0.8",
"@ethersproject/providers": "5.0.17",
"@ethersproject/wallet": "5.0.9",
"@metamask/jazzicon": "2.0.0",
"@snapshot-labs/lock": "github:snapshot-labs/lock#a3694bb6b6e615968ee6e04e9a97007eace18c28",
"@vueuse/core": "4.0.0-rc.4",
"@walletconnect/web3-provider": "1.3.1",
"bignumber.js": "9.0.1",
"dotenv-webpack": "2.0.0",
"ethcall": "github:centfinance/ethcall#3.4.1",
"ethers": "^5.5.4",
"fortmatic": "2.2.1",
"v-click-outside-x": "^4.1.3",
"vue": "3.0.2",
"vue-click-outside-of": "^1.0.4",
"vue-router": "4.0.0-rc.6",
"vuex": "4.0.0-rc.2",
"walletlink": "2.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"@vue/compiler-sfc": "3.0.2",
"axios": "0.20.0",
"clean-webpack-plugin": "3.0.0",
"css-loader": "3.6.0",
"eslint": "6.8.0",
"eslint-plugin-vue": "7.0.0-beta.4",
"file-loader": "6.2.0",
"html-loader": "1.3.2",
"html-webpack-plugin": "3.2.0",
"style-loader": "1.3.0",
"stylelint": "12.0.1",
"stylelint-config-standard": "19.0.0",
"ts-loader": "7.0.5",
"typescript": "3.9.7",
"vue-loader": "16.1.0",
"webpack": "4.44.2",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
}
}