-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 872 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
{
"name": "nftdinereserve",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.12",
"@emotion/unitless": "^0.8.0",
"@lighthouse-web3/sdk": "^0.2.1",
"@prisma/client": "^4.12.0",
"@thirdweb-dev/auth": "^3",
"@thirdweb-dev/react": "^3",
"@thirdweb-dev/sdk": "^3",
"antd": "^5.4.0",
"ethers": "^5.6.8",
"graphql": "^16.6.0",
"moment-timezone": "^0.5.43",
"next": "^13",
"nft.storage": "^7.0.3",
"react": "^18.2",
"react-dom": "^18.2",
"react-moment": "^1.1.3",
"swr": "^2.1.3"
},
"devDependencies": {
"@types/react": "18.0.35",
"eslint": "8.11.0",
"eslint-config-next": "^13",
"prisma": "^4.12.0",
"typescript": "5.0.4"
}
}