-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.36 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
{
"name": "@poluspay-frontend/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@ethersproject/providers": "^5.7.2",
"@formkit/auto-animate": "^0.7.0",
"@itznevikat/router": "^0.1.0-beta28",
"@react-buddy/ide-toolbox": "^2.4.0",
"@reactour/tour": "^3.4.0",
"@reduxjs/toolkit": "^1.9.5",
"@sentry/react": "^7.59.2",
"@swc/helpers": "~0.5.0",
"@types/lodash-es": "^4.17.8",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-transition-group": "^4.4.6",
"@uniswap/permit2-sdk": "^1.2.0",
"@uniswap/sdk-core": "^4.0.6",
"@uniswap/smart-order-router": "^3.13.7",
"@uniswap/universal-router-sdk": "^1.5.4",
"@uniswap/v3-sdk": "^3.10.0",
"@vitejs/plugin-react": "^4.0.0",
"@vkontakte/icons": "^2.50.0",
"@vkontakte/vk-bridge": "^2.8.3",
"@vkontakte/vkui": "^5.6.1",
"@web3modal/wagmi": "^3.0.2",
"animate.css": "^4.1.1",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"chart.js": "^4.3.0",
"classnames": "^2.3.2",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.3.1",
"eruda": "^3.0.1",
"ethers": "5.5.1",
"fp-ts": "^2.16.0",
"io-ts": "^2.2.20",
"jsbi": "^3.1.4",
"lodash-es": "^4.17.21",
"multicoin-address-validator": "^0.5.12",
"normalize.css": "^8.0.1",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-app-rewired": "^2.2.1",
"react-chartjs-2": "^5.2.0",
"react-component-export-image": "^1.0.6",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.1",
"react-inlinesvg": "^3.0.2",
"react-qr-svg": "^2.4.0",
"react-redux": "^8.1.1",
"react-router": "^6.14.2",
"react-router-dom": "^6.14.2",
"react-scripts": "5.0.1",
"react-transition-group": "^4.4.5",
"rollup-plugin-react-scoped-css": "^0.8.2",
"stream-browserify": "^3.0.0",
"tslib": "^2.6.0",
"validatorus-react": "1.0.6",
"viem": "^1.3.0",
"vite": "^4.3.9",
"vite-plugin-svgr": "^3.2.0",
"wagmi": "^1.3.9"
},
"devDependencies": {
"@babel/preset-react": "^7.22.5",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@nx/cypress": "16.5.3",
"@nx/eslint-plugin": "16.5.3",
"@nx/js": "16.5.3",
"@nx/linter": "16.5.3",
"@nx/react": "16.5.3",
"@nx/vite": "16.5.3",
"@nx/workspace": "16.5.3",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.70",
"@testing-library/react": "14.0.0",
"@types/multicoin-address-validator": "^0.5.0",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "~0.32.0",
"cypress": "^12.17.1",
"eslint": "~8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jsdom": "~22.1.0",
"nx": "16.5.3",
"nx-cloud": "latest",
"prettier": "2.8.8",
"sass": "^1.63.6",
"typescript": "~5.1.6",
"vite": "^4.4.4",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "~0.32.0"
}
}