-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.81 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "xft.red",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bwarelabs/blast-sdk-js": "^1.0.16",
"@metamask/sdk-react": "^0.12.0",
"abi-decoder": "^2.4.0",
"ably": "^1.2.48",
"bignumber.js": "^9.1.1",
"bn.js": "^5.2.1",
"ethers": "^5.6.8",
"express-sse": "^0.5.3",
"jquery": "^3.7.1",
"mongoose": "^8.0.3",
"mongoose-sequence": "^5.3.1",
"next": "14.0.3",
"next-pwa": "^5.4.6",
"quill": "^1.3.7",
"react": "^18",
"react-dom": "^18",
"react-quill": "^2.0.0",
"react-share": "^5.0.3",
"react-slick": "^0.29.0",
"simple-get": "^4.0.1",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.7.2",
"web3-utils": "^1.10.0",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/jquery": "^3.5.27",
"@types/mongodb": "^4.0.7",
"@types/mongoose": "^5.11.97",
"@types/mongoose-sequence": "^3.0.11",
"@types/node": "^20",
"@types/qrcode": "^1.5.5",
"@types/react": "^18",
"@types/react-datepicker": "^4.19.3",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.12",
"autoprefixer": "^10.0.1",
"axios": "^0.27.2",
"canvas": "^2.10.2",
"canvas-to-buffer": "^2.0.0",
"dotenv": "^16.0.3",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"fs-plus": "^3.1.1",
"ipfs-http-client": "^59.0.0",
"moment": "^2.29.4",
"mongodb": "^3.5.9",
"next-google-fonts": "^2.2.0",
"postcss": "^8",
"qrcode": "^1.5.1",
"react-datepicker": "^4.11.0",
"react-player": "^2.11.0",
"react-twitter-embed": "^4.0.4",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"ultimate-text-to-image": "^1.0.0",
"web3": "^1.9.0"
}
}