-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 4.75 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "helix-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "CI=false && GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test --testPathIgnorePatterns=/src/__tests__/config/",
"test:config": "react-scripts test --testPathPattern=/src/__tests__/config/",
"integration-test": "start-server-and-test 'serve -s build -p 3000' http://localhost:3000 'cypress run'",
"eject": "react-scripts eject",
"lint": "eslint '**/*.{js,jsx,ts,tsx}'",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
"format:write": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
"updateLPsAPR": "NODE_PATH=./src ts-node --compiler-options '{\"module\":\"commonjs\"}' scripts/updateLPsAPR.ts",
"prepare": "husky install",
"postinstall": "yarn run typechain",
"typechain": "typechain --out-dir src/config/abi/types --target=ethers-v5 \"src/config/abi/*.json\""
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@binance-chain/bsc-connector": "^1.0.0",
"@ethersproject/experimental": "^5.5.0",
"@metaplex-foundation/mpl-token-metadata": "^0.0.2",
"@metaplex/js": "^4.1.0",
"@pancakeswap-libs/pancake-swap-core": "^0.1.0",
"@project-serum/anchor": "^0.22.1",
"@reduxjs/toolkit": "^1.5.0",
"@sentry/react": "^6.15.0",
"@sentry/tracing": "^6.15.0",
"@snapshot-labs/snapshot.js": "^0.3.92",
"@solana/spl-token": "^0.1.8",
"@solana/wallet-adapter-base": "0.6.0",
"@solana/wallet-adapter-react": "0.12.5",
"@solana/wallet-adapter-react-ui": "0.5.1",
"@solana/wallet-adapter-wallets": "0.10.1",
"@solana/web3.js": "1.29.2",
"@types/multicodec": "^1.0.0",
"@types/node": "^13.13.5",
"@types/qs": "^6.9.6",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.4",
"@types/react-router-dom": "^5.1.5",
"@types/react-window": "^1.8.3",
"@types/styled-components": "^5.1.7",
"@types/styled-system": "^5.1.15",
"@uniswap/token-lists": "^1.0.0-beta.19",
"@uniswap/v2-core": "^1.0.0",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.4",
"ajv": "^6.12.3",
"axios": "^0.24.0",
"big.js": "^5.2.2",
"bignumber.js": "^9.0.0",
"bn.js": "^5.2.0",
"borsh": "^0.6.0",
"bs58": "^4.0.1",
"canvas-confetti": "^1.3.3",
"cids": "^1.0.0",
"core-js": "^3.6.5",
"date-fns": "^2.21.3",
"decimal.js-light": "^2.5.0",
"easymde": "^2.15.0",
"ethers": "^5.5.2",
"fast-json-stable-stringify": "^2.1.0",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"js-cookie": "^2.2.1",
"jsbi": "^3.1.1",
"lightweight-charts": "^3.5.0",
"lodash": "^4.17.21",
"moment": "^2.29.2",
"multicodec": "^2.0.0",
"multihashes": "^3.0.1",
"numeral": "^2.0.6",
"qs": "^6.9.4",
"react": "^17.0.1",
"react-countup": "^4.3.3",
"react-datepicker": "^4.2.1",
"react-dom": "^17.0.1",
"react-helmet-async": "^1.0.9",
"react-markdown": "^6.0.2",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"react-transition-group": "^4.4.1",
"react-window": "^1.8.6",
"recharts": "2.0.6",
"redux-localstorage-simple": "^2.4.1",
"remark-gfm": "^1.0.0",
"split-grid": "^1.0.11",
"styled-components": "^5.3.0",
"styled-system": "^5.1.5",
"swiper": "^6.8.4",
"swr": "^1.1.2",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3",
"toformat": "^2.0.0",
"typescript": "^4.5.0"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@pancakeswap/eslint-config-pancake": "^1.1.0",
"@typechain/ethers-v5": "^8.0.5",
"@types/big.js": "^6.1.2",
"@types/canvas-confetti": "^1.4.2",
"@types/jest": "^26.0.23",
"@types/react-datepicker": "^3.1.8",
"@types/react-redux": "^7.1.16",
"@types/react-transition-group": "^4.4.1",
"@types/simplemde": "^1.11.7",
"cypress": "^8.3.1",
"eslint": "^7.26.0",
"eslint-plugin-cypress": "^2.11.3",
"husky": "^7.0.0",
"prettier": "^2.3.0",
"serve": "^12.0.0",
"source-map-explorer": "^2.5.2",
"start-server-and-test": "^1.14.0",
"toformat": "^2.0.0",
"ts-node": "^9.1.1",
"typechain": "^6.1.0"
}
}