forked from balancer/frontend-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 4.32 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
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "@balancer-labs/frontend-v2",
"version": "1.41.2",
"engines": {
"node": "14.x",
"npm": ">=7"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit --cache --passWithNoTests --runInBand --detectOpenHandles",
"lint": "vue-cli-service lint --no-fix --max-warnings 0",
"import-abis": "cp ../core/deployments/artifacts/dockerParity/*.json ./src/utils/balancer/abi/.",
"import-config": "tsc ./scripts/update-config.ts && node ./scripts/update-config.ts",
"lint:fix": "vue-cli-service lint",
"prepare": "node ./prepare.js",
"tailwind:build": "tailwind-config-viewer export ./tailwind-static",
"tailwind:view": "tailwind-config-viewer -o"
},
"devDependencies": {
"@aave/protocol-js": "^4.3.0",
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@balancer-labs/assets": "github:balancer-labs/assets#master",
"@balancer-labs/balancer-js": "^1.0.1",
"@balancer-labs/sdk": "^0.1.1",
"@balancer-labs/sor": "^1.1.0",
"@balancer-labs/typechain": "^1.0.0",
"@ensdomains/content-hash": "^2.5.3",
"@ethersproject/abi": "~5.4.1",
"@ethersproject/abstract-provider": "~5.4.1",
"@ethersproject/abstract-signer": "~5.4.1",
"@ethersproject/address": "~5.4.0",
"@ethersproject/bignumber": "~5.4.2",
"@ethersproject/constants": "~5.4.0",
"@ethersproject/contracts": "~5.4.1",
"@ethersproject/providers": "~5.4.4",
"@georgeroman/balancer-v2-pools": "^0.0.5",
"@gnosis.pm/gp-v2-contracts": "^1.0.2",
"@gnosis.pm/safe-apps-provider": "^0.6.0",
"@gnosis.pm/safe-apps-sdk": "4.0.0",
"@metamask/detect-provider": "^1.2.0",
"@popperjs/core": "^2.9.2",
"@portis/web3": "^3.0.10",
"@sentry/browser": "^6.3.2",
"@sentry/tracing": "^6.3.2",
"@sentry/webpack-plugin": "^1.15.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/vue": "^6.4.2",
"@tomfrench/ens-avatar-resolver": "^0.1.0",
"@types/animejs": "^3.1.3",
"@types/jest": "^27.0.0",
"@types/lodash": "^4.14.168",
"@types/node": "^14.17.1",
"@types/numeral": "^2.0.1",
"@types/parse-filepath": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "^4.4.0",
"@vue/cli-plugin-eslint": "^4.4.0",
"@vue/cli-plugin-router": "^4.4.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "^5.0.0-rc.2",
"@vue/cli-plugin-vuex": "^4.4.0",
"@vue/cli-service": "^4.4.0",
"@vue/compiler-sfc": "3.2.6",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^2.0.0-alpha.1",
"@vue/vue3-jest": "^27.0.0-alpha.4",
"@vueuse/core": "^4.3.4",
"@walletconnect/web3-provider": "^1.5.2",
"animejs": "^3.2.1",
"autoprefixer": "^9.8.8",
"awesome-only-resolves-last-promise": "^1.0.3",
"axios": "0.21.2",
"babel-loader": "^8.2.2",
"bignumber.js": "^9.0.1",
"bnc-sdk": "^3.5.0",
"color.js": "^1.2.0",
"date-fns": "^2.21.1",
"echarts": "^5.2.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^7.16.0",
"ethereumjs-util": "^7.0.7",
"feather-icons": "^4.28.0",
"husky": "^6.0.0",
"isomorphic-fetch": "^3.0.0",
"json-to-graphql-query": "^2.0.0",
"lodash": "^4.17.15",
"nock": "^13.1.1",
"numeral": "^2.0.4",
"paraswap": "^4.18.0",
"parse-filepath": "1.0.2",
"postcss": "^8.2.13",
"prettier": "^1.19.1",
"promise-worker": "^2.0.1",
"swiper": "^6.4.5",
"tailwind-config-viewer": "^1.5.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"ts-jest": "^27.1.3",
"typescript": "^4.3.5",
"vue": "3.2.6",
"vue-cli-plugin-webpack-bundle-analyzer": "^2.0.0",
"vue-composable-tester": "^0.1.3",
"vue-echarts": "^6.0.0",
"vue-i18n": "^9.0.0-rc.1",
"vue-loader": "^16.8.1",
"vue-query": "^1.6.0",
"vue-router": "^4.0.10",
"vue-slider-component": "^4.0.0-beta.3",
"vue3-jazzicon": "^0.1.2",
"vue3-virtual-scroller": "^0.2.1",
"vuex": "^4.0.2",
"walletlink": "^2.1.5",
"web3-utils": "^1.3.1",
"worker-loader": "^3.0.8"
},
"license": "MIT",
"repository": "balancer-labs/frontend-v2"
}