-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.55 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
{
"name": "elysia-v2-interface",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@davatar/react": "^1.9.0",
"@elysia-dev/elyfi-v1-sdk": "^1.0.0-alpha.1",
"@next/env": "^12.1.6",
"@coinbase/wallet-sdk": "^3.6.6",
"@walletconnect/web3-provider": "^1.7.7",
"@web3-react/coinbase-wallet": "^8.2.0",
"@web3-react/core": "^8.2.0",
"@web3-react/metamask": "^8.2.0",
"@web3-react/types": "^8.2.0",
"@web3-react/walletconnect-v2": "^8.3.1",
"axios": "^0.26.1",
"countapi-js": "^1.0.2",
"ethers": "^5.6.2",
"graphql": "^16.3.0",
"graphql-request": "^4.2.0",
"i18next": "^21.6.14",
"moment": "^2.29.2",
"moment-timezone": "^0.5.34",
"next": "12.1.4",
"next-seo": "^5.4.0",
"path": "^0.12.7",
"react": "18.0.0",
"react-countup": "^6.2.0",
"react-dom": "18.0.0",
"react-frame-component": "^5.2.1",
"react-ga": "^3.3.0",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.1.0",
"react-i18next": "^11.16.2",
"react-loading-skeleton": "^3.0.3",
"react-responsive": "^9.0.2",
"sass": "^1.49.11",
"styled-components": "^5.3.5",
"swr": "^1.3.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.5",
"@next/eslint-plugin-next": "^12.1.4",
"@svgr/webpack": "^6.2.1",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.1.1",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/react-google-recaptcha": "^2.1.5",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"babel-jest": "^28.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.12.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^28.0.3",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^28.0.2",
"prettier": "^2.6.2",
"react-test-renderer": "^17.0.0",
"ts-jest": "^28.0.1",
"ts-loader": "^9.3.0",
"typescript": "4.6.3"
}
}