-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 956 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
38
39
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"cheerio": "^1.0.0",
"crypto": "^1.0.1",
"DatePicker": "^2.0.0",
"ethers": "^6.8.0",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"iron-session": "^6.3.1",
"jodit": "^4.2.27",
"jodit-react": "^4.1.2",
"lru-cache": "^11.0.1",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.6.2",
"next": "^15.0.1",
"next-intl": "^3.23.3",
"next-iron-session": "^4.2.0",
"node-html-parser": "^6.1.13",
"react": "^18.2.0",
"react-bootstrap": "^2.10.6",
"react-datepicker": "^4.21.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^8.1.3",
"request": "^2.88.2",
"siwe": "^2.1.4",
"swr": "^2.2.4",
"uuid": "^9.0.1"
}
}