-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.43 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": "mexc-clone",
"private": true,
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"antd": "^5.20.6",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"chart.js": "^4.4.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"country-flag-icons": "^1.5.13",
"crypto": "^1.0.1",
"echarts-for-react": "^3.0.2",
"express": "^4.19.2",
"gh-pages": "^6.1.0",
"http": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"mongoose": "^8.6.1",
"nodemailer": "^6.9.15",
"path": "^0.12.7",
"qrcode": "^1.5.4",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-multi-carousel": "^2.8.4",
"react-router-dom": "^6.26.1",
"recharts": "^2.12.7",
"socket.io-client": "^4.7.5",
"twilio": "^5.3.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"vite": "^5.0.0"
}
}