-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 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
56
57
58
{
"name": "next-starter-v5",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fal-ai/serverless-client": "^0.15.0",
"@mui/material": "^5.15.4",
"@sendbird/uikit-react": "^3.14.13",
"@talkjs/react": "^0.1.9",
"@tanstack/react-query": "^5.60.5",
"@thirdweb-dev/engine": "^0.0.14",
"@vercel/blob": "^0.23.4",
"alchemy-sdk": "^3.4.7",
"axios": "^1.7.7",
"crypto-js": "^4.2.0",
"ethers": "^6.13.2",
"grammy": "^1.32.0",
"moment": "^2.30.1",
"mongodb": "^6.8.0",
"nanoid": "^5.0.8",
"next": "14.1.0",
"next-qrcode": "^2.5.1",
"openai": "^4.68.4",
"react": "^18.3",
"react-dom": "^18.3",
"react-hot-toast": "^2.4.1",
"react-toastify": "^10.0.6",
"recharts": "^2.15.0",
"replicate": "^1.0.1",
"sharp": "^0.33.5",
"talkjs": "^0.22.0",
"thirdweb": "^5.68.0",
"tronweb": "^6.0.0",
"twilio": "^5.2.2",
"use-sound": "^4.0.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}