-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.66 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 2.66 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "lendbook_ui",
"version": "0.0.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.19",
"@iconify/react": "^4.1.1",
"@material-tailwind/react": "^2.1.2",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.15.3",
"@mui/styled-engine-sc": "^6.0.0-alpha.7",
"@mui/x-charts": "^7.6.1",
"@mui/x-data-grid": "^6.18.7",
"@rainbow-me/rainbowkit": "^2.1.2",
"@tanstack/react-query": "^5.40.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/audio-play": "^2.3.2",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.50",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-gtm-module": "^2.0.3",
"@types/react-router-dom": "^5.3.3",
"@vercel/analytics": "^1.1.1",
"@web3-react/core": "^8.2.3",
"@web3-react/injected-connector": "^6.0.7",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"audio-play": "^2.3.1",
"audio-player": "^1.1.0",
"audio-player-lib": "^1.0.4",
"audio-playerx": "^1.2.0",
"axios": "^1.6.8",
"bignumber.js": "^9.1.2",
"bootstrap": "^5.3.2",
"chart.js": "^4.4.1",
"cookies-next": "^4.1.0",
"ethers": "^5.7.2",
"i": "^0.3.7",
"path": "^0.12.7",
"react": "^18.3.1",
"react-audio": "^0.0.1",
"react-audio-player": "^0.17.0",
"react-bootstrap": "^2.9.1",
"react-chartjs-2": "^5.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.3.1",
"react-gtm-module": "^2.0.11",
"react-notifications": "^1.7.4",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.3",
"rsuite": "^5.46.1",
"sass": "^1.66.1",
"source-map-loader": "^5.0.0",
"styled-components": "^6.1.1",
"swiper": "^10.0.0",
"tailwindcss": "^3.3.3",
"ts-loader": "^9.5.1",
"typescript": "^5.1.6",
"viem": "2.x",
"wagmi": "^2.9.11",
"web-vitals": "^2.1.4",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "https://api-v2-neon.vercel.app"
}