-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.33 KB
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
{
"name": "vite-tsx-tailwind-redux-v2",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.6",
"@types/axios": "^0.14.0",
"@types/jsonwebtoken": "^8.5.9",
"@types/web3": "^1.2.2",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"antd": "^4.23.6",
"axios": "^1.1.3",
"browserify-zlib": "^0.2.0",
"ethers": "^5.7.2",
"events": "^3.3.0",
"hamburger-react": "^2.5.0",
"lodash": "^4.17.21",
"lottie-react": "^2.3.1",
"moment": "^2.29.4",
"process": "^0.11.10",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-image-file-resizer": "^0.4.8",
"react-lottie": "^1.2.3",
"react-redux": "^8.0.4",
"react-responsive": "^9.0.0",
"react-router-dom": "^6.4.2",
"react-toastify": "^9.0.8",
"react-transition-group": "^4.4.5",
"react-tsparticles": "^2.3.3",
"recharts": "^2.1.15",
"redux-persist": "^6.0.0",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.6",
"tsparticles-slim": "^2.3.4",
"twin.macro": "^2.8.2",
"util": "^0.12.5",
"web3": "^4.1.2",
"web3-core-helpers": "^1.10.0",
"web3-token": "^1.0.4"
},
"devDependencies": {
"@ethersproject/providers": "^5.7.2",
"@iconify/react": "^4.0.0",
"@types/lodash": "^4.14.186",
"@types/node": "^18.11.5",
"@types/react": "^18.0.22",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.7",
"@types/react-icons": "^3.0.0",
"@types/react-transition-group": "^4.4.5",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.12",
"eslint": "^8.26.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-svgr": "^2.2.2",
"vite-plugin-windicss": "^1.8.8"
}
}