-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
64 lines (64 loc) · 2.04 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": "balancer-frontend",
"version": "1.0.0",
"description": "Balancer Protocol Frontend",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git://github.com/balancer-labs/balancer-frontend.git"
},
"scripts": {
"build": "webpack",
"build-pinata": "webpack --env=pinata",
"serve": "webpack-dev-server",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint \"src/**/*.{js,ts,vue}\"",
"stylelint": "stylelint \"src/**/*.vue\""
},
"dependencies": {
"@balancer-labs/assets": "github:balancer-labs/assets#master",
"@balancer-labs/sor": "^1.0.0-1",
"@ethersproject/address": "^5.0.6",
"@ethersproject/constants": "^5.0.6",
"@ethersproject/contracts": "^5.0.6",
"@ethersproject/logger": "^5.0.7",
"@ethersproject/providers": "^5.0.15",
"@ethersproject/wallet": "^5.0.8",
"@metamask/jazzicon": "^2.0.0",
"@portis/web3": "^2.0.0-beta.59",
"@snapshot-labs/lock": "github:snapshot-labs/lock#a3694bb6b6e615968ee6e04e9a97007eace18c28",
"@vueuse/core": "^4.0.0-beta.30",
"@walletconnect/web3-provider": "^1.2.2",
"bignumber.js": "^9.0.1",
"dotenv-webpack": "^2.0.0",
"ethcall": "^3.0.0",
"fortmatic": "^2.0.6",
"vue": "^3.0.2",
"vue-router": "^4.0.0-rc.6",
"vuex": "^4.0.0-rc.2",
"walletlink": "^2.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"@vue/compiler-sfc": "^3.0.2",
"axios": "^0.20.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"eslint": "^6.6.0",
"eslint-plugin-vue": "^7.0.0-beta.4",
"file-loader": "^6.0.0",
"git-revision-webpack-plugin": "^3.0.6",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.0.0",
"stylelint": "^12.0.1",
"stylelint-config-standard": "^19.0.0",
"ts-loader": "^7.0.1",
"typescript": "^3.8.3",
"vue-loader": "^16.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}