-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.67 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
{
"name": "info-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"reinstall": "rm -rf ./node_modules && yarn",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@pooltogether/current-pool-data": "^3.7.3",
"@pooltogether/etherplex": "^1.1.4",
"@pooltogether/hooks": "^2.0.0-beta.6",
"@pooltogether/pooltogether-contracts": "^3.4.4",
"@pooltogether/react-components": "2.0.2",
"@pooltogether/utilities": "^0.6.4",
"@pooltogether/v4-client-js": "^0.15.5",
"@pooltogether/v4-pool-data": "1.8.2-beta.3",
"@pooltogether/v4-twab-delegator-js": "0.2.2",
"@pooltogether/v4-utils-js": "0.1.5",
"@pooltogether/wallet-connection": "^1.0.0-beta.4",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"autoprefixer": "^10.3.1",
"beautiful-react-hooks": "^3.6.2",
"classnames": "^2.3.1",
"eslint": "8.28.0",
"eslint-config-next": "12.2.5",
"ethers": "5.7.0",
"feather-icons-react": "^0.5.0",
"framer-motion": "^7.3.5",
"graphql": "^15.5.1",
"graphql-request": "^3.5.0",
"graphql-tag": "^2.12.5",
"jotai": "^1.4.3",
"next": "^12.3.0",
"postcss": "^8.4.6",
"postcss-custom-properties-fallback": "^1.0.1",
"postcss-easy-import": "^3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "3.39.2",
"react-query-devtools": "^2.6.3",
"react-slick": "^0.29.0",
"react-spring-bottom-sheet": "3.5.0-alpha.0",
"react-table": "^7.8.0",
"react-tooltip": "^4.2.21",
"tailwindcss": "^2.2.19",
"typescript": "4.9.3",
"wagmi": "0.6.4"
}
}