-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.82 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
{
"name": "kashi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@ethersproject/address": "^5.6.1",
"@ethersproject/bignumber": "^5.6.2",
"@ethersproject/constants": "^5.6.1",
"@ethersproject/contract": "^6.0.0-beta.1",
"@ethersproject/units": "^5.6.1",
"@headlessui/react": "^1.5.0",
"@sushiswap/core-sdk": "^1.0.0-canary.34",
"@sushiswap/limit-order-sdk": "^1.0.0-canary.20",
"@sushiswap/miso": "^1.0.0-canary.0",
"@types/lodash": "^4.14.182",
"@types/numeral": "^2.0.2",
"@types/qs": "^6.9.7",
"@types/react-infinite-scroller": "^1.2.3",
"axios": "^0.26.1",
"cids": "^1.1.9",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"ethers": "^5.6.4",
"fast-json-stable-stringify": "^2.1.0",
"graphql": "^16.3.0",
"graphql-request": "^4.2.0",
"graphql-tag": "^2.12.6",
"highcharts": "^10.0.0",
"highcharts-react-official": "^3.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"next": "12.1.4",
"numeral": "^2.0.6",
"qs": "^6.10.3",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"react-infinite-scroller": "^1.2.6",
"react-toastify": "^8.2.0",
"swr": "^1.3.0",
"usehooks-ts": "^2.5.1"
},
"devDependencies": {
"@gradin/tailwindcss-skeleton-screen": "^1.0.2",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"postcss": "^8.4.12",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"sass": "^1.50.0",
"tailwindcss": "^3.0.23",
"typescript": "4.6.3"
}
}