-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 971 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
40
{
"name": "dsc-app-v7",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hashgraph/sdk": "^2.24.1",
"@types/node": "18.15.12",
"@types/qrcode": "^1.5.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@widgetbot/crate": "^3.5.4",
"axios": "^1.3.4",
"caver-js": "^1.10.2",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"ethers": "^6.9.1",
"hashconnect": "^0.2.4",
"i": "^0.3.7",
"klip-sdk": "^2.2.1",
"next": "^14.0.4",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.6.0",
"next-seo": "^6.0.0",
"next-transpile-modules": "^10.0.1",
"npm": "^9.6.5",
"qrcode": "^1.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-select": "^5.7.3",
"typescript": "5.0.4",
"xp.css": "^0.2.6",
"zustand": "^4.3.6"
}
}