-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.6 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
{
"name": "erbie-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@antv/g2": "^5.1.20",
"@reduxjs/toolkit": "^2.2.3",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-transition-group": "^4.4.10",
"antd": "^5.17.2",
"axios": "^1.6.8",
"echarts": "^5.5.0",
"ethers": "^6.12.1",
"moment": "^2.30.1",
"promise.prototype.finally": "^3.1.8",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.0",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "^4.4.5",
"react18-json-view": "^0.2.8"
},
"devDependencies": {
"@iconify/json": "^2.2.204",
"@types/echarts": "^4.9.22",
"@types/promise.prototype.finally": "^2.0.6",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-legacy": "^5.4.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"sass": "^1.75.0",
"scss": "^0.2.4",
"typescript": "^5.2.2",
"unocss": "^0.59.4",
"vite": "^5.2.0",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.20.1"
}
}