-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
{
"name": "uaht",
"version": "1.0.1",
"scripts": {
"dev": "next dev",
"build": "node patch.js && next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@nextui-org/react": "1.0.0-beta.12",
"@sentry/react": "^7.37.0",
"@uaht/sdk": "^1.0.6",
"@web3modal/ethereum": "2.7.1",
"@web3modal/react": "2.7.1",
"classnames": "^2.3.2",
"crypto-js": "^4.1.1",
"next": "13.4.3",
"next-themes": "^0.2.1",
"nookies": "^2.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-qr-code": "^2.0.11",
"react-toastify": "^9.1.3",
"swr": "^2.1.5",
"viem": "1.6.0",
"wagmi": "1.3.10"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/node": "^18.3.0",
"@types/react": "^18.0.27",
"eslint": "^8.33.0",
"eslint-config-next": "^13.1.6",
"prettier": "^1.18.2",
"prettier-airbnb-config": "^1.0.0",
"sass": "^1.58.0",
"typescript": "5.0.4"
}
}