-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
102 lines (102 loc) · 3.11 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
{
"name": "pooltogether-governance-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 && yarn lint",
"deploy": "yarn build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"config:sentry": "npx @sentry/wizard -i nextjs",
"locize:download": "locize download --path ./public/locales"
},
"engines": {
"node": ">=16"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.28.3",
"@testing-library/react-hooks": "^3.7.0",
"babel-jest": "^26.3.0",
"colors": "^1.4.0",
"csvtojson": "^2.0.10",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"express": "^4.17.1",
"jest": "^26.4.1",
"locize-cli": "^7.12.7",
"nock": "^13.0.5",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@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/wallet-connection": "1.1.0",
"@rainbow-me/rainbowkit": "0.12.15",
"uuid": "^9.0.0",
"@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",
"@types/node": "17.0.21",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.3.1",
"beautiful-react-hooks": "^3.6.2",
"classnames": "^2.3.1",
"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.3.0",
"graphql-request": "^3.3.0",
"graphql-tag": "^2.11.0",
"http-proxy-middleware": "^1.0.5",
"i18next": "^21.9.1",
"i18next-chained-backend": "^3.1.0",
"i18next-localstorage-backend": "^3.1.3",
"i18next-locize-backend": "^5.1.3",
"jotai": "^1.4.3",
"js-cookie": "^3.0.0",
"luxon": "^1.25.0",
"netlify-lambda": "1.6.3",
"next": "^12.3.0",
"next-i18next": "^12.0.1",
"next-images": "^1.4.1",
"next-themes": "^0.2.1",
"postcss": "^8.4.6",
"postcss-custom-properties-fallback": "^1.0.1",
"postcss-easy-import": "^3.0.0",
"react": "^18.2.0",
"react-device-detect": "^1.13.1",
"react-dom": "^18.2.0",
"react-hook-form": "6.15.1",
"react-loader-spinner": "^4.0.0",
"react-markdown": "^5.0.3",
"react-query": "^3.16.0",
"react-query-devtools": "^2.6.1",
"react-slick": "^0.29.0",
"react-spinners": "^0.9.0",
"react-spring-bottom-sheet": "3.5.0-alpha.0",
"react-table": "^7.5.0",
"react-toastify": "^8.2.0",
"react-tooltip": "^4.2.19",
"react-wizard-primitive": "^2.4.0",
"remark-gfm": "^1.0.0",
"request": "2.88.2",
"solidity-validator": "^0.5.2",
"tailwindcss": "^2.2.19",
"typescript": "^4.8.3",
"wagmi": "0.12.17",
"@wagmi/chains": "1.3.0"
}
}