-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
126 lines (126 loc) · 4.03 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
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "test-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"clean": "vite clean",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ahooksjs/use-url-state": "^3.5.1",
"@binance-chain/bsc-connector": "^1.0.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@hookform/resolvers": "^2.9.7",
"@popperjs/core": "^2.10.1",
"@react-hook/throttle": "^2.2.0",
"@react-oauth/google": "^0.2.6",
"@reduxjs/toolkit": "^1.5.0",
"@rooks/use-mutation-observer": "^4.11.2",
"@siddomains/sidjs": "^0.1.29",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@walletconnect/ethereum-provider": "^2.10.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.4",
"@web3-react/walletlink-connector": "^6.2.14",
"antd": "^5.3.0",
"bignumber.js": "^9.0.1",
"buffer": "^6.0.3",
"clsx": "^1.1.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.10.4",
"detect-browser": "^5.3.0",
"ethers": "^5.7.0",
"gapi-script": "^1.2.0",
"i18next": "^19.9.2",
"i18next-browser-languagedetector": "^6.0.1",
"jsbi": "^4.1.0",
"less": "^4.2.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"pixi-spine": "^3.1.2",
"pixi.js": "^6.3.2",
"pixi5-dragonbones": "^5.7.0-2b",
"qrcode.react": "^3.1.0",
"rc-menu": "^9.3.2",
"rc-motion": "^2.4.4",
"react": "^17.0.1",
"react-content-loader": "^6.2.0",
"react-countup": "^6.3.0",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-hook-form": "^7.34.2",
"react-hot-toast": "^2.3.0",
"react-i18next": "^11.8.10",
"react-indiana-drag-scroll": "^3.0.1-alpha",
"react-popper": "^2.2.4",
"react-popper-tooltip": "^4.3.1",
"react-query": "^3.34.0",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-spring": "^9.1.1",
"react-switch": "^7.0.0",
"react-table": "^7.7.0",
"react-tabs": "^3.2.2",
"react-tooltip": "^4.2.21",
"react-transition-group": "^4.4.2",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"redux": "^4.0.5",
"redux-localstorage-simple": "^2.4.0",
"source-map-explorer": "^2.5.2",
"styled-components": "^5.3.0",
"swiper": "^7.4.1",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-notifier": "^0.1.5",
"wagmi": "^0.12.7",
"web-vitals": "^1.0.1",
"web3": "1.10.2",
"yup": "^0.32.11",
"zksync-web3": "^0.14.3"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.isequal": "^4.5.5",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/react-table": "^7.0.29",
"@types/react-tabs": "^2.3.2",
"@types/react-toggle": "^4.0.3",
"@types/react-transition-group": "^4.4.4",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/styled-components": "^5.1.8",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"prettier": "2.6.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^4.9.4",
"vite": "^4.4.5",
"vite-plugin-commonjs": "^0.9.0",
"vite-plugin-css-modules": "^0.0.1",
"vite-plugin-define": "^1.0.6",
"vite-plugin-node-polyfills": "^0.14.0",
"vite-plugin-svgr": "^3.2.0"
}
}