-
Notifications
You must be signed in to change notification settings - Fork 669
/
Copy pathpackage.json
37 lines (37 loc) · 879 Bytes
/
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
{
"name": "walletscan",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.6.11",
"@antv/g2": "^4.2.10",
"@antv/g2plot": "^2.4.31",
"@emotion/css": "^11.11.2",
"antd": "^5.4.6",
"axios": "^1.4.0",
"copy-to-clipboard": "^3.3.3",
"ethers": "^6.3.0",
"file-saver": "^2.0.5",
"i18next": "^23.2.11",
"idb": "^7.1.1",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.2",
"react-router-dom": "^6.11.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"vite": "4.3.9"
}
}