-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
113 lines (113 loc) · 3.58 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
{
"name": "v4-ui",
"version": "1.0.0",
"private": false,
"author": "PoolTogether Inc.",
"scripts": {
"reinstall": "rm -rf .next out ./node_modules && yarn cache clean && yarn",
"dev": "next dev",
"build": "next build",
"predeploy": "yarn locize:download",
"deploy": "yarn build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"test": "jest",
"testcov": "jest --coverage --coverageDirectory=coverage && open ./coverage/index.html",
"watch": "yarn run test --watch",
"locize:download": "locize download --path ./public/locales",
"config:sentry": "npx @sentry/wizard -i nextjs"
},
"engines": {
"node": ">=16"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.1",
"@types/node": "17.0.21",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"eth-permit": "^0.2.3",
"jest": "^27.5.1",
"locize-cli": "^7.12.7",
"prettier": "^2.7.1",
"typescript": "4"
},
"dependencies": {
"@coinbase/cbpay-js": "1.6.0",
"@pooltogether/etherplex": "^1.1.4",
"@pooltogether/hooks": "^2.1.0",
"@pooltogether/pooltogether-contracts": "^3.4.4",
"@pooltogether/react-components": "2.0.5",
"@pooltogether/utilities": "^0.7.0",
"@pooltogether/v4-client-js": "1.18.1",
"@pooltogether/v4-pool-data": "1.11.0",
"@pooltogether/v4-twab-delegator-js": "0.2.2",
"@pooltogether/v4-utils-js": "0.1.5",
"@pooltogether/wallet-connection": "1.0.3",
"@rainbow-me/rainbowkit": "0.12.15",
"@reach/dialog": "^0.15.3",
"@reach/menu-button": "^0.15.3",
"@reach/tooltip": "^0.15.3",
"@reach/visually-hidden": "^0.15.2",
"@sentry/nextjs": "^7.12.1",
"@svgr/webpack": "^6.2.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.1",
"@types/node": "17.0.21",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@wagmi/chains": "^0.1.13",
"autoprefixer": "^10.3.1",
"beautiful-react-hooks": "^3.6.2",
"classnames": "^2.3.1",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"eth-revert-reason": "^1.0.3",
"ethers": "5.7.0",
"fathom-client": "^3.1.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",
"i18next": "^21.9.1",
"i18next-chained-backend": "^3.1.0",
"i18next-localstorage-backend": "^3.1.3",
"i18next-locize-backend": "^5.1.3",
"jest": "^27.5.1",
"jotai": "^1.4.3",
"js-cookie": "^3.0.0",
"locize-cli": "^7.12.7",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0",
"next": "^12.3.0",
"next-i18next": "^12.0.1",
"next-themes": "^0.2.1",
"ordinal": "^1.0.3",
"postcss": "^8.4.6",
"postcss-custom-properties-fallback": "^1.0.1",
"postcss-easy-import": "^3.0.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-device-detect": "^1.17.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.20.5",
"react-query": "3.39.2",
"react-query-devtools": "^2.6.3",
"react-rewards": "^1.1.2",
"react-slick": "^0.29.0",
"react-spring-bottom-sheet": "3.5.0-alpha.0",
"react-toastify": "^8.2.0",
"react-tooltip": "^4.2.21",
"tailwindcss": "^2.2.19",
"typescript": "4",
"wagmi": "0.12.17"
}
}