-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.34 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
55
{
"name": "ubookshop",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"2captcha": "^3.0.5-2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.7",
"@next-auth/mongodb-adapter": "^1.1.3",
"@noble/secp256k1": "^2.1.0",
"@types/ws": "^8.5.12",
"aes256": "^1.1.0",
"authenticator": "^1.1.5",
"basic-ftp": "^5.0.5",
"cookies-next": "^4.2.1",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"express": "^4.19.2",
"fancy-canvas": "^2.1.0",
"jquery": "^3.7.1",
"maxmind-db-reader": "^0.2.1",
"moment-jalaali": "^0.10.1",
"mongodb": "^6.8.0",
"next": "^14.2.6",
"next-auth": "^4.24.7",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.14",
"nprogress": "^0.2.0",
"pako": "^2.1.0",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-ace": "^12.0.0",
"react-dom": "^18.3.1",
"react-easy-crop": "^5.0.8",
"request-ip": "^3.3.0",
"set-cookie-parser": "^2.7.0",
"sharp": "^0.33.5",
"soap": "^1.1.2",
"superagent": "^10.0.2",
"svg-captcha": "^1.4.0",
"tronweb": "^5.3.2",
"tslib": "^2.7.0",
"uuid": "^10.0.0",
"web3": "^4.12.1"
},
"devDependencies": {
"typescript": "5.5.4"
}
}