-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.46 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
{
"name": "gmv3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --transformIgnorePatterns \"node_modules/(?!@web3-onboard/core)/\""
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.4.9",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@gnosis.pm/safe-apps-provider": "^0.15.1",
"@gnosis.pm/safe-apps-react-sdk": "^4.6.2",
"@gnosis.pm/safe-apps-sdk": "^7.8.0",
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@supabase/supabase-js": "^2.38.0",
"@synthetixio/contracts-interface": "2.64.1",
"@synthetixio/providers": "2.64.1",
"@synthetixio/transaction-notifier": "^2.63.1",
"@synthetixio/ui": "3.13.2",
"@synthetixio/v3-theme": "^1.1.0",
"@synthetixio/wei": "^2.73.1",
"@web3-onboard/coinbase": "^2.0.9",
"@web3-onboard/common": "^2.2.3",
"@web3-onboard/core": "^2.5.0",
"@web3-onboard/gnosis": "^2.1.6",
"@web3-onboard/injected-wallets": "^2.8.4",
"@web3-onboard/ledger": "^2.1.6",
"@web3-onboard/portis": "^2.1.2",
"@web3-onboard/torus": "^2.1.2",
"@web3-onboard/trezor": "^2.3.0",
"@web3-onboard/walletconnect": "^2.4.7",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"ethers": "5.6.8",
"formik": "2.2.9",
"framer-motion": "^7.0.0",
"graphql": "^16.5.0",
"i18next": "^22.4.9",
"next": "latest",
"papaparse": "^5.4.1",
"react": "latest",
"react-blockies": "1.4.1",
"react-dom": "latest",
"react-i18next": "^12.1.5",
"react-query": "^3.34.20",
"react-timer-hook": "3.0.5",
"react-toastify": "^9.0.4",
"react-transition-group": "^4.4.2",
"short-uuid": "^4.2.2",
"siwe": "1.1.6",
"swiper": "^8.2.4",
"yup": "0.32.11"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "2.0.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "12.1.2",
"@types/jest": "27.5.1",
"@types/node": "17.0.21",
"@types/papaparse": "^5",
"@types/react": "^18.0.27",
"@types/react-blockies": "1.4.1",
"@types/react-table": "^7.7.12",
"@types/react-transition-group": "^4.4.4",
"autoprefixer": "10.4.7",
"eslint": "8.11.0",
"eslint-config-next": "latest",
"hardhat": "2.9.3",
"hardhat-cannon": "0.2.3",
"jest": "^28.1.3",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^28.1.3",
"postcss": "8.4.13",
"sass": "1.51.0",
"tailwindcss": "3.0.24",
"typescript": "4.6.2"
},
"packageManager": "[email protected]"
}