-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 991 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
{
"name": "ticketnfts-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@3rdweb/hooks": "^1.9.2",
"@3rdweb/react": "^1.9.3",
"@chakra-ui/react": "^2.4.9",
"@next/font": "13.1.2",
"@stripe/stripe-js": "^1.46.0",
"@thirdweb-dev/react": "^3.6.10",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@web3auth/modal": "^4.2.3",
"aos": "^2.3.4",
"bootstrap": "^5.2.3",
"dotenv": "^16.0.3",
"dotenv-webpack": "^8.0.1",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
"ethers": "^5.7.2",
"isomorphic-unfetch": "^4.0.2",
"next": "13.1.2",
"next-auth": "^4.18.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.2",
"react-router-dom": "^6.7.0",
"typescript": "4.9.4",
"wagmi": "^0.10.10"
}
}